Package one.microstream.com.binary
Class ComPersistenceAdaptorBinary.Creator.Default
- java.lang.Object
-
- one.microstream.com.binary.ComPersistenceAdaptorBinary.Creator.Abstract<SocketChannel>
-
- one.microstream.com.binary.ComPersistenceAdaptorBinary.Creator.Default
-
- All Implemented Interfaces:
ComPersistenceAdaptorBinary.Creator<SocketChannel>
,ComPersistenceAdaptorCreator<SocketChannel>
- Enclosing interface:
- ComPersistenceAdaptorBinary.Creator<C>
public static final class ComPersistenceAdaptorBinary.Creator.Default extends ComPersistenceAdaptorBinary.Creator.Abstract<SocketChannel>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.com.binary.ComPersistenceAdaptorBinary.Creator
ComPersistenceAdaptorBinary.Creator.Abstract<C>, ComPersistenceAdaptorBinary.Creator.Default
-
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description ComPersistenceAdaptor<SocketChannel>
createPersistenceAdaptor(PersistenceIdStrategy hostIdStrategyInitialization, XGettingEnum<Class<?>> entityTypes, ByteOrder hostByteOrder, PersistenceIdStrategy hostIdStrategy)
-
Methods inherited from class one.microstream.com.binary.ComPersistenceAdaptorBinary.Creator.Abstract
bufferSizeProvider, foundation
-
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.ComPersistenceAdaptorCreator
createClientPersistenceAdaptor, createHostPersistenceAdaptor
-
-
-
-
Method Detail
-
createPersistenceAdaptor
public ComPersistenceAdaptor<SocketChannel> createPersistenceAdaptor(PersistenceIdStrategy hostIdStrategyInitialization, XGettingEnum<Class<?>> entityTypes, ByteOrder hostByteOrder, PersistenceIdStrategy hostIdStrategy)
-
-