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 SummaryNested classes/interfaces inherited from interface one.microstream.com.binary.ComPersistenceAdaptorBinary.CreatorComPersistenceAdaptorBinary.Creator.Abstract<C>, ComPersistenceAdaptorBinary.Creator.Default
- 
Constructor SummaryConstructors Constructor Description Abstract()
- 
Method SummaryModifier and Type Method Description BufferSizeProviderbufferSizeProvider()BinaryPersistenceFoundation<?>foundation()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.com.ComPersistenceAdaptorCreatorcreateClientPersistenceAdaptor, createHostPersistenceAdaptor, createPersistenceAdaptor
- 
Constructor Details- 
Abstractpublic Abstract()
 
- 
- 
Method Details