Uses of Class
com.tangosol.coherence.config.builder.ReadLocatorBuilder
-
Packages that use ReadLocatorBuilder 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 ReadLocatorBuilder in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme that return ReadLocatorBuilder Modifier and Type Method Description ReadLocatorBuilder
BackingMapScheme. getReadLocatorBuilder()
Return a builder that is capable of building BiFunction's that return the Member reads for a partitioned cache should be targeted against.Methods in com.tangosol.coherence.config.scheme with parameters of type ReadLocatorBuilder Modifier and Type Method Description void
BackingMapScheme. etReadLocatorBuilder(ReadLocatorBuilder bldrReadLocator)
Sets thebuilder
that is capable of building BiFunction's that return the Member reads for a partitioned cache should be targeted against. -
Uses of ReadLocatorBuilder in com.tangosol.coherence.config.xml.processor
Methods in com.tangosol.coherence.config.xml.processor that return ReadLocatorBuilder Modifier and Type Method Description ReadLocatorBuilder
ReadLocatorProcessor. process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.
-