Uses of Class
de.unistuttgart.isw.sfsc.commonjava.util.StoreEvent
-
Packages that use StoreEvent Package Description de.unistuttgart.isw.sfsc.commonjava.util de.unistuttgart.isw.sfsc.commonjava.zmq.pubsubsocketpair.inputmanagement.subscription -
-
Uses of StoreEvent in de.unistuttgart.isw.sfsc.commonjava.util
Methods in de.unistuttgart.isw.sfsc.commonjava.util that return types with arguments of type StoreEvent Modifier and Type Method Description static <T> Set<StoreEvent<T>>StoreEvent. toStoreEventSet(Set<T> set)Methods in de.unistuttgart.isw.sfsc.commonjava.util with parameters of type StoreEvent Modifier and Type Method Description voidReplayingListener. accept(StoreEvent<T> storeEvent)Method parameters in de.unistuttgart.isw.sfsc.commonjava.util with type arguments of type StoreEvent Modifier and Type Method Description voidReplayingListener. prependEvents(Set<StoreEvent<T>> prepopulationSnapshot)Constructor parameters in de.unistuttgart.isw.sfsc.commonjava.util with type arguments of type StoreEvent Constructor Description ReplayingListener(Consumer<StoreEvent<T>> listener) -
Uses of StoreEvent in de.unistuttgart.isw.sfsc.commonjava.zmq.pubsubsocketpair.inputmanagement.subscription
Method parameters in de.unistuttgart.isw.sfsc.commonjava.zmq.pubsubsocketpair.inputmanagement.subscription with type arguments of type StoreEvent Modifier and Type Method Description HandleSubscriptionTracker. addListener(Consumer<StoreEvent<com.google.protobuf.ByteString>> listener)HandleSubscriptionTrackingInbox. addListener(Consumer<StoreEvent<com.google.protobuf.ByteString>> listener)Future<Void>SubscriptionTracker. addOneShotListener(Predicate<StoreEvent<com.google.protobuf.ByteString>> predicate, Runnable runnable)Future<Void>SubscriptionTrackingInbox. addOneShotListener(Predicate<StoreEvent<com.google.protobuf.ByteString>> predicate, Runnable runnable)
-