Package one.microstream.com.binary
Class ComPersistenceAdaptorBinary.Abstract<C>
java.lang.Object
one.microstream.com.ComPersistenceAdaptor.Abstract<C>
one.microstream.com.binary.ComPersistenceAdaptorBinary.Abstract<C>
- All Implemented Interfaces:
ComPersistenceAdaptorBinary<C>,ComPersistenceAdaptor<C>,PersistenceTypeDictionaryProvider,PersistenceTypeDictionaryViewProvider
- Direct Known Subclasses:
ComPersistenceAdaptorBinary.Default
- Enclosing interface:
- ComPersistenceAdaptorBinary<C>
public abstract static class ComPersistenceAdaptorBinary.Abstract<C> extends ComPersistenceAdaptor.Abstract<C> implements ComPersistenceAdaptorBinary<C>
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.com.ComPersistenceAdaptor
ComPersistenceAdaptor.Abstract<C>Nested classes/interfaces inherited from interface one.microstream.com.binary.ComPersistenceAdaptorBinary
ComPersistenceAdaptorBinary.Abstract<C>, ComPersistenceAdaptorBinary.Creator<C>, ComPersistenceAdaptorBinary.DefaultNested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDictionaryProvider
PersistenceTypeDictionaryProvider.Caching, PersistenceTypeDictionaryProvider.DefaultNested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDictionaryViewProvider
PersistenceTypeDictionaryViewProvider.Wrapper -
Constructor Summary
Constructors Constructor Description Abstract() -
Method Summary
Modifier and Type Method Description BufferSizeProviderbufferSizeProvider()BinaryPersistenceFoundation<?>createInitializationFoundation()BinaryPersistenceFoundation<?>persistenceFoundation()Methods inherited from class one.microstream.com.ComPersistenceAdaptor.Abstract
hostByteOrder, hostIdStrategy, hostInitializationIdStrategy, initializeHostPersistenceFoundation, iterateEntityTypes, provideTypeDictionaryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.com.ComPersistenceAdaptor
createClientChannel, createHostChannel, hostByteOrder, hostIdStrategy, hostInitializationIdStrategy, initializeClientPersistenceFoundation, initializeHostPersistenceFoundation, iterateEntityTypes, provideClientPersistenceFoundation, provideClientPersistenceManager, provideHostPersistenceFoundation, provideHostPersistenceManager, provideTypeDictionary, provideTypeDictionaryCompilerMethods inherited from interface one.microstream.com.binary.ComPersistenceAdaptorBinary
initializePersistenceFoundation
-
Constructor Details
-
Abstract
public Abstract()
-
-
Method Details
-
persistenceFoundation
- Specified by:
persistenceFoundationin interfaceComPersistenceAdaptor<C>- Specified by:
persistenceFoundationin interfaceComPersistenceAdaptorBinary<C>
-
createInitializationFoundation
- Specified by:
createInitializationFoundationin interfaceComPersistenceAdaptor<C>
-
bufferSizeProvider
-