Class SimpleQueryRecordReporter
Simple query record reporter used to obtain a string representation of IQueryRecord object.
Inherited Members
Namespace: Tangosol.Util
Assembly: Coherence.dll
Syntax
public class SimpleQueryRecordReporter
Methods
Report(IQueryRecord)
Return a report for the given query record.
Declaration
public static string Report(IQueryRecord record)
Parameters
Type | Name | Description |
---|---|---|
IQueryRecord | record | The record. |
Returns
Type | Description |
---|---|
string | A report for the given query record. |
ReportIndexLookUps(IList)
Report the index look ups.
Declaration
protected static string ReportIndexLookUps(IList listIndexLookups)
Parameters
Type | Name | Description |
---|---|---|
IList | listIndexLookups | The list of lookup ids. |
Returns
Type | Description |
---|---|
string | A report for the index look ups. |
ReportIndexLookupRecord(int, IIndexLookupRecord)
Report the given index lookup record with the given id.
Declaration
protected static string ReportIndexLookupRecord(int nIndexLookupId, IIndexLookupRecord record)
Parameters
Type | Name | Description |
---|---|---|
int | nIndexLookupId | The index lookup id. |
IIndexLookupRecord | record | The index lookup record. |
Returns
Type | Description |
---|---|
string | A report line for the given index lookup. |
ReportResult(IPartialResult, RecordType, IList, bool)
Report the given result.
Declaration
protected static string ReportResult(IPartialResult result, QueryRecorder.RecordType type, IList listIndexLookups, bool fReportPartition)
Parameters
Type | Name | Description |
---|---|---|
IPartialResult | result | The result. |
QueryRecorder.RecordType | type | The record type. |
IList | listIndexLookups | The list of lookup ids. |
bool | fReportPartition | Indicates whether or not to report partitions. |
Returns
Type | Description |
---|---|
string | A report for the given result. |
ReportStep(IStep, RecordType, IList, int)
Report the given step.
Declaration
protected static string ReportStep(IStep step, QueryRecorder.RecordType type, IList listIndexLookups, int nLevel)
Parameters
Type | Name | Description |
---|---|---|
IStep | step | The step. |
QueryRecorder.RecordType | type | The record type. |
IList | listIndexLookups | The list of lookup ids. |
int | nLevel | The indent level. |
Returns
Type | Description |
---|---|
string | A report line for the given step. |