Uses of Interface
one.microstream.persistence.binary.types.BinaryPersistenceFoundation
| Package | Description | 
|---|---|
| one.microstream.com.binary | |
| one.microstream.persistence.binary.types | |
| one.microstream.storage.types | 
- 
Uses of BinaryPersistenceFoundation in one.microstream.com.binaryMethods in one.microstream.com.binary that return BinaryPersistenceFoundation Modifier and Type Method Description BinaryPersistenceFoundation<?>ComPersistenceAdaptorBinary.Abstract. createInitializationFoundation()BinaryPersistenceFoundation<?>ComPersistenceAdaptorBinary.Creator.Abstract. foundation()default BinaryPersistenceFoundation<?>ComPersistenceAdaptorBinary. initializePersistenceFoundation(PersistenceTypeDictionaryViewProvider typeDictionaryProvider, ByteOrder hostByteOrder, PersistenceIdStrategy idStrategy)BinaryPersistenceFoundation<?>ComPersistenceAdaptorBinary.Abstract. persistenceFoundation()BinaryPersistenceFoundation<?>ComPersistenceAdaptorBinary. persistenceFoundation()BinaryPersistenceFoundation<?>ComPersistenceAdaptorBinary.Default. provideClientPersistenceFoundation(SocketChannel connection, ComProtocol protocol)Methods in one.microstream.com.binary with parameters of type BinaryPersistenceFoundation Modifier and Type Method Description static ComPersistenceAdaptorBinary.Creator.DefaultComPersistenceAdaptorBinary. Creator(BinaryPersistenceFoundation<?> foundation)static ComPersistenceAdaptorBinary.Creator.DefaultComPersistenceAdaptorBinary. Creator(BinaryPersistenceFoundation<?> foundation, BufferSizeProvider bufferSizeProvider)static ComPersistenceAdaptorBinary.DefaultComPersistenceAdaptorBinary. New(BinaryPersistenceFoundation<?> foundation, BufferSizeProvider bufferSizeProvider, PersistenceIdStrategy hostInitIdStrategy, XGettingEnum<Class<?>> entityTypes, ByteOrder hostByteOrder, PersistenceIdStrategy hostIdStrategy)
- 
Uses of BinaryPersistenceFoundation in one.microstream.persistence.binary.typesClasses in one.microstream.persistence.binary.types with type parameters of type BinaryPersistenceFoundation Modifier and Type Interface Description interfaceBinaryPersistenceFoundation<F extends BinaryPersistenceFoundation<?>>Factory and master instance type for assembling and binary persistence layer.Classes in one.microstream.persistence.binary.types that implement BinaryPersistenceFoundation Modifier and Type Class Description static classBinaryPersistenceFoundation.Default<F extends BinaryPersistenceFoundation.Default<?>>Methods in one.microstream.persistence.binary.types that return BinaryPersistenceFoundation Modifier and Type Method Description BinaryPersistenceFoundation<F>BinaryPersistenceFoundation. Clone()static BinaryPersistenceFoundation<?>BinaryPersistence. Foundation()static BinaryPersistenceFoundation<?>BinaryPersistence. Foundation(InstanceDispatcherLogic dispatcher)static BinaryPersistenceFoundation<?>BinaryPersistenceFoundation. New()
- 
Uses of BinaryPersistenceFoundation in one.microstream.storage.typesSubinterfaces of BinaryPersistenceFoundation in one.microstream.storage.types Modifier and Type Interface Description interfaceEmbeddedStorageConnectionFoundation<F extends EmbeddedStorageConnectionFoundation<?>>Classes in one.microstream.storage.types that implement BinaryPersistenceFoundation Modifier and Type Class Description static classEmbeddedStorageConnectionFoundation.Default<F extends EmbeddedStorageConnectionFoundation.Default<?>>