Uses of Record Class
com.loomcache.server.handler.CqcSubscriptionHandler.SubscriptionId
Packages that use CqcSubscriptionHandler.SubscriptionId
-
Uses of CqcSubscriptionHandler.SubscriptionId in com.loomcache.server.handler
Methods in com.loomcache.server.handler that return CqcSubscriptionHandler.SubscriptionIdModifier and TypeMethodDescriptionCqcSubscriptionHandler.CqcSubscription.id()Returns the value of theidrecord component.Methods in com.loomcache.server.handler that return types with arguments of type CqcSubscriptionHandler.SubscriptionIdModifier and TypeMethodDescriptionCqcSubscriptionHandler.getSubscriptions()Snapshot of active subscriptions, keyed by (peerId, mapName).Constructors in com.loomcache.server.handler with parameters of type CqcSubscriptionHandler.SubscriptionIdModifierConstructorDescriptionCqcSubscription(CqcSubscriptionHandler.SubscriptionId id, SerializablePredicate predicate, DistributedMap.MapChangeListener<String, String> listener, DistributedMap<String, String> sourceMap) Creates an instance of aCqcSubscriptionrecord class.