Uses of Enum Class
org.apache.cassandra.config.DataStorageSpec.DataStorageUnit
Packages that use DataStorageSpec.DataStorageUnit
-
Uses of DataStorageSpec.DataStorageUnit in org.apache.cassandra.config
Methods in org.apache.cassandra.config that return DataStorageSpec.DataStorageUnitModifier and TypeMethodDescriptionDataStorageSpec.DataStorageUnit.fromSymbol(String symbol) DataStorageSpec.unit()Returns the enum constant of this class with the specified name.static DataStorageSpec.DataStorageUnit[]DataStorageSpec.DataStorageUnit.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 DataStorageSpec.DataStorageUnitModifier and TypeMethodDescriptionlongDataStorageSpec.DataStorageUnit.convert(long source, DataStorageSpec.DataStorageUnit sourceUnit) Constructors in org.apache.cassandra.config with parameters of type DataStorageSpec.DataStorageUnitModifierConstructorDescriptionIntBytesBound(long quantity, DataStorageSpec.DataStorageUnit unit) Creates aDataStorageSpec.IntBytesBoundof the specified amount in the specified unit.IntKibibytesBound(long quantity, DataStorageSpec.DataStorageUnit unit) Creates aDataStorageSpec.IntKibibytesBoundof the specified amount in the specified unit.IntMebibytesBound(long quantity, DataStorageSpec.DataStorageUnit unit) Creates aDataStorageSpec.IntMebibytesBoundof the specified amount in the specified unit.LongBytesBound(long quantity, DataStorageSpec.DataStorageUnit unit) Creates aDataStorageSpec.LongBytesBoundof the specified amount in the specified unit.LongMebibytesBound(long quantity, DataStorageSpec.DataStorageUnit unit) Creates aDataStorageSpec.LongMebibytesBoundof the specified amount in the specified unit.