Uses of Interface
one.microstream.persistence.types.PersistenceFoundation
-
-
Uses of PersistenceFoundation in one.microstream.com
Methods in one.microstream.com that return PersistenceFoundation Modifier and Type Method Description PersistenceFoundation<?,?>
ComPersistenceAdaptor. createInitializationFoundation()
default PersistenceFoundation<?,?>
ComPersistenceAdaptor. initializeClientPersistenceFoundation(ComProtocol protocol)
default PersistenceFoundation<?,?>
ComPersistenceAdaptor. initializePersistenceFoundation(PersistenceTypeDictionaryViewProvider typeDictionaryProvider, ByteOrder targetByteOrder, PersistenceIdStrategy idStrategy)
PersistenceFoundation<?,?>
ComPersistenceAdaptor. persistenceFoundation()
PersistenceFoundation<?,?>
ComPersistenceAdaptor. provideClientPersistenceFoundation(C connection, ComProtocol protocol)
PersistenceFoundation<?,?>
ComPersistenceAdaptor. provideHostPersistenceFoundation(C connection)
Provides aPersistenceFoundation
instance prepared for the passed connection instance. -
Uses of PersistenceFoundation in one.microstream.com.binary
Methods in one.microstream.com.binary that return PersistenceFoundation Modifier and Type Method Description PersistenceFoundation<?,?>
ComPersistenceAdaptorBinary.Default. provideHostPersistenceFoundation(SocketChannel connection)
-
Uses of PersistenceFoundation in one.microstream.jdk8.java.util
Methods in one.microstream.jdk8.java.util with type parameters of type PersistenceFoundation Modifier and Type Method Description static <F extends PersistenceFoundation<Binary,?>>
FBinaryHandlersJDK8. registerJDK8TypeHandlers(F foundation)
-
Uses of PersistenceFoundation in one.microstream.persistence.binary.types
Subinterfaces of PersistenceFoundation in one.microstream.persistence.binary.types Modifier and Type Interface Description interface
BinaryPersistenceFoundation<F extends BinaryPersistenceFoundation<?>>
Factory and master instance type for assembling and binary persistence layer.Classes in one.microstream.persistence.binary.types that implement PersistenceFoundation Modifier and Type Class Description static class
BinaryPersistenceFoundation.Default<F extends BinaryPersistenceFoundation.Default<?>>
-
Uses of PersistenceFoundation in one.microstream.persistence.types
Classes in one.microstream.persistence.types with type parameters of type PersistenceFoundation Modifier and Type Interface Description interface
PersistenceFoundation<M,F extends PersistenceFoundation<M,?>>
This type serves as a factory instance for buidlingPersistenceManager
instances.Classes in one.microstream.persistence.types that implement PersistenceFoundation Modifier and Type Class Description static class
PersistenceFoundation.Default<M,F extends PersistenceFoundation.Default<M,?>>
Methods in one.microstream.persistence.types that return PersistenceFoundation Modifier and Type Method Description PersistenceFoundation<M,F>
PersistenceFoundation. Clone()
static <M> PersistenceFoundation<M,?>
PersistenceFoundation. New()
Methods in one.microstream.persistence.types with parameters of type PersistenceFoundation Modifier and Type Method Description PersistenceCustomTypeHandlerRegistry<M>
PersistenceCustomTypeHandlerRegistryEnsurer. ensureCustomTypeHandlerRegistry(PersistenceFoundation<M,? extends PersistenceFoundation<M,?>> foundation, Reference<PersistenceTypeHandlerManager<M>> referenceTypeHandlerManager)
Method parameters in one.microstream.persistence.types with type arguments of type PersistenceFoundation Modifier and Type Method Description PersistenceCustomTypeHandlerRegistry<M>
PersistenceCustomTypeHandlerRegistryEnsurer. ensureCustomTypeHandlerRegistry(PersistenceFoundation<M,? extends PersistenceFoundation<M,?>> foundation, Reference<PersistenceTypeHandlerManager<M>> referenceTypeHandlerManager)
-
Uses of PersistenceFoundation in one.microstream.storage.types
Subinterfaces of PersistenceFoundation in one.microstream.storage.types Modifier and Type Interface Description interface
EmbeddedStorageConnectionFoundation<F extends EmbeddedStorageConnectionFoundation<?>>
Classes in one.microstream.storage.types that implement PersistenceFoundation Modifier and Type Class Description static class
EmbeddedStorageConnectionFoundation.Default<F extends EmbeddedStorageConnectionFoundation.Default<?>>
-