| Package | Description |
|---|---|
| com.atlassian.instrumentation.operations.registry |
| Modifier and Type | Field and Description |
|---|---|
static OpSnapshotComparator |
OpSnapshotComparator.BY_DEFAULT
The default is BY_TIME_TAKEN.
|
static OpSnapshotComparator |
OpSnapshotComparator.BY_INVOCATION_COUNT
This will sort in highest invocation count / highest time taken / highest result set size order / lowest name
order
|
static OpSnapshotComparator |
OpSnapshotComparator.BY_NAME
This will sort in lowest name / highest time taken / highest invocation count / highest result set size order
|
static OpSnapshotComparator |
OpSnapshotComparator.BY_RESULT_SET_SIZE
This will sort in highest result set size / highest invocation count / highest time taken / lowest name order
|
static OpSnapshotComparator |
OpSnapshotComparator.BY_TIME_TAKEN
This will sort in highest time taken / highest invocation count / highest result set size order / lowest name
order
|
Copyright © 2016 Atlassian. All rights reserved.