Class UpdateShardHandlerConfig


  • public class UpdateShardHandlerConfig
    extends Object
    • Constructor Detail

      • UpdateShardHandlerConfig

        public UpdateShardHandlerConfig​(int maxUpdateConnections,
                                        int maxUpdateConnectionsPerHost,
                                        int distributedSocketTimeout,
                                        int distributedConnectionTimeout,
                                        String metricNameStrategy,
                                        int maxRecoveryThreads)
    • Method Detail

      • getMaxUpdateConnectionsPerHost

        public int getMaxUpdateConnectionsPerHost()
      • getMaxUpdateConnections

        public int getMaxUpdateConnections()
      • getDistributedSocketTimeout

        public int getDistributedSocketTimeout()
      • getDistributedConnectionTimeout

        public int getDistributedConnectionTimeout()
      • getMetricNameStrategy

        public String getMetricNameStrategy()
      • getMaxRecoveryThreads

        public int getMaxRecoveryThreads()