public class FoxtrotClientConfig extends Object
| Constructor and Description |
|---|
FoxtrotClientConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchSize() |
ClientType |
getClientType() |
EndpointType |
getEndpointType() |
String |
getHost() |
long |
getKeepAliveTimeMillis() |
int |
getMaxConnections() |
int |
getPort() |
String |
getQueuePath() |
int |
getRefreshIntervalSecs() |
String |
getTable() |
void |
setBatchSize(int batchSize) |
void |
setClientType(ClientType clientType) |
void |
setEndpointType(EndpointType endpointType) |
void |
setHost(String host) |
void |
setKeepAliveTimeMillis(long keepAliveTimeMillis) |
void |
setMaxConnections(int maxConnections) |
void |
setPort(int port) |
void |
setQueuePath(String queuePath) |
void |
setRefreshIntervalSecs(int refreshIntervalSecs) |
void |
setTable(String table) |
public String getTable()
public void setTable(String table)
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
public int getMaxConnections()
public void setMaxConnections(int maxConnections)
public int getRefreshIntervalSecs()
public void setRefreshIntervalSecs(int refreshIntervalSecs)
public ClientType getClientType()
public void setClientType(ClientType clientType)
public int getBatchSize()
public void setBatchSize(int batchSize)
public String getQueuePath()
public void setQueuePath(String queuePath)
public long getKeepAliveTimeMillis()
public void setKeepAliveTimeMillis(long keepAliveTimeMillis)
public EndpointType getEndpointType()
public void setEndpointType(EndpointType endpointType)
Copyright © 2020. All rights reserved.