Uses of Class
org.apache.cassandra.utils.ApproximateTime.Measurement
-
Packages that use ApproximateTime.Measurement Package Description org.apache.cassandra.utils -
-
Uses of ApproximateTime.Measurement in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils that return ApproximateTime.Measurement Modifier and Type Method 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.Methods in org.apache.cassandra.utils with parameters of type ApproximateTime.Measurement Modifier and Type Method Description static void
ApproximateTime. refresh(ApproximateTime.Measurement measurement)
Request an immediate refresh; this shouldn't generally be invoked, except perhaps by testsstatic void
ApproximateTime. start(ApproximateTime.Measurement measurement)
static void
ApproximateTime. stop(ApproximateTime.Measurement measurement)
-