java.lang.Object
com.gigaspaces.internal.cluster.node.impl.gateway.sink.BootstrapConfig

public class BootstrapConfig extends Object
Since:
8.0.3
Author:
eitany
  • Constructor Details

    • BootstrapConfig

      public BootstrapConfig(String remoteGatewayName)
  • Method Details

    • getRemoteGatewayName

      public String 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()