Package org.apache.cassandra.config
Class DataStorageSpec
java.lang.Object
org.apache.cassandra.config.DataStorageSpec
- Direct Known Subclasses:
DataStorageSpec.IntBytesBound,DataStorageSpec.IntKibibytesBound,DataStorageSpec.IntMebibytesBound,DataStorageSpec.LongBytesBound,DataStorageSpec.LongMebibytesBound
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)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic final classRepresents a data storage quantity used for Cassandra configuration.static final classRepresents a data storage quantity used for Cassandra configuration.static final classRepresents a data storage quantity used for Cassandra configuration.static final classRepresents a data storage quantity used for Cassandra configuration.static final classRepresents a data storage quantity used for Cassandra configuration. -
Method Summary