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<D,F extends PersistenceFoundation<D,?>>
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<D,F extends PersistenceFoundation.Default<D,?>>
Methods in one.microstream.persistence.types that return PersistenceFoundation Modifier and Type Method Description PersistenceFoundation<D,F>
PersistenceFoundation. Clone()
static <D> PersistenceFoundation<D,?>
PersistenceFoundation. New(Class<D> dataType)
Methods in one.microstream.persistence.types with parameters of type PersistenceFoundation Modifier and Type Method Description PersistenceCustomTypeHandlerRegistry<D>
PersistenceCustomTypeHandlerRegistryEnsurer. ensureCustomTypeHandlerRegistry(PersistenceFoundation<D,? extends PersistenceFoundation<D,?>> foundation, Reference<PersistenceTypeHandlerManager<D>> referenceTypeHandlerManager)
Method parameters in one.microstream.persistence.types with type arguments of type PersistenceFoundation Modifier and Type Method Description PersistenceCustomTypeHandlerRegistry<D>
PersistenceCustomTypeHandlerRegistryEnsurer. ensureCustomTypeHandlerRegistry(PersistenceFoundation<D,? extends PersistenceFoundation<D,?>> foundation, Reference<PersistenceTypeHandlerManager<D>> 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<?>>