Class Config
- java.lang.Object
-
- com.alibaba.graphscope.interactive.client.common.Config
-
public class Config extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Config.ConfigBuilder
-
Field Summary
Fields Modifier and Type Field Description static long
DEFAULT_READ_TIMEOUT
static long
DEFAULT_WRITE_TIMEOUT
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getConnectionTimeout()
long
getKeepAliveDuration()
int
getMaxIdleConnections()
long
getReadTimeout()
long
getWriteTimeout()
boolean
isEnableTracing()
static Config.ConfigBuilder
newBuilder()
-
-
-
Field Detail
-
DEFAULT_READ_TIMEOUT
public static final long DEFAULT_READ_TIMEOUT
- See Also:
- Constant Field Values
-
DEFAULT_WRITE_TIMEOUT
public static final long DEFAULT_WRITE_TIMEOUT
- See Also:
- Constant Field Values
-
-
Method Detail
-
isEnableTracing
public boolean isEnableTracing()
-
getReadTimeout
public long getReadTimeout()
-
getWriteTimeout
public long getWriteTimeout()
-
getConnectionTimeout
public long getConnectionTimeout()
-
getMaxIdleConnections
public int getMaxIdleConnections()
-
getKeepAliveDuration
public long getKeepAliveDuration()
-
newBuilder
public static Config.ConfigBuilder newBuilder()
-
-