com.sleepycat.je.rep.impl
Class RepConfigManager
java.lang.Object
com.sleepycat.je.dbi.DbConfigManager
com.sleepycat.je.rep.impl.RepConfigManager
public class RepConfigManager
- extends DbConfigManager
Methods inherited from class com.sleepycat.je.dbi.DbConfigManager |
applyFileConfig, get, get, getBoolean, getBooleanVal, getConfigParam, getDuration, getDurationVal, getEnvironmentConfig, getInt, getIntVal, getLong, getShort, getVal, getVal, setBooleanVal, setConfigParam, setDurationVal, setIntVal, setVal, setVal, validateProperties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepConfigManager
public RepConfigManager(EnvironmentConfig envConfig,
RepConfigProxy repConfigProxy)
makeReplicationConfig
public ReplicationConfig makeReplicationConfig()
- Create a new ReplicationConfig for use in creating Replicator handles.
Be sure to only pick out replication related properties.
Copyright (c) 2004-2012 Oracle. All rights reserved.