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.MeasurementApproximateTime.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 voidApproximateTime. refresh(ApproximateTime.Measurement measurement)Request an immediate refresh; this shouldn't generally be invoked, except perhaps by testsstatic voidApproximateTime. start(ApproximateTime.Measurement measurement)static voidApproximateTime. stop(ApproximateTime.Measurement measurement)
-