public class BootstrapConfig extends Object
| Constructor and Description | 
|---|
BootstrapConfig(String remoteGatewayName)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getConsumersPerPartition()  | 
int | 
getFetchBatchSize()  | 
String | 
getRemoteGatewayName()  | 
long | 
getTimeout()  | 
void | 
setConsumersPerPartition(int consumersPerPartition)  | 
void | 
setFetchBatchSize(int fetchBatchSize)  | 
void | 
setTimeout(long timeout)  | 
public BootstrapConfig(String remoteGatewayName)
public String getRemoteGatewayName()
public int getConsumersPerPartition()
public void setConsumersPerPartition(int consumersPerPartition)
public void setFetchBatchSize(int fetchBatchSize)
public int getFetchBatchSize()
public void setTimeout(long timeout)
public long getTimeout()
Copyright © GigaSpaces.