Uses of Interface
one.microstream.persistence.types.PersistenceIdStrategy
-
Packages that use PersistenceIdStrategy Package Description one.microstream.com one.microstream.com.binary one.microstream.persistence.types -
-
Uses of PersistenceIdStrategy in one.microstream.com
Classes in one.microstream.com that implement PersistenceIdStrategy Modifier and Type Class Description class
ComDefaultIdStrategy
-
Uses of PersistenceIdStrategy in one.microstream.com.binary
Methods in one.microstream.com.binary with parameters of type PersistenceIdStrategy Modifier and Type Method Description ComPersistenceAdaptor<SocketChannel>
ComPersistenceAdaptorBinary.Creator.Default. createPersistenceAdaptor(PersistenceIdStrategy hostIdStrategyInitialization, XGettingEnum<Class<?>> entityTypes, ByteOrder hostByteOrder, PersistenceIdStrategy hostIdStrategy)
default BinaryPersistenceFoundation<?>
ComPersistenceAdaptorBinary. initializePersistenceFoundation(PersistenceTypeDictionaryViewProvider typeDictionaryProvider, ByteOrder hostByteOrder, PersistenceIdStrategy idStrategy)
static ComPersistenceAdaptorBinary.Default
ComPersistenceAdaptorBinary. New(BinaryPersistenceFoundation<?> foundation, BufferSizeProvider bufferSizeProvider, PersistenceIdStrategy hostInitIdStrategy, XGettingEnum<Class<?>> entityTypes, ByteOrder hostByteOrder, PersistenceIdStrategy hostIdStrategy)
-
Uses of PersistenceIdStrategy in one.microstream.persistence.types
Classes in one.microstream.persistence.types that implement PersistenceIdStrategy Modifier and Type Class Description static class
PersistenceIdStrategy.Default
Methods in one.microstream.persistence.types that return PersistenceIdStrategy Modifier and Type Method Description static PersistenceIdStrategy
PersistenceIdStrategy. New(PersistenceObjectIdStrategy objectIdStrategy, PersistenceTypeIdStrategy typeIdStrategy)
static PersistenceIdStrategy
PersistenceIdStrategy. NewFromFiles(Path directory, String objectIdFilename, String typeIdFilename)
static PersistenceIdStrategy
PersistenceIdStrategy. NewFromFiles(Path objectIdFile, Path typeIdFile)
static PersistenceIdStrategy
PersistenceIdStrategy. NewInDirectory(Path directory)
PersistenceIdStrategy
PersistenceIdStrategyStringConverter.Default. parse(_charArrayRange input)
default PersistenceIdStrategy
PersistenceIdStrategyStringConverter. parse(String input)
PersistenceIdStrategy
PersistenceIdStrategyStringConverter. parse(_charArrayRange input)
Methods in one.microstream.persistence.types with parameters of type PersistenceIdStrategy Modifier and Type Method Description VarString
PersistenceIdStrategyStringConverter. assemble(VarString vs, PersistenceIdStrategy subject)
default String
PersistenceIdStrategyStringConverter. assemble(PersistenceIdStrategy subject)
VarString
PersistenceIdStrategyStringConverter.Default. assemble(VarString vs, PersistenceIdStrategy idStrategy)
-