Package one.microstream.util
Class InstanceDispatcher.Default
java.lang.Object
one.microstream.util.InstanceDispatcher.Default
- All Implemented Interfaces:
InstanceDispatcher
- Direct Known Subclasses:
ComFoundation.Abstract
,PersistenceFoundation.Default
,StorageFoundation.Default
,XCsvConfiguration.Builder.Default
- Enclosing interface:
- InstanceDispatcher
public static class InstanceDispatcher.Default extends Object implements InstanceDispatcher
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.util.InstanceDispatcher
InstanceDispatcher.Default
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description InstanceDispatcherLogic
getInstanceDispatcherLogic()
InstanceDispatcher
setInstanceDispatcherLogic(InstanceDispatcherLogic instanceDispatcher)
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
setInstanceDispatcherLogic
- Specified by:
setInstanceDispatcherLogic
in interfaceInstanceDispatcher
-
getInstanceDispatcherLogic
- Specified by:
getInstanceDispatcherLogic
in interfaceInstanceDispatcher
-