@Beta
public class KeyValueTableConfiguration
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
KeyValueTableConfiguration.KeyValueTableConfigurationBuilder |
Modifier and Type | Method and Description |
---|---|
static KeyValueTableConfiguration.KeyValueTableConfigurationBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
int |
getPartitionCount()
The number of Partitions for a Key-Value Table.
|
int |
hashCode() |
java.lang.String |
toString() |
public static KeyValueTableConfiguration.KeyValueTableConfigurationBuilder builder()
public int getPartitionCount()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object