|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.util.SimpleQueryRecordReporter
public class SimpleQueryRecordReporter
Simple query record reporter used to obtain a string representation of QueryRecord object.
| Constructor Summary | |
|---|---|
SimpleQueryRecordReporter() |
|
| Method Summary | |
|---|---|
static java.lang.String |
report(QueryRecord record)Return a report for the given query record. |
protected static java.lang.String |
reportIndexLookupRecord(int nIndexLookupId, QueryRecord.PartialResult.IndexLookupRecord record)Report the given index lookup record with the given id. |
protected static java.lang.String |
reportIndexLookUps(java.util.List listIndexLookups)Report the index look ups. |
protected static java.lang.String |
reportResult(QueryRecord.PartialResult result, QueryRecorder.RecordType type, java.util.List listIndexLookups, boolean fReportPartition)Report the given result. |
protected static java.lang.String |
reportStep(QueryRecord.PartialResult.Step step, QueryRecorder.RecordType type, java.util.List listIndexLookups, int nLevel)Report the given step. |
| Constructor Detail |
|---|
public SimpleQueryRecordReporter()
| Method Detail |
|---|
public static java.lang.String report(QueryRecord record)
record - the record
protected static java.lang.String reportResult(QueryRecord.PartialResult result,
QueryRecorder.RecordType type,
java.util.List listIndexLookups,
boolean fReportPartition)
result - the resulttype - the record typelistIndexLookups - the list of lookup idsfReportPartition - indicates whether or not to report partitionsprotected static java.lang.String reportIndexLookUps(java.util.List listIndexLookups)
listIndexLookups - the list of lookup ids
protected static java.lang.String reportStep(QueryRecord.PartialResult.Step step,
QueryRecorder.RecordType type,
java.util.List listIndexLookups,
int nLevel)
step - the steptype - the record typelistIndexLookups - the list of lookup idsnLevel - the indent level
protected static java.lang.String reportIndexLookupRecord(int nIndexLookupId,
QueryRecord.PartialResult.IndexLookupRecord record)
nIndexLookupId - the index lookup idrecord - the index lookup record
|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||