Uses of Interface
com.hammurapi.eventbus.tests.familyties.FamilyTiesEventStore

Packages that use FamilyTiesEventStore
com.hammurapi.eventbus.tests.familyties   
 

Uses of FamilyTiesEventStore in com.hammurapi.eventbus.tests.familyties
 

Classes in com.hammurapi.eventbus.tests.familyties that implement FamilyTiesEventStore
 class FamilyTiesEventStoreImpl
          Implementation of event store.
protected static class FamilyTiesEventStoreImpl.FamilyTiesEventDeputyStore
           
protected static class FamilyTiesEventStoreImpl.FamilyTiesEventLiveView
           
protected static class FamilyTiesEventStoreImpl.FamilyTiesEventUnmodifiableStore
           
 

Methods in com.hammurapi.eventbus.tests.familyties that return FamilyTiesEventStore
protected  FamilyTiesEventStore FamilyTiesEventStoreImpl.createDeputy()
           
protected  FamilyTiesEventStore FamilyTiesEventStoreImpl.FamilyTiesEventDeputyStore.createDeputy()
           
protected  FamilyTiesEventStore FamilyTiesEventStoreImpl.createLiveView(Predicate<AbstractEventBus.Handle<Relative,Integer,FamilyTiesRules,Long>,FamilyTiesEventStore> selector)
           
protected  FamilyTiesEventStore FamilyTiesEventStoreImpl.FamilyTiesEventDeputyStore.createLiveView(Predicate<AbstractEventBus.Handle<Relative,Integer,FamilyTiesRules,Long>,FamilyTiesEventStore> selector)
           
 FamilyTiesEventStore FamilyTiesEventStoreImpl.createUnmodifiableFacade()
           
 FamilyTiesEventStore FamilyTiesEventStoreImpl.FamilyTiesEventDeputyStore.createUnmodifiableFacade()
           
 FamilyTiesEventStore FamilyTiesEventStoreImpl.FamilyTiesEventLiveView.createUnmodifiableFacade()
           
 

Method parameters in com.hammurapi.eventbus.tests.familyties with type arguments of type FamilyTiesEventStore
protected  FamilyTiesEventStore FamilyTiesEventStoreImpl.createLiveView(Predicate<AbstractEventBus.Handle<Relative,Integer,FamilyTiesRules,Long>,FamilyTiesEventStore> selector)
           
protected  FamilyTiesEventStore FamilyTiesEventStoreImpl.FamilyTiesEventDeputyStore.createLiveView(Predicate<AbstractEventBus.Handle<Relative,Integer,FamilyTiesRules,Long>,FamilyTiesEventStore> selector)
           
 

Constructors in com.hammurapi.eventbus.tests.familyties with parameters of type FamilyTiesEventStore
FamilyTiesEventStoreImpl.FamilyTiesEventLiveView(FamilyTiesEventStore master, Predicate<AbstractEventBus.Handle<Relative,Integer,FamilyTiesRules,Long>,FamilyTiesEventStore> selector)
           
FamilyTiesEventStoreImpl.FamilyTiesEventUnmodifiableStore(FamilyTiesEventStore master)
           
 

Constructor parameters in com.hammurapi.eventbus.tests.familyties with type arguments of type FamilyTiesEventStore
FamilyTiesEventStoreImpl.FamilyTiesEventDeputyStore(AbstractStore<AbstractEventBus.Handle<Relative,Integer,FamilyTiesRules,Long>,Relative,FamilyTiesEventStore> master, ReadWriteLock masterLock)
           
FamilyTiesEventStoreImpl.FamilyTiesEventLiveView(FamilyTiesEventStore master, Predicate<AbstractEventBus.Handle<Relative,Integer,FamilyTiesRules,Long>,FamilyTiesEventStore> selector)