Uses of Class
com.tangosol.coherence.config.builder.ReadLocatorBuilder
Packages that use 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
Methods in com.tangosol.coherence.config.scheme that return ReadLocatorBuilderModifier 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.Methods in com.tangosol.coherence.config.scheme with parameters of type ReadLocatorBuilderModifier 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
Methods in com.tangosol.coherence.config.xml.processor that return ReadLocatorBuilderModifier and TypeMethodDescriptionReadLocatorProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.