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 interfaceA QueryRecord.ExplainStep is aQueryRecord.PartialResult.RecordableStepthat provides the ability to record the estimated cost of evaluating a filter as part of a query operation.static interfaceA QueryRecord.RecordableStep is astepthat provides the ability to record the cost of evaluating a filter as part of a query operation.static interfaceA QueryRecord.TraceStep is aQueryRecord.PartialResult.RecordableStepthat 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 TypeClassDescriptionclassSimple abstract RecordableStep implementation.classSimple QueryRecord.PartialResult.ExplainStep implementation.static classSimple QueryRecord.PartialResult.Step implementation.classSimple 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 booleanSimpleQueryRecord.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 voidSimpleQueryRecord.PartialResult.Step.merge(QueryRecord.PartialResult.Step step) Merge the given step with this one.protected static StringSimpleQueryRecordReporter.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.