Uses of Class
com.ibm.di.store.DeltaStore
-
Packages that use DeltaStore Package Description com.ibm.di.store Provides classes for the Security Verify Directory Integrator system store. -
-
Uses of DeltaStore in com.ibm.di.store
Methods in com.ibm.di.store that return DeltaStore Modifier and Type Method Description static DeltaStore
DeltaSysTable. getDeltaStore(java.lang.String identifier, boolean isRestarting)
static DeltaStore
DeltaSysTable. getDeltaStore(java.lang.String identifier, boolean isRestarting, Log logger, boolean removeDeleted)
static DeltaStore
StoreFactory. getDeltaStore(java.lang.String identifier, boolean isRestarting)
Returns the DeltaStore with identifier
-