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.Default
-
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDictionaryProvider
PersistenceTypeDictionaryProvider.Caching, PersistenceTypeDictionaryProvider.Default
-
Nested 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 BufferSizeProvider
bufferSizeProvider()
BinaryPersistenceFoundation<?>
createInitializationFoundation()
BinaryPersistenceFoundation<?>
persistenceFoundation()
-
Methods inherited from class one.microstream.com.ComPersistenceAdaptor.Abstract
hostByteOrder, hostIdStrategy, hostInitializationIdStrategy, initializeHostPersistenceFoundation, iterateEntityTypes, provideTypeDictionary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface one.microstream.com.ComPersistenceAdaptor
createClientChannel, createHostChannel, hostByteOrder, hostIdStrategy, hostInitializationIdStrategy, initializeClientPersistenceFoundation, initializeHostPersistenceFoundation, iterateEntityTypes, provideClientPersistenceFoundation, provideClientPersistenceManager, provideHostPersistenceFoundation, provideHostPersistenceManager, provideTypeDictionary, provideTypeDictionaryCompiler
-
Methods inherited from interface one.microstream.com.binary.ComPersistenceAdaptorBinary
initializePersistenceFoundation
-
-
-
-
Method Detail
-
persistenceFoundation
public final BinaryPersistenceFoundation<?> persistenceFoundation()
- Specified by:
persistenceFoundation
in interfaceComPersistenceAdaptor<C>
- Specified by:
persistenceFoundation
in interfaceComPersistenceAdaptorBinary<C>
-
createInitializationFoundation
public final BinaryPersistenceFoundation<?> createInitializationFoundation()
- Specified by:
createInitializationFoundation
in interfaceComPersistenceAdaptor<C>
-
bufferSizeProvider
public BufferSizeProvider bufferSizeProvider()
-
-