Package com.ibm.di.store
Class DeltaSysTable
- java.lang.Object
-
- com.ibm.di.store.DeltaSysTable
-
public class DeltaSysTable extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSYSTABLE
-
Constructor Summary
Constructors Constructor Description DeltaSysTable()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddelete(java.lang.String identifier)Delete the given id from the systable.static DeltaStoregetDeltaStore(java.lang.String identifier, boolean isRestarting)static DeltaStoregetDeltaStore(java.lang.String identifier, boolean isRestarting, Log logger, boolean removeDeleted)static intgetNextDeltaSequence(java.lang.String identifier, boolean bump)Return the sequence counter in the systable for a given id.static voidverify()
-
-
-
Field Detail
-
SYSTABLE
public static final java.lang.String SYSTABLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDeltaStore
public static DeltaStore getDeltaStore(java.lang.String identifier, boolean isRestarting) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getDeltaStore
public static DeltaStore getDeltaStore(java.lang.String identifier, boolean isRestarting, Log logger, boolean removeDeleted) throws java.lang.Exception
- Throws:
java.lang.Exception
-
verify
public static void verify() throws java.lang.Exception- Throws:
java.lang.Exception
-
getNextDeltaSequence
public static int getNextDeltaSequence(java.lang.String identifier, boolean bump) throws java.lang.ExceptionReturn the sequence counter in the systable for a given id.- Parameters:
bump- if true, increment sequenceid and immediately write it back.- Throws:
java.lang.Exception
-
delete
public static void delete(java.lang.String identifier)
Delete the given id from the systable. Used by the Config Editor.
-
-