Uses of Interface
com.tangosol.net.topic.NamedTopic.ElementCalculator
Packages that use NamedTopic.ElementCalculator
Package
Description
Defines the typical runtime configuration builders for the Coherence
configuration object model.
Contains classes that providing topic entities for publish/subscribe messaging.
-
Uses of NamedTopic.ElementCalculator in com.tangosol.coherence.config.builder
Methods in com.tangosol.coherence.config.builder that return NamedTopic.ElementCalculatorModifier and TypeMethodDescriptionElementCalculatorBuilder.realize
(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters) -
Uses of NamedTopic.ElementCalculator in com.tangosol.net.topic
Classes in com.tangosol.net.topic that implement NamedTopic.ElementCalculatorModifier and TypeClassDescriptionclass
ANamedTopic.ElementCalculator
that calculates size of an element based on the size of the serialized binary value.class
A fixed implementation of aNamedTopic.ElementCalculator
that gives all elements a size of 1.Methods in com.tangosol.net.topic that return NamedTopic.ElementCalculatorModifier and TypeMethodDescriptionTopicDependencies.getElementCalculator()
Return the calculator used to calculate element sizes.