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 SummaryNested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDictionaryPersistenceTypeDictionary.SymbolsNested classes/interfaces inherited from interface one.microstream.storage.types.StorageTypeDictionaryStorageTypeDictionary.Default
- 
Constructor SummaryConstructors Constructor Description Default(boolean switchByteOrder)
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.persistence.types.PersistenceTypeDictionaryiterateAllTypeDefinitions, iterateLatestTypes, iterateRuntimeDefinitions, iterateTypeLineages, iterateTypeLineageViews, resolveTypeIdsMethods inherited from interface one.microstream.storage.types.StorageTypeDictionarylookupTypeHandlerChecked
- 
Constructor Details- 
Defaultpublic Default(boolean switchByteOrder)
 
- 
- 
Method Details- 
iterateTypeHandlerspublic final <P extends Consumer<? super StorageEntityTypeHandler>> P iterateTypeHandlers(P procedure)- Specified by:
- iterateTypeHandlersin interface- StorageTypeDictionary
 
- 
lookupTypeHandler- Specified by:
- lookupTypeHandlerin interface- StorageTypeDictionary
 
- 
registerTypeDefinition- Specified by:
- registerTypeDefinitionin interface- PersistenceTypeDictionary
 
- 
registerRuntimeTypeDefinition- Specified by:
- registerRuntimeTypeDefinitionin interface- PersistenceTypeDictionary
 
- 
registerRuntimeTypeDefinitionspublic boolean registerRuntimeTypeDefinitions(Iterable<? extends PersistenceTypeDefinition> typeDefinitions)- Specified by:
- registerRuntimeTypeDefinitionsin interface- PersistenceTypeDictionary
 
- 
registerTypeDefinitionspublic final boolean registerTypeDefinitions(Iterable<? extends PersistenceTypeDefinition> typeDefinitions)- Specified by:
- registerTypeDefinitionsin interface- PersistenceTypeDictionary
 
- 
validate- Specified by:
- validatein interface- StorageTypeDictionary
 
- 
validateEntityTypeIdpublic final void validateEntityTypeId(long typeId)- Specified by:
- validateEntityTypeIdin interface- StorageTypeDictionary
 
- 
validateEntity- Specified by:
- validateEntityin interface- StorageTypeDictionary
 
- 
allTypeDefinitions- Specified by:
- allTypeDefinitionsin interface- PersistenceTypeDictionary
 
- 
lookupTypeByName- Specified by:
- lookupTypeByNamein interface- PersistenceTypeDictionary
 
- 
lookupTypeById- Specified by:
- lookupTypeByIdin interface- PersistenceTypeDictionary
 
- 
determineHighestTypeIdpublic final long determineHighestTypeId()- Specified by:
- determineHighestTypeIdin interface- PersistenceTypeDictionary
 
- 
setTypeDescriptionRegistrationObserverpublic final StorageTypeDictionary setTypeDescriptionRegistrationObserver(PersistenceTypeDefinitionRegistrationObserver observer)- Specified by:
- setTypeDescriptionRegistrationObserverin interface- PersistenceTypeDictionary
- Specified by:
- setTypeDescriptionRegistrationObserverin interface- StorageTypeDictionary
 
- 
getTypeDescriptionRegistrationObserver- Specified by:
- getTypeDescriptionRegistrationObserverin interface- PersistenceTypeDictionary
 
- 
initialize- Specified by:
- initializein interface- StorageTypeDictionary
 
- 
observeTypeDefinitionRegistration- Specified by:
- observeTypeDefinitionRegistrationin interface- PersistenceTypeDefinitionRegistrationObserver
 
- 
typeLineages- Specified by:
- typeLineagesin interface- PersistenceTypeDictionary
 
- 
isEmptypublic boolean isEmpty()- Specified by:
- isEmptyin interface- PersistenceTypeDictionary
 
- 
ensureTypeLineage- Specified by:
- ensureTypeLineagein interface- PersistenceTypeDictionary
 
- 
lookupTypeLineage- Specified by:
- lookupTypeLineagein interface- PersistenceTypeDictionary
 
- 
lookupTypeLineage- Specified by:
- lookupTypeLineagein interface- PersistenceTypeDictionary
 
- 
view- Specified by:
- viewin interface- PersistenceTypeDictionary
 
 
-