public interface SeekableStreamSupervisorTuningConfig
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_CHAT_RETRIES |
static String |
DEFAULT_HTTP_TIMEOUT |
static String |
DEFAULT_REPARTITION_TRANSITION_DURATION |
static String |
DEFAULT_SHUTDOWN_TIMEOUT |
| Modifier and Type | Method and Description |
|---|---|
SeekableStreamIndexTaskTuningConfig |
convertToTaskTuningConfig() |
static org.joda.time.Duration |
defaultDuration(org.joda.time.Period period,
String theDefault) |
Long |
getChatRetries() |
Integer |
getChatThreads() |
org.joda.time.Duration |
getHttpTimeout() |
org.joda.time.Duration |
getRepartitionTransitionDuration() |
org.joda.time.Duration |
getShutdownTimeout() |
Integer |
getWorkerThreads() |
static final int DEFAULT_CHAT_RETRIES
static final String DEFAULT_HTTP_TIMEOUT
static final String DEFAULT_SHUTDOWN_TIMEOUT
static final String DEFAULT_REPARTITION_TRANSITION_DURATION
static org.joda.time.Duration defaultDuration(org.joda.time.Period period,
String theDefault)
Integer getWorkerThreads()
Integer getChatThreads()
Long getChatRetries()
org.joda.time.Duration getHttpTimeout()
org.joda.time.Duration getShutdownTimeout()
org.joda.time.Duration getRepartitionTransitionDuration()
SeekableStreamIndexTaskTuningConfig convertToTaskTuningConfig()
Copyright © 2022 The Apache Software Foundation. All rights reserved.