Class DataStorageSpec

java.lang.Object
org.apache.cassandra.config.DataStorageSpec
Direct Known Subclasses:
DataStorageSpec.IntBytesBound, DataStorageSpec.IntKibibytesBound, DataStorageSpec.IntMebibytesBound, DataStorageSpec.LongBytesBound, DataStorageSpec.LongMebibytesBound

public abstract class DataStorageSpec extends Object
Represents an amount of data storage. Wrapper class for Cassandra configuration parameters, providing to the users the opportunity to be able to provide config with a unit of their choice in cassandra.yaml as per the available options. (CASSANDRA-15234)