Uses of Class
com.tangosol.coherence.config.builder.ReadLocatorBuilder
Package
Description
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
-
Uses of ReadLocatorBuilder in com.tangosol.coherence.config.scheme
Modifier and TypeMethodDescriptionBackingMapScheme.getReadLocatorBuilder()
Return a builder that is capable of building BiFunction's that return the Member reads for a partitioned cache should be targeted against.Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionReadLocatorProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.