Class PersistenceTypeIdProvider.Failing
java.lang.Object
one.microstream.persistence.types.PersistenceTypeIdProvider.Failing
- All Implemented Interfaces:
PersistenceTypeIdHolder
,PersistenceTypeIdProvider
- Enclosing interface:
- PersistenceTypeIdProvider
public static final class PersistenceTypeIdProvider.Failing 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 Failing()
-
Method Summary
Modifier and Type Method Description long
currentTypeId()
PersistenceTypeIdProvider.Failing
initializeTypeId()
long
provideNextTypeId()
PersistenceTypeIdProvider.Failing
updateCurrentTypeId(long currentTypeId)
-
Constructor Details
-
Failing
public Failing()
-
-
Method Details
-
initializeTypeId
- Specified by:
initializeTypeId
in interfacePersistenceTypeIdProvider
-
currentTypeId
public long currentTypeId()- Specified by:
currentTypeId
in interfacePersistenceTypeIdHolder
-
updateCurrentTypeId
- Specified by:
updateCurrentTypeId
in interfacePersistenceTypeIdProvider
-
provideNextTypeId
public long provideNextTypeId()- Specified by:
provideNextTypeId
in interfacePersistenceTypeIdProvider
-