Uses of Class
com.tangosol.coherence.config.builder.ElementCalculatorBuilder
-
Packages that use ElementCalculatorBuilder Package Description com.tangosol.coherence.config.scheme Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes.com.tangosol.coherence.config.xml.processor Defines the Xml document Element and Attribute Processors for Coherence Cache Configuration files. -
-
Uses of ElementCalculatorBuilder in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme that return ElementCalculatorBuilder Modifier and Type Method Description ElementCalculatorBuilder
PagedTopicScheme. getElementCalculatorBuilder()
Return the ElementCalculatorBuilder used to build a ElementCalculator.Methods in com.tangosol.coherence.config.scheme with parameters of type ElementCalculatorBuilder Modifier and Type Method Description void
PagedTopicScheme. setElementCalculatorBuilder(ElementCalculatorBuilder builder)
Set the ElementCalculatorBuilder. -
Uses of ElementCalculatorBuilder in com.tangosol.coherence.config.xml.processor
Methods in com.tangosol.coherence.config.xml.processor that return ElementCalculatorBuilder Modifier and Type Method Description ElementCalculatorBuilder
ElementCalculatorProcessor. process(ProcessingContext context, XmlElement element)
-