public class BasicTSClientConfig extends com.fasterxml.clustermate.client.StoreClientConfig<BasicTSKey,BasicTSClientConfig>
Modifier and Type | Field and Description |
---|---|
protected int |
_maxHttpConnections |
protected int |
_maxHttpConnectionsPerHost |
Modifier | Constructor and Description |
---|---|
protected |
BasicTSClientConfig(com.fasterxml.clustermate.api.EntryKeyConverter<BasicTSKey> keyConverter,
String[] basePath,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
com.fasterxml.clustermate.client.operation.OperationConfig operConfig,
int maxHttpConnections,
int maxHttpConnectionsPerHost) |
Modifier and Type | Method and Description |
---|---|
BasicTSClientConfigBuilder |
builder() |
static BasicTSClientConfig |
defaultConfig()
Helper method for building instance that uses defaults and is to
be used on behalf of
clientId . |
int |
getMaxHttpConnections() |
int |
getMaxHttpConnectionsPerHost() |
protected final int _maxHttpConnections
protected final int _maxHttpConnectionsPerHost
protected BasicTSClientConfig(com.fasterxml.clustermate.api.EntryKeyConverter<BasicTSKey> keyConverter, String[] basePath, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, com.fasterxml.clustermate.client.operation.OperationConfig operConfig, int maxHttpConnections, int maxHttpConnectionsPerHost)
public BasicTSClientConfigBuilder builder()
builder
in class com.fasterxml.clustermate.client.StoreClientConfig<BasicTSKey,BasicTSClientConfig>
public static BasicTSClientConfig defaultConfig()
clientId
.public int getMaxHttpConnections()
public int getMaxHttpConnectionsPerHost()
Copyright © 2013 FasterXML. All Rights Reserved.