Package io.pravega.client.control.impl
Class ControllerImplConfig
- java.lang.Object
-
- io.pravega.client.control.impl.ControllerImplConfig
-
- All Implemented Interfaces:
java.io.Serializable
public class ControllerImplConfig extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classControllerImplConfig.ControllerImplConfigBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ControllerImplConfig.ControllerImplConfigBuilderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)intgetBackoffMultiple()ClientConfiggetClientConfig()intgetInitialBackoffMillis()intgetMaxBackoffMillis()intgetRetryAttempts()longgetTimeoutMillis()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
builder
public static ControllerImplConfig.ControllerImplConfigBuilder builder()
-
getInitialBackoffMillis
public int getInitialBackoffMillis()
-
getMaxBackoffMillis
public int getMaxBackoffMillis()
-
getRetryAttempts
public int getRetryAttempts()
-
getBackoffMultiple
public int getBackoffMultiple()
-
getTimeoutMillis
public long getTimeoutMillis()
-
getClientConfig
public ClientConfig getClientConfig()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-