Uses of Interface
com.tangosol.coherence.dslquery.ExtractorBuilder
Package
Description
Contains packages and classes supporting the Coherence CohQL command line tool.
Contains classes related to the Coherence REST pluggable query engine.
-
Uses of ExtractorBuilder in com.tangosol.coherence.dslquery
Modifier and TypeClassDescriptionclass
AnExtractorBuilder
implementation that delegates buildingValueExtractor
s to a chain of ExtractorBuilders and returns the result from the first ExtractorBuilder to return a non-null value from itsChainedExtractorBuilder.realize(String, int, String)
method.class
AnExtractorBuilder
implementation that will build instances ofReflectionExtractor
s.class
AnExtractorBuilder
implementation that will build instances ofUniversalExtractor
s.Modifier and TypeFieldDescriptionprotected ExtractorBuilder
CoherenceQueryLanguage.m_bldrExtractor
TheExtractorBuilder
that will be used to realizeValueExtractor
s to be used by CohQL.Modifier and TypeFieldDescriptionprotected final List
<ExtractorBuilder> ChainedExtractorBuilder.f_listBuilders
The chain ofExtractorBuilder
s to delegate to.Modifier and TypeMethodDescriptionCoherenceQueryLanguage.getExtractorBuilder()
Return theExtractorBuilder
to use to buildValueExtractor
s.Modifier and TypeMethodDescriptionvoid
CoherenceQueryLanguage.setExtractorBuilder
(ExtractorBuilder builder) Set theExtractorBuilder
that will be used by CohQL queries to buildValueExtractor
s.ModifierConstructorDescriptionChainedExtractorBuilder
(ExtractorBuilder... aBuilders) Construct a ChainedExtractorBuilder that uses the specified chain ofExtractorBuilder
s to realize instances ofValueExtractor
s. -
Uses of ExtractorBuilder in com.tangosol.coherence.rest.query
Modifier and TypeFieldDescriptionstatic final ExtractorBuilder
CoherenceQueryLanguageEngine.EXTRACTOR_BUILDER
ExtractorBuilder to useUniversalExtractorBuilder
.