Package | Description |
---|---|
org.apache.cassandra.utils |
Modifier and Type | Method and Description |
---|---|
static ApproximateTime.Measurement |
ApproximateTime.Measurement.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApproximateTime.Measurement[] |
ApproximateTime.Measurement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
ApproximateTime.refresh(ApproximateTime.Measurement measurement)
Request an immediate refresh; this shouldn't generally be invoked, except perhaps by tests
|
static void |
ApproximateTime.start(ApproximateTime.Measurement measurement) |
static void |
ApproximateTime.stop(ApproximateTime.Measurement measurement) |
Copyright © 2009-2022 The Apache Software Foundation