com.hammurapi.eventbus.tests.familyties
Class FamilyTiesEventStoreImpl.Config

Show UML class diagram
java.lang.Object
  extended by com.hammurapi.store.local.LocalStoreBase.Config<AbstractEventBus.Handle<Relative,Integer,FamilyTiesRules,Long>,Relative,FamilyTiesEventStore>
      extended by com.hammurapi.eventbus.tests.familyties.FamilyTiesEventStoreImpl.Config
All Implemented Interfaces:
Cloneable
Enclosing class:
FamilyTiesEventStoreImpl

public static class FamilyTiesEventStoreImpl.Config
extends LocalStoreBase.Config<AbstractEventBus.Handle<Relative,Integer,FamilyTiesRules,Long>,Relative,FamilyTiesEventStore>

Config class with bound generic parameters.


Constructor Summary
FamilyTiesEventStoreImpl.Config()
           
 
Method Summary
 
Methods inherited from class com.hammurapi.store.local.LocalStoreBase.Config
clone, getCleanupTaskThreshold, getExecutorService, getHandleFactory, getHandleStrength, getNoPkStore, getObservableConverter, getPkStore, getPrimaryKeyExtractor, isCacheExtracted, isWeakPrimaryKey, setCacheExtracted, setCleanupTaskThreshold, setExecutorService, setHandleFactory, setHandleStrength, setNoPkStore, setObservableConverter, setPkStore, setPrimaryKeyExtractor, setWeakPrimaryKey
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FamilyTiesEventStoreImpl.Config

public FamilyTiesEventStoreImpl.Config()