| Package | Description | 
|---|---|
| com.tangosol.util | Contains various generic utilities. | 
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | QueryRecord.PartialResult.ExplainStepA QueryRecord.ExplainStep is a  QueryRecord.PartialResult.RecordableStepthat provides the ability to record the estimated cost of evaluating a filter as part of a query operation. | 
| static interface  | QueryRecord.PartialResult.RecordableStepA QueryRecord.RecordableStep is a  stepthat provides the ability to record the cost of evaluating a filter as part of a query operation. | 
| static interface  | QueryRecord.PartialResult.TraceStepA QueryRecord.TraceStep is a  QueryRecord.PartialResult.RecordableStepthat provides the ability to record the information associated with the actual cost of evaluating a filter as part of a query operation. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SimpleQueryRecord.PartialResult.AbstractRecordableStepSimple abstract RecordableStep implementation. | 
| class  | SimpleQueryRecord.PartialResult.ExplainStepSimple QueryRecord.PartialResult.ExplainStep implementation. | 
| static class  | SimpleQueryRecord.PartialResult.StepSimple QueryRecord.PartialResult.Step implementation. | 
| class  | SimpleQueryRecord.PartialResult.TraceStepSimple QueryRecord.PartialResult.TraceStep implementation. | 
| Modifier and Type | Method and 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. | 
| Modifier and Type | Method and 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. | 
| Constructor and Description | 
|---|
| Step(QueryRecord.PartialResult.Step step)Copy constructor for a Step. |