Uses of Enum Class
com.loomcache.client.TopicOverloadPolicy
Packages that use TopicOverloadPolicy
-
Uses of TopicOverloadPolicy in com.loomcache.client
Subclasses with type arguments of type TopicOverloadPolicy in com.loomcache.clientModifier and TypeClassDescriptionenumOverload policy for reliable-topic publishes when the retained ringbuffer window is full.Methods in com.loomcache.client that return TopicOverloadPolicyModifier and TypeMethodDescriptionstatic TopicOverloadPolicyReturns the enum constant of this class with the specified name.static TopicOverloadPolicy[]TopicOverloadPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.loomcache.client with parameters of type TopicOverloadPolicyModifier and TypeMethodDescriptionLoomCache.getReliableTopic(String name, int capacity, TopicOverloadPolicy policy) <T> LoomReliableTopic<T> LoomClient.getReliableTopic(String name, int capacity, TopicOverloadPolicy policy) Obtain a handle to a reliable topic with explicit retention capacity and overload policy.longLoomReliableTopic.publish(T message, TopicOverloadPolicy policy) longLoomClient.reliableTopicPublish(String topicName, String message, TopicOverloadPolicy policy, int capacity)