Uses of Interface
com.tangosol.net.topic.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
Modifier and TypeMethodDescriptionElementCalculatorBuilder.realize
(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters) -
Uses of NamedTopic.ElementCalculator in com.tangosol.net.topic
Modifier 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.Modifier and TypeMethodDescriptionTopicDependencies.getElementCalculator()
Return the calculator used to calculate element sizes.