Uses of Interface
com.tangosol.util.QueryRecord.PartialResult.TraceStep
Packages that use QueryRecord.PartialResult.TraceStep
Package
Description
Contains various generic utilities.
Contains concrete 
Filter implementations and related interfaces.- 
Uses of QueryRecord.PartialResult.TraceStep in com.tangosol.util
Classes in com.tangosol.util that implement QueryRecord.PartialResult.TraceStepModifier and TypeClassDescriptionclassSimple QueryRecord.PartialResult.TraceStep implementation.Methods in com.tangosol.util that return QueryRecord.PartialResult.TraceStepModifier and TypeMethodDescriptionQueryRecord.PartialResult.TraceStep.ensureStep(Filter filter) Ensure an inner nested trace step for the given filter.SimpleQueryRecord.PartialResult.TraceStep.ensureStep(Filter filter) Ensure an inner nested trace step for the given filter.SimpleQueryRecord.PartialResult.instantiateTraceStep(Filter filter) Instantiate a new trace step for the given filter and add it to this result's list of steps. - 
Uses of QueryRecord.PartialResult.TraceStep in com.tangosol.util.filter
Methods in com.tangosol.util.filter with parameters of type QueryRecord.PartialResult.TraceStepModifier and TypeMethodDescriptionprotected FilterArrayFilter.applyFilter(Filter filter, int iFilter, Map mapIndexes, Set setKeys, QueryContext ctx, QueryRecord.PartialResult.TraceStep step) Apply the specified IndexAwareFilter to the specified keySet.protected Filter<?> AllFilter.applyIndex(Map mapIndexes, Set setKeys, QueryContext ctx, QueryRecord.PartialResult.TraceStep step) protected FilterAnyFilter.applyIndex(Map mapIndexes, Set setKeys, QueryContext ctx, QueryRecord.PartialResult.TraceStep step) Apply the specified IndexAwareFilter to the specified keySet.protected abstract FilterArrayFilter.applyIndex(Map mapIndexes, Set setKeys, QueryContext ctx, QueryRecord.PartialResult.TraceStep step) Apply the specified IndexAwareFilter to the specified keySet.protected FilterXorFilter.applyIndex(Map mapIndexes, Set setKeys, QueryContext ctx, QueryRecord.PartialResult.TraceStep step) Apply the specified IndexAwareFilter to the specified keySet.protected booleanAllFilter.evaluateEntry(Map.Entry entry, QueryContext ctx, QueryRecord.PartialResult.TraceStep step) Check if the given entry passes the filter's evaluation.protected booleanAnyFilter.evaluateEntry(Map.Entry entry, QueryContext ctx, QueryRecord.PartialResult.TraceStep step) Check if the given entry passes the filter's evaluation.protected abstract booleanArrayFilter.evaluateEntry(Map.Entry entry, QueryContext ctx, QueryRecord.PartialResult.TraceStep step) Check if the given entry passes the filter's evaluation.protected booleanBetweenFilter.evaluateEntry(Map.Entry entry, QueryContext ctx, QueryRecord.PartialResult.TraceStep step) Check if the given entry passes the filter's evaluation.protected booleanXorFilter.evaluateEntry(Map.Entry entry, QueryContext context, QueryRecord.PartialResult.TraceStep step) Check if the given entry passes the filter's evaluation.protected booleanArrayFilter.evaluateFilter(Filter filter, Map.Entry entry, QueryContext ctx, QueryRecord.PartialResult.TraceStep step) Check if the given entry passes the given filter's evaluation.protected static <T> booleanAbstractQueryRecorderFilter.trace(Filter<T> filter, Map.Entry entry, QueryRecord.PartialResult.TraceStep step) Record the actual cost of query execution for a given filter.protected static <T> Filter<T> AbstractQueryRecorderFilter.trace(Filter<T> filter, Map mapIndexes, Set setKeys, QueryRecord.PartialResult.TraceStep step) Record the actual cost of applying the specified filter to the specified keySet.protected static <T> Filter<T> AbstractQueryRecorderFilter.trace(Filter<T> filter, Map mapIndexes, Set setKeys, QueryRecord.PartialResult.TraceStep step, ValueExtractor extractor) Record the actual cost of applying the specified filter to the specified keySet.booleanAbstractQueryRecorderFilter.trace(QueryContext ctx, QueryRecord.PartialResult.TraceStep step, Map.Entry entry) Evaluate the specified entry against this filter and record the evaluation cost on the given step of theQueryRecord.AbstractQueryRecorderFilter.trace(QueryContext ctx, QueryRecord.PartialResult.TraceStep step, Set setKeys) Filter the given keys using available indexes and record the cost of execution on the given step of theQueryRecord.booleanArrayFilter.trace(QueryContext ctx, QueryRecord.PartialResult.TraceStep step, Map.Entry entry) Evaluate the specified entry against this filter and record the evaluation cost on the given step of theQueryRecord.ArrayFilter.trace(QueryContext ctx, QueryRecord.PartialResult.TraceStep step, Set setKeys) Filter the given keys using available indexes and record the cost of execution on the given step of theQueryRecord.booleanBetweenFilter.trace(QueryContext ctx, QueryRecord.PartialResult.TraceStep step, Map.Entry entry) Evaluate the specified entry against this filter and record the evaluation cost on the given step of theQueryRecord.BetweenFilter.trace(QueryContext ctx, QueryRecord.PartialResult.TraceStep step, Set setKeys) Filter the given keys using available indexes and record the cost of execution on the given step of theQueryRecord.booleanQueryRecorderFilter.trace(QueryContext ctx, QueryRecord.PartialResult.TraceStep step, Map.Entry entry) Evaluate the specified entry against this filter and record the evaluation cost on the given step of theQueryRecord.QueryRecorderFilter.trace(QueryContext ctx, QueryRecord.PartialResult.TraceStep step, Set setKeys) Filter the given keys using available indexes and record the cost of execution on the given step of theQueryRecord.booleanWrapperQueryRecorderFilter.trace(QueryContext ctx, QueryRecord.PartialResult.TraceStep step, Map.Entry entry) Evaluate the specified entry against this filter and record the evaluation cost on the given step of theQueryRecord.WrapperQueryRecorderFilter.trace(QueryContext ctx, QueryRecord.PartialResult.TraceStep step, Set setKeys) Filter the given keys using available indexes and record the cost of execution on the given step of theQueryRecord.