Uses of Interface
com.tangosol.util.QueryRecord.PartialResult.Step
-
Packages that use QueryRecord.PartialResult.Step Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of QueryRecord.PartialResult.Step in com.tangosol.util
Subinterfaces of QueryRecord.PartialResult.Step in com.tangosol.util Modifier and Type Interface Description static interface
QueryRecord.PartialResult.ExplainStep
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
QueryRecord.PartialResult.RecordableStep
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
QueryRecord.PartialResult.TraceStep
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.Step Modifier and Type Class Description class
SimpleQueryRecord.PartialResult.AbstractRecordableStep
Simple abstract RecordableStep implementation.class
SimpleQueryRecord.PartialResult.ExplainStep
Simple QueryRecord.PartialResult.ExplainStep implementation.static class
SimpleQueryRecord.PartialResult.Step
Simple QueryRecord.PartialResult.Step implementation.class
SimpleQueryRecord.PartialResult.TraceStep
Simple QueryRecord.PartialResult.TraceStep implementation.Methods in com.tangosol.util that return types with arguments of type QueryRecord.PartialResult.Step Modifier and Type Method Description List<? 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.Step Modifier and Type Method Description protected 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.Step Constructor Description Step(QueryRecord.PartialResult.Step step)
Copy constructor for a Step.
-