Class ComDynamicIdStrategy
java.lang.Object
one.microstream.communication.binarydynamic.ComDynamicIdStrategy
- All Implemented Interfaces:
PersistenceIdStrategy
,PersistenceObjectIdStrategy
,PersistenceTypeIdStrategy
public class ComDynamicIdStrategy extends Object implements PersistenceIdStrategy
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceIdStrategy
PersistenceIdStrategy.Default
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceObjectIdStrategy
PersistenceObjectIdStrategy.Assembler<S extends PersistenceObjectIdStrategy>, PersistenceObjectIdStrategy.None, PersistenceObjectIdStrategy.Parser<S extends PersistenceObjectIdStrategy>, PersistenceObjectIdStrategy.Transient
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeIdStrategy
PersistenceTypeIdStrategy.Assembler<S extends PersistenceTypeIdStrategy>, PersistenceTypeIdStrategy.None, PersistenceTypeIdStrategy.Parser<S extends PersistenceTypeIdStrategy>, PersistenceTypeIdStrategy.Transient
-
Method Summary
Modifier and Type Method Description static ComDynamicIdStrategy
New(long startingObjectId)
PersistenceObjectIdStrategy.Transient
objectIdStragegy()
PersistenceTypeIdStrategy.Transient
typeIdStragegy()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface one.microstream.persistence.types.PersistenceIdStrategy
createObjectIdProvider, createTypeIdProvider, strategyTypeNameObjectId, strategyTypeNameTypeId
-
Method Details
-
New
-
objectIdStragegy
- Specified by:
objectIdStragegy
in interfacePersistenceIdStrategy
-
typeIdStragegy
- Specified by:
typeIdStragegy
in interfacePersistenceIdStrategy
-