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 classComDefaultIdStrategy -
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.DefaultComPersistenceAdaptorBinary. 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 classPersistenceIdStrategy.DefaultMethods in one.microstream.persistence.types that return PersistenceIdStrategy Modifier and Type Method Description static PersistenceIdStrategyPersistenceIdStrategy. New(PersistenceObjectIdStrategy objectIdStrategy, PersistenceTypeIdStrategy typeIdStrategy)static PersistenceIdStrategyPersistenceIdStrategy. NewFromFiles(Path directory, String objectIdFilename, String typeIdFilename)static PersistenceIdStrategyPersistenceIdStrategy. NewFromFiles(Path objectIdFile, Path typeIdFile)static PersistenceIdStrategyPersistenceIdStrategy. NewInDirectory(Path directory)PersistenceIdStrategyPersistenceIdStrategyStringConverter.Default. parse(_charArrayRange input)default PersistenceIdStrategyPersistenceIdStrategyStringConverter. parse(String input)PersistenceIdStrategyPersistenceIdStrategyStringConverter. parse(_charArrayRange input)Methods in one.microstream.persistence.types with parameters of type PersistenceIdStrategy Modifier and Type Method Description VarStringPersistenceIdStrategyStringConverter. assemble(VarString vs, PersistenceIdStrategy subject)default StringPersistenceIdStrategyStringConverter. assemble(PersistenceIdStrategy subject)VarStringPersistenceIdStrategyStringConverter.Default. assemble(VarString vs, PersistenceIdStrategy idStrategy)
-