Uses of Class
com.ibm.di.store.DeltaStore

Packages that use DeltaStore
com.ibm.di.store Provides classes for the Tivoli Directory Integrator system store. 
 

Uses of DeltaStore in com.ibm.di.store
 

Methods in com.ibm.di.store that return DeltaStore
static DeltaStore StoreFactory.getDeltaStore(String identifier, boolean isRestarting)
          Returns the DeltaStore with identifier
static DeltaStore DeltaSysTable.getDeltaStore(String identifier, boolean isRestarting)
           
static DeltaStore DeltaSysTable.getDeltaStore(String identifier, boolean isRestarting, Log logger, boolean removeDeleted)