Uses of Enum Class
org.apache.cassandra.config.DataRateSpec.DataRateUnit
Packages that use DataRateSpec.DataRateUnit
-
Uses of DataRateSpec.DataRateUnit in org.apache.cassandra.config
Methods in org.apache.cassandra.config that return DataRateSpec.DataRateUnitModifier and TypeMethodDescriptionstatic DataRateSpec.DataRateUnitDataRateSpec.DataRateUnit.fromSymbol(String symbol) DataRateSpec.unit()static DataRateSpec.DataRateUnitReturns the enum constant of this class with the specified name.static DataRateSpec.DataRateUnit[]DataRateSpec.DataRateUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.config with parameters of type DataRateSpec.DataRateUnitModifier and TypeMethodDescriptiondoubleDataRateSpec.DataRateUnit.convert(double source, DataRateSpec.DataRateUnit sourceUnit) Constructors in org.apache.cassandra.config with parameters of type DataRateSpec.DataRateUnitModifierConstructorDescriptionLongBytesPerSecondBound(long quantity, DataRateSpec.DataRateUnit unit) Creates aDataRateSpec.LongBytesPerSecondBoundof the specified amount in the specified unit.