Berkeley DB Java Edition
version 5.0.34

Uses of Class
com.sleepycat.je.rep.SyncupProgress

Packages that use SyncupProgress
com.sleepycat.je.rep
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE environments. 
 

Uses of SyncupProgress in com.sleepycat.je.rep
 

Methods in com.sleepycat.je.rep that return SyncupProgress
static SyncupProgress SyncupProgress.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SyncupProgress[] SyncupProgress.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sleepycat.je.rep that return types with arguments of type SyncupProgress
 ProgressListener<SyncupProgress> ReplicationConfig.getSyncupProgressListener()
          Return the ProgressListener to be used at this environment startup.
 

Method parameters in com.sleepycat.je.rep with type arguments of type SyncupProgress
 ReplicationConfig ReplicationConfig.setSyncupProgressListener(ProgressListener<SyncupProgress> progressListener)
          Configure the environment to make periodic calls to a ProgressListener to provide feedback on replication stream sync-up.
 


Berkeley DB Java Edition
version 5.0.34

Copyright (c) 2004-2011 Oracle. All rights reserved.