Uses of Interface
com.tangosol.util.QueryRecord.PartialResult.Step
Packages that use QueryRecord.PartialResult.Step
-
Uses of QueryRecord.PartialResult.Step in com.tangosol.util
Subinterfaces of QueryRecord.PartialResult.Step in com.tangosol.utilModifier and TypeInterfaceDescriptionstatic interface
A QueryRecord.ExplainStep is aQueryRecord.PartialResult.RecordableStep
that provides the ability to record the estimated cost of evaluating a filter as part of a query operation.static interface
A QueryRecord.RecordableStep is astep
that provides the ability to record the cost of evaluating a filter as part of a query operation.static interface
A QueryRecord.TraceStep is aQueryRecord.PartialResult.RecordableStep
that provides the ability to record the information associated with the actual cost of evaluating a filter as part of a query operation.Classes in com.tangosol.util that implement QueryRecord.PartialResult.StepModifier and TypeClassDescriptionclass
Simple abstract RecordableStep implementation.class
Simple QueryRecord.PartialResult.ExplainStep implementation.static class
Simple QueryRecord.PartialResult.Step implementation.class
Simple QueryRecord.PartialResult.TraceStep implementation.Methods in com.tangosol.util that return types with arguments of type QueryRecord.PartialResult.StepModifier and TypeMethodDescriptionList
<? extends QueryRecord.PartialResult.Step> QueryRecord.PartialResult.getSteps()
Get the list of steps for this query record partial result in the order that they occurred.List
<? extends QueryRecord.PartialResult.Step> QueryRecord.PartialResult.Step.getSteps()
Return inner nested steps, may be null if not nested.List
<? extends QueryRecord.PartialResult.Step> SimpleQueryRecord.PartialResult.getSteps()
Get the list of steps for this query record partial result in the order that they occurred.List
<? extends QueryRecord.PartialResult.Step> SimpleQueryRecord.PartialResult.Step.getSteps()
Return inner nested steps, may be null if not nested.Methods in com.tangosol.util with parameters of type QueryRecord.PartialResult.StepModifier and TypeMethodDescriptionprotected boolean
SimpleQueryRecord.PartialResult.Step.isMatching
(QueryRecord.PartialResult.Step step) Determine whether or not the given step is capable of being placed in one-to-one correspondence with this step.protected void
SimpleQueryRecord.PartialResult.Step.merge
(QueryRecord.PartialResult.Step step) Merge the given step with this one.protected static String
SimpleQueryRecordReporter.reportStep
(QueryRecord.PartialResult.Step step, QueryRecorder.RecordType type, List<QueryRecord.PartialResult.IndexLookupRecord> listIndexLookups, int nLevel, List<String> listFooter) Report the given step.Constructors in com.tangosol.util with parameters of type QueryRecord.PartialResult.StepModifierConstructorDescriptionCopy constructor for a Step.