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.DataStorageUnitDataStorageSpec.DataStorageUnit. fromSymbol(java.lang.String symbol)DataStorageSpec.DataStorageUnitDataStorageSpec. unit()static DataStorageSpec.DataStorageUnitDataStorageSpec.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 longDataStorageSpec.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.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.
-