Class BootstrapConfig
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.gateway.sink.BootstrapConfig
- Since:
- 8.0.3
- Author:
- eitany
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintlongvoidsetConsumersPerPartition(int consumersPerPartition) voidsetFetchBatchSize(int fetchBatchSize) voidsetTimeout(long timeout)
-
Constructor Details
-
BootstrapConfig
-
-
Method Details
-
getRemoteGatewayName
-
getConsumersPerPartition
public int getConsumersPerPartition() -
setConsumersPerPartition
public void setConsumersPerPartition(int consumersPerPartition) -
setFetchBatchSize
public void setFetchBatchSize(int fetchBatchSize) -
getFetchBatchSize
public int getFetchBatchSize() -
setTimeout
public void setTimeout(long timeout) -
getTimeout
public long getTimeout()
-