| Package | Description |
|---|---|
| com.thinkaurelius.titan.diskstorage.keycolumnvalue.scan |
| Modifier and Type | Method and Description |
|---|---|
static ScanMetrics.Metric |
ScanMetrics.Metric.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanMetrics.Metric[] |
ScanMetrics.Metric.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
long |
StandardScanMetrics.get(ScanMetrics.Metric metric) |
long |
ScanMetrics.get(ScanMetrics.Metric metric)
Get the value of a standard counter.
|
void |
StandardScanMetrics.increment(ScanMetrics.Metric metric) |
void |
ScanMetrics.increment(ScanMetrics.Metric metric)
Increment a standard counter by 1.
|
Copyright © 2012–2015. All rights reserved.