Package one.microstream.storage.types
Class StorageTypeDictionary.Default
java.lang.Object
one.microstream.storage.types.StorageTypeDictionary.Default
- All Implemented Interfaces:
PersistenceTypeDefinitionRegistrationObserver
,PersistenceTypeDictionary
,StorageTypeDictionary
- Enclosing interface:
- StorageTypeDictionary
public static final class StorageTypeDictionary.Default extends Object implements StorageTypeDictionary
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDictionary
PersistenceTypeDictionary.Symbols
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageTypeDictionary
StorageTypeDictionary.Default
-
Constructor Summary
Constructors Constructor Description Default(boolean switchByteOrder)
-
Method Summary
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.PersistenceTypeDictionary
iterateAllTypeDefinitions, iterateLatestTypes, iterateRuntimeDefinitions, iterateTypeLineages, iterateTypeLineageViews, resolveTypeIds
Methods inherited from interface one.microstream.storage.types.StorageTypeDictionary
lookupTypeHandlerChecked
-
Constructor Details
-
Default
public Default(boolean switchByteOrder)
-
-
Method Details
-
iterateTypeHandlers
public final <P extends Consumer<? super StorageEntityTypeHandler>> P iterateTypeHandlers(P procedure)- Specified by:
iterateTypeHandlers
in interfaceStorageTypeDictionary
-
lookupTypeHandler
- Specified by:
lookupTypeHandler
in interfaceStorageTypeDictionary
-
registerTypeDefinition
- Specified by:
registerTypeDefinition
in interfacePersistenceTypeDictionary
-
registerRuntimeTypeDefinition
- Specified by:
registerRuntimeTypeDefinition
in interfacePersistenceTypeDictionary
-
registerRuntimeTypeDefinitions
public boolean registerRuntimeTypeDefinitions(Iterable<? extends PersistenceTypeDefinition> typeDefinitions)- Specified by:
registerRuntimeTypeDefinitions
in interfacePersistenceTypeDictionary
-
registerTypeDefinitions
public final boolean registerTypeDefinitions(Iterable<? extends PersistenceTypeDefinition> typeDefinitions)- Specified by:
registerTypeDefinitions
in interfacePersistenceTypeDictionary
-
validate
- Specified by:
validate
in interfaceStorageTypeDictionary
-
validateEntityTypeId
public final void validateEntityTypeId(long typeId)- Specified by:
validateEntityTypeId
in interfaceStorageTypeDictionary
-
validateEntity
- Specified by:
validateEntity
in interfaceStorageTypeDictionary
-
allTypeDefinitions
- Specified by:
allTypeDefinitions
in interfacePersistenceTypeDictionary
-
lookupTypeByName
- Specified by:
lookupTypeByName
in interfacePersistenceTypeDictionary
-
lookupTypeById
- Specified by:
lookupTypeById
in interfacePersistenceTypeDictionary
-
determineHighestTypeId
public final long determineHighestTypeId()- Specified by:
determineHighestTypeId
in interfacePersistenceTypeDictionary
-
setTypeDescriptionRegistrationObserver
public final StorageTypeDictionary setTypeDescriptionRegistrationObserver(PersistenceTypeDefinitionRegistrationObserver observer)- Specified by:
setTypeDescriptionRegistrationObserver
in interfacePersistenceTypeDictionary
- Specified by:
setTypeDescriptionRegistrationObserver
in interfaceStorageTypeDictionary
-
getTypeDescriptionRegistrationObserver
- Specified by:
getTypeDescriptionRegistrationObserver
in interfacePersistenceTypeDictionary
-
initialize
- Specified by:
initialize
in interfaceStorageTypeDictionary
-
observeTypeDefinitionRegistration
- Specified by:
observeTypeDefinitionRegistration
in interfacePersistenceTypeDefinitionRegistrationObserver
-
typeLineages
- Specified by:
typeLineages
in interfacePersistenceTypeDictionary
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfacePersistenceTypeDictionary
-
ensureTypeLineage
- Specified by:
ensureTypeLineage
in interfacePersistenceTypeDictionary
-
lookupTypeLineage
- Specified by:
lookupTypeLineage
in interfacePersistenceTypeDictionary
-
lookupTypeLineage
- Specified by:
lookupTypeLineage
in interfacePersistenceTypeDictionary
-
view
- Specified by:
view
in interfacePersistenceTypeDictionary
-