Package one.microstream.com.binary
Class ComPersistenceAdaptorBinary.Creator.Abstract<C>
- java.lang.Object
-
- one.microstream.com.binary.ComPersistenceAdaptorBinary.Creator.Abstract<C>
-
- All Implemented Interfaces:
ComPersistenceAdaptorBinary.Creator<C>
,ComPersistenceAdaptorCreator<C>
- Direct Known Subclasses:
ComPersistenceAdaptorBinary.Creator.Default
- Enclosing interface:
- ComPersistenceAdaptorBinary.Creator<C>
public abstract static class ComPersistenceAdaptorBinary.Creator.Abstract<C> extends Object implements ComPersistenceAdaptorBinary.Creator<C>
-
-
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 Abstract()
-
Method Summary
Modifier and Type Method Description BufferSizeProvider
bufferSizeProvider()
BinaryPersistenceFoundation<?>
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, createPersistenceAdaptor
-
-
-
-
Method Detail
-
foundation
public BinaryPersistenceFoundation<?> foundation()
-
bufferSizeProvider
public BufferSizeProvider bufferSizeProvider()
-
-