Package io.pravega.client.tables
Class KeyValueTableClientConfiguration
- java.lang.Object
-
- io.pravega.client.tables.KeyValueTableClientConfiguration
-
- All Implemented Interfaces:
java.io.Serializable
@Beta public class KeyValueTableClientConfiguration extends java.lang.Object implements java.io.Serializable
Configuration for theKeyValueTable
client.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
KeyValueTableClientConfiguration.KeyValueTableClientConfigurationBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KeyValueTableClientConfiguration.KeyValueTableClientConfigurationBuilder
builder()
protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
int
getBackoffMultiple()
int
getInitialBackoffMillis()
int
getMaxBackoffMillis()
int
getRetryAttempts()
int
hashCode()
java.lang.String
toString()
-
-
-
Method Detail
-
builder
public static KeyValueTableClientConfiguration.KeyValueTableClientConfigurationBuilder builder()
-
getInitialBackoffMillis
public int getInitialBackoffMillis()
-
getMaxBackoffMillis
public int getMaxBackoffMillis()
-
getRetryAttempts
public int getRetryAttempts()
-
getBackoffMultiple
public int getBackoffMultiple()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-