public class ReaderConfig
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ReaderConfig.ReaderConfigBuilder |
Modifier and Type | Method and Description |
---|---|
static ReaderConfig.ReaderConfigBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
int |
getBufferSize() |
long |
getInitialAllocationDelay() |
int |
hashCode() |
boolean |
isDisableTimeWindows() |
java.lang.String |
toString() |
public static ReaderConfig.ReaderConfigBuilder builder()
public long getInitialAllocationDelay()
public boolean isDisableTimeWindows()
public int getBufferSize()
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