public class UpdateShardHandlerConfig extends Object
Modifier and Type | Field and Description |
---|---|
static UpdateShardHandlerConfig |
DEFAULT |
static int |
DEFAULT_DISTRIBUPDATECONNTIMEOUT |
static int |
DEFAULT_DISTRIBUPDATESOTIMEOUT |
static int |
DEFAULT_MAXUPDATECONNECTIONS |
static int |
DEFAULT_MAXUPDATECONNECTIONSPERHOST |
Constructor and Description |
---|
UpdateShardHandlerConfig(int maxUpdateConnections,
int maxUpdateConnectionsPerHost,
int distributedSocketTimeout,
int distributedConnectionTimeout) |
Modifier and Type | Method and Description |
---|---|
int |
getDistributedConnectionTimeout() |
int |
getDistributedSocketTimeout() |
int |
getMaxUpdateConnections() |
int |
getMaxUpdateConnectionsPerHost() |
public static final int DEFAULT_DISTRIBUPDATECONNTIMEOUT
public static final int DEFAULT_DISTRIBUPDATESOTIMEOUT
public static final int DEFAULT_MAXUPDATECONNECTIONS
public static final int DEFAULT_MAXUPDATECONNECTIONSPERHOST
public static final UpdateShardHandlerConfig DEFAULT
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.