Uses of Class
org.apache.cassandra.config.DataStorageSpec.DataStorageUnit
-
Packages that use DataStorageSpec.DataStorageUnit Package Description org.apache.cassandra.config -
-
Uses of DataStorageSpec.DataStorageUnit in org.apache.cassandra.config
Methods in org.apache.cassandra.config that return DataStorageSpec.DataStorageUnit Modifier and Type Method Description static DataStorageSpec.DataStorageUnit
DataStorageSpec.DataStorageUnit. fromSymbol(java.lang.String symbol)
DataStorageSpec.DataStorageUnit
DataStorageSpec. unit()
static DataStorageSpec.DataStorageUnit
DataStorageSpec.DataStorageUnit. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DataStorageSpec.DataStorageUnit[]
DataStorageSpec.DataStorageUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.config with parameters of type DataStorageSpec.DataStorageUnit Modifier and Type Method Description long
DataStorageSpec.DataStorageUnit. convert(long source, DataStorageSpec.DataStorageUnit sourceUnit)
Constructors in org.apache.cassandra.config with parameters of type DataStorageSpec.DataStorageUnit Constructor Description IntBytesBound(long quantity, DataStorageSpec.DataStorageUnit unit)
Creates aDataStorageSpec.IntBytesBound
of the specified amount in the specified unit.IntKibibytesBound(long quantity, DataStorageSpec.DataStorageUnit unit)
Creates aDataStorageSpec.IntKibibytesBound
of the specified amount in the specified unit.IntMebibytesBound(long quantity, DataStorageSpec.DataStorageUnit unit)
Creates aDataStorageSpec.IntMebibytesBound
of the specified amount in the specified unit.LongBytesBound(long quantity, DataStorageSpec.DataStorageUnit unit)
Creates aDataStorageSpec.LongBytesBound
of the specified amount in the specified unit.LongMebibytesBound(long quantity, DataStorageSpec.DataStorageUnit unit)
Creates aDataStorageSpec.LongMebibytesBound
of the specified amount in the specified unit.
-