com.sleepycat.je.sync
Class ExportConfig
java.lang.Object
com.sleepycat.je.sync.ExportConfig
public class ExportConfig
- extends Object
Optional export parameters that may be passed to a sync operation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT
public static final ExportConfig DEFAULT
ExportConfig
public ExportConfig()
setMaxTime
public ExportConfig setMaxTime(long timeout,
TimeUnit unit)
getMaxTime
public long getMaxTime(TimeUnit unit)
setMaxOperations
public ExportConfig setMaxOperations(long writeOperations)
getMaxOperations
public long getMaxOperations()
setDurability
public ExportConfig setDurability(Durability durability)
getDurability
public Durability getDurability()
Copyright (c) 2004-2012 Oracle. All rights reserved.