Uses of Interface
com.tangosol.util.QueryRecord.PartialResult.RecordableStep
Packages that use QueryRecord.PartialResult.RecordableStep
-
Uses of QueryRecord.PartialResult.RecordableStep in com.tangosol.util
Subinterfaces of QueryRecord.PartialResult.RecordableStep 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.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.RecordableStepModifier and TypeClassDescriptionclass
Simple abstract RecordableStep implementation.class
Simple QueryRecord.PartialResult.ExplainStep implementation.class
Simple QueryRecord.PartialResult.TraceStep implementation.