public static enum ScanMetrics.Metric extends Enum<ScanMetrics.Metric>
ScanMetrics.get(com.thinkaurelius.titan.diskstorage.keycolumnvalue.scan.ScanMetrics.Metric)
and ScanMetrics.increment(com.thinkaurelius.titan.diskstorage.keycolumnvalue.scan.ScanMetrics.Metric).| Modifier and Type | Method and Description |
|---|---|
static ScanMetrics.Metric |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanMetrics.Metric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScanMetrics.Metric FAILURE
public static final ScanMetrics.Metric SUCCESS
public static ScanMetrics.Metric[] values()
for (ScanMetrics.Metric c : ScanMetrics.Metric.values()) System.out.println(c);
public static ScanMetrics.Metric valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2012–2015. All rights reserved.