Class BinaryStorer.Creator.Abstract
java.lang.Object
one.microstream.persistence.binary.types.BinaryStorer.Creator.Abstract
- All Implemented Interfaces:
BinaryStorer.Creator
,PersistenceStorer.Creator<Binary>
- Direct Known Subclasses:
BinaryStorer.Creator.Default
- Enclosing interface:
- BinaryStorer.Creator
public abstract static class BinaryStorer.Creator.Abstract extends Object implements BinaryStorer.Creator
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.persistence.binary.types.BinaryStorer.Creator
BinaryStorer.Creator.Abstract, BinaryStorer.Creator.Default
-
Constructor Summary
Constructors Constructor Description Abstract()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface one.microstream.persistence.binary.types.BinaryStorer.Creator
createEagerStorer, createLazyStorer, createStorer
-
Constructor Details
-
Abstract
public Abstract()
-