public abstract class DataStorageSpec
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DataStorageSpec.DataStorageUnit |
static class |
DataStorageSpec.IntBytesBound
Represents a data storage quantity used for Cassandra configuration.
|
static class |
DataStorageSpec.IntKibibytesBound
Represents a data storage quantity used for Cassandra configuration.
|
static class |
DataStorageSpec.IntMebibytesBound
Represents a data storage quantity used for Cassandra configuration.
|
static class |
DataStorageSpec.LongBytesBound
Represents a data storage quantity used for Cassandra configuration.
|
static class |
DataStorageSpec.LongMebibytesBound
Represents a data storage quantity used for Cassandra configuration.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
long |
quantity() |
java.lang.String |
toString() |
DataStorageSpec.DataStorageUnit |
unit() |
public long quantity()
public DataStorageSpec.DataStorageUnit unit()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2009-2022 The Apache Software Foundation