Class PersistenceTypeIdProvider.Transient
- java.lang.Object
-
- one.microstream.persistence.types.PersistenceTypeIdProvider.Transient
-
- All Implemented Interfaces:
PersistenceTypeIdHolder,PersistenceTypeIdProvider
- Enclosing interface:
- PersistenceTypeIdProvider
public static final class PersistenceTypeIdProvider.Transient extends Object implements PersistenceTypeIdProvider
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeIdProvider
PersistenceTypeIdProvider.Failing, PersistenceTypeIdProvider.Transient
-
-
Constructor Summary
Constructors Constructor Description Transient()
-
Method Summary
Modifier and Type Method Description longcurrentTypeId()PersistenceTypeIdProvider.TransientinitializeTypeId()longprovideNextTypeId()PersistenceTypeIdProviderupdateCurrentTypeId(long currentTypeId)
-
-
-
Method Detail
-
provideNextTypeId
public final long provideNextTypeId()
- Specified by:
provideNextTypeIdin interfacePersistenceTypeIdProvider
-
currentTypeId
public final long currentTypeId()
- Specified by:
currentTypeIdin interfacePersistenceTypeIdHolder
-
initializeTypeId
public final PersistenceTypeIdProvider.Transient initializeTypeId()
- Specified by:
initializeTypeIdin interfacePersistenceTypeIdProvider
-
updateCurrentTypeId
public final PersistenceTypeIdProvider updateCurrentTypeId(long currentTypeId)
- Specified by:
updateCurrentTypeIdin interfacePersistenceTypeIdProvider
-
-