Uses of Interface
com.tangosol.net.topic.NamedTopic.ElementCalculator
-
Packages that use NamedTopic.ElementCalculator Package Description com.tangosol.coherence.config.builder Defines the typical runtime configuration builders for the Coherence configuration object model.com.tangosol.net.topic 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.ElementCalculator Modifier and Type Method Description NamedTopic.ElementCalculator
ElementCalculatorBuilder. 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.ElementCalculator Modifier and Type Class Description class
BinaryElementCalculator
ANamedTopic.ElementCalculator
that calculates size of an element based on the size of the serialized binary value.class
FixedElementCalculator
A fixed implementation of aNamedTopic.ElementCalculator
that gives all elements a size of 1.Methods in com.tangosol.net.topic that return NamedTopic.ElementCalculator Modifier and Type Method Description NamedTopic.ElementCalculator
TopicDependencies. getElementCalculator()
Return the calculator used to calculate element sizes.
-