Package one.microstream.com
Class ComPersistenceAdaptor.Abstract<C>
java.lang.Object
one.microstream.com.ComPersistenceAdaptor.Abstract<C>
- All Implemented Interfaces:
ComPersistenceAdaptor<C>
,PersistenceTypeDictionaryProvider
,PersistenceTypeDictionaryViewProvider
- Direct Known Subclasses:
ComPersistenceAdaptorBinary.Abstract
- Enclosing interface:
- ComPersistenceAdaptor<C>
public abstract static class ComPersistenceAdaptor.Abstract<C> extends Object implements ComPersistenceAdaptor<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.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 ByteOrder
hostByteOrder()
PersistenceIdStrategy
hostIdStrategy()
PersistenceIdStrategy
hostInitializationIdStrategy()
ComPersistenceAdaptor.Abstract<C>
initializeHostPersistenceFoundation()
void
iterateEntityTypes(Consumer<? super Class<?>> iterator)
PersistenceTypeDictionaryView
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, createInitializationFoundation, initializeClientPersistenceFoundation, initializePersistenceFoundation, persistenceFoundation, provideClientPersistenceFoundation, provideClientPersistenceManager, provideHostPersistenceFoundation, provideHostPersistenceManager, provideTypeDictionaryCompiler
-
Constructor Details
-
Abstract
public Abstract()
-
-
Method Details
-
hostIdStrategy
- Specified by:
hostIdStrategy
in interfaceComPersistenceAdaptor<C>
-
hostByteOrder
- Specified by:
hostByteOrder
in interfaceComPersistenceAdaptor<C>
-
hostInitializationIdStrategy
- Specified by:
hostInitializationIdStrategy
in interfaceComPersistenceAdaptor<C>
-
iterateEntityTypes
- Specified by:
iterateEntityTypes
in interfaceComPersistenceAdaptor<C>
-
provideTypeDictionary
- Specified by:
provideTypeDictionary
in interfaceComPersistenceAdaptor<C>
- Specified by:
provideTypeDictionary
in interfacePersistenceTypeDictionaryProvider
- Specified by:
provideTypeDictionary
in interfacePersistenceTypeDictionaryViewProvider
-
initializeHostPersistenceFoundation
- Specified by:
initializeHostPersistenceFoundation
in interfaceComPersistenceAdaptor<C>
-