Uses of Interface
one.microstream.persistence.types.PersistenceTypeDictionary
Package | Description |
---|---|
one.microstream.persistence.binary.types | |
one.microstream.persistence.types | |
one.microstream.storage.restadapter | |
one.microstream.storage.types |
-
Uses of PersistenceTypeDictionary in one.microstream.persistence.binary.types
Methods in one.microstream.persistence.binary.types that return PersistenceTypeDictionary Modifier and Type Method Description static PersistenceTypeDictionary
BinaryPersistence. provideTypeDictionaryFromFile(AFile dictionaryFile)
-
Uses of PersistenceTypeDictionary in one.microstream.persistence.types
Classes in one.microstream.persistence.types with type parameters of type PersistenceTypeDictionary Modifier and Type Class Description static class
PersistenceTypeDictionaryManager.Abstract<D extends PersistenceTypeDictionary>
Subinterfaces of PersistenceTypeDictionary in one.microstream.persistence.types Modifier and Type Interface Description interface
PersistenceTypeDictionaryView
A read-only ("view") type of aPersistenceTypeDictionary
where all mutating methods throw anUnsupportedOperationException
.Classes in one.microstream.persistence.types that implement PersistenceTypeDictionary Modifier and Type Class Description static class
PersistenceTypeDictionary.Default
static class
PersistenceTypeDictionaryView.Default
Methods in one.microstream.persistence.types with type parameters of type PersistenceTypeDictionary Modifier and Type Method Description static <D extends PersistenceTypeDictionary>
DPersistenceTypeDictionary. registerTypes(D typeDictionary, XGettingCollection<? extends PersistenceTypeDefinition> typeDefinitions)
Methods in one.microstream.persistence.types with parameters of type PersistenceTypeDictionary Modifier and Type Method Description VarString
PersistenceTypeDictionaryAssembler. assemble(VarString vc, PersistenceTypeDictionary typeDictionary)
default String
PersistenceTypeDictionaryAssembler. assemble(PersistenceTypeDictionary typeDictionary)
VarString
PersistenceTypeDictionaryAssembler.Default. assemble(VarString vc, PersistenceTypeDictionary typeDictionary)
void
PersistenceTypeDictionaryExporter.Default. exportTypeDictionary(PersistenceTypeDictionary typeDictionary)
void
PersistenceTypeDictionaryExporter. exportTypeDictionary(PersistenceTypeDictionary typeDictionary)
static PersistenceTypeDictionaryView
PersistenceTypeDictionaryView. New(PersistenceTypeDictionary typeDictionary)
void
PersistenceTypeHandlerManager.Default. update(PersistenceTypeDictionary typeDictionary, long highestTypeId)
default void
PersistenceTypeHandlerManager. update(PersistenceTypeDictionary typeDictionary)
void
PersistenceTypeHandlerManager. update(PersistenceTypeDictionary typeDictionary, long highestTypeId)
void
PersistenceManager.Default. updateMetadata(PersistenceTypeDictionary typeDictionary, long highestTypeId, long highestObjectId)
default void
PersistenceManager. updateMetadata(PersistenceTypeDictionary typeDictionary)
void
PersistenceManager. updateMetadata(PersistenceTypeDictionary typeDictionary, long highestTypeId, long highestObjectId)
static void
PersistenceTypeDictionaryManager. validateTypeDefinition(PersistenceTypeDictionary dictionary, PersistenceTypeDefinition typeDefinition)
void
PersistenceTypeMismatchValidator.Failing. validateTypeMismatches(PersistenceTypeDictionary typeDictionary, XGettingEnum<PersistenceTypeHandler<D,?>> unmatchableTypeHandlers)
void
PersistenceTypeMismatchValidator.NoOp. validateTypeMismatches(PersistenceTypeDictionary typeDictionary, XGettingEnum<PersistenceTypeHandler<D,?>> unmatchableTypeHandlers)
void
PersistenceTypeMismatchValidator. validateTypeMismatches(PersistenceTypeDictionary typeDictionary, XGettingEnum<PersistenceTypeHandler<D,?>> unmatchableTypeHandlers)
-
Uses of PersistenceTypeDictionary in one.microstream.storage.restadapter
Methods in one.microstream.storage.restadapter that return PersistenceTypeDictionary Modifier and Type Method Description PersistenceTypeDictionary
ViewerBinaryPersistenceManager.Default. typeDictionary()
PersistenceTypeDictionary
ViewerBinaryTypeHandlerManager. typeDictionary()
Methods in one.microstream.storage.restadapter with parameters of type PersistenceTypeDictionary Modifier and Type Method Description void
ViewerBinaryTypeHandlerManager. update(PersistenceTypeDictionary typeDictionary, long highestTypeId)
void
ViewerBinaryPersistenceManager.Default. updateMetadata(PersistenceTypeDictionary typeDictionary, long highestTypeId, long highestObjectId)
-
Uses of PersistenceTypeDictionary in one.microstream.storage.types
Subinterfaces of PersistenceTypeDictionary in one.microstream.storage.types Modifier and Type Interface Description interface
StorageTypeDictionary
Classes in one.microstream.storage.types that implement PersistenceTypeDictionary Modifier and Type Class Description static class
StorageTypeDictionary.Default
Methods in one.microstream.storage.types with parameters of type PersistenceTypeDictionary Modifier and Type Method Description StorageTypeDictionary
StorageTypeDictionary.Default. initialize(PersistenceTypeDictionary typeDictionary)
StorageTypeDictionary
StorageTypeDictionary. initialize(PersistenceTypeDictionary typeDictionary)
static StorageDataConverterTypeCsvToBinary<AFile>
StorageDataConverterTypeCsvToBinary. New(StorageDataConverterCsvConfiguration configuration, PersistenceTypeDictionary typeDictionary, StorageEntityTypeConversionFileProvider fileProvider)
static StorageDataConverterTypeCsvToBinary<AFile>
StorageDataConverterTypeCsvToBinary. New(StorageDataConverterCsvConfiguration configuration, PersistenceTypeDictionary typeDictionary, StorageEntityTypeConversionFileProvider fileProvider, int bufferSize)
void
StorageTypeDictionary.Default. validate(PersistenceTypeDictionary typeDictionary)
void
StorageTypeDictionary. validate(PersistenceTypeDictionary typeDictionary)
Constructors in one.microstream.storage.types with parameters of type PersistenceTypeDictionary Constructor Description UTF8(StorageDataConverterCsvConfiguration configuration, StorageEntityTypeConversionFileProvider fileProvider, PersistenceTypeDictionary typeDictionary, StorageDataConverterTypeBinaryToCsv.TypeNameMapper typeNameMapper, int readBufferSize, int writeBufferSize)