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> java.util.Set<StoreEvent<T>>StoreEvent. toStoreEventSet(java.util.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(java.util.Set<StoreEvent<T>> prepopulationSnapshot)Constructor parameters in de.unistuttgart.isw.sfsc.commonjava.util with type arguments of type StoreEvent Constructor Description ReplayingListener(java.util.function.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(java.util.function.Consumer<StoreEvent<com.google.protobuf.ByteString>> listener)HandleSubscriptionTrackingInbox. addListener(java.util.function.Consumer<StoreEvent<com.google.protobuf.ByteString>> listener)HandleSubscriptionTracker. addOneShotListener(java.util.function.Predicate<StoreEvent<com.google.protobuf.ByteString>> predicate, java.lang.Runnable runnable)HandleSubscriptionTrackingInbox. addOneShotListener(java.util.function.Predicate<StoreEvent<com.google.protobuf.ByteString>> predicate, java.lang.Runnable runnable)
-