-
public class KumulusTopology.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringCONF_EXTRA_ACKINGprivate final StringCONF_THREAD_POOL_CORE_SIZEprivate final StringCONF_READY_POLL_SLEEPprivate final StringCONF_SPOUT_AVAILABILITY_PASS_TIMEOUTprivate final StringCONF_BOLT_QUEUE_PUSHBACK_WAITprivate final StringCONF_SHUTDOWN_TIMEOUT_SECSprivate final StringCONF_SCHEDULED_EXECUTOR_THREAD_POOL_SIZEprivate final StringCONF_BUSY_POLL_SLEEP_TIMEpublic final static KumulusTopology.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetCONF_EXTRA_ACKING()final StringgetCONF_THREAD_POOL_CORE_SIZE()final StringgetCONF_READY_POLL_SLEEP()final StringgetCONF_SPOUT_AVAILABILITY_PASS_TIMEOUT()final StringgetCONF_BOLT_QUEUE_PUSHBACK_WAIT()final StringgetCONF_SHUTDOWN_TIMEOUT_SECS()final StringgetCONF_SCHEDULED_EXECUTOR_THREAD_POOL_SIZE()final StringgetCONF_BUSY_POLL_SLEEP_TIME()-
-
Method Detail
-
getCONF_EXTRA_ACKING
final String getCONF_EXTRA_ACKING()
-
getCONF_THREAD_POOL_CORE_SIZE
final String getCONF_THREAD_POOL_CORE_SIZE()
-
getCONF_READY_POLL_SLEEP
final String getCONF_READY_POLL_SLEEP()
-
getCONF_SPOUT_AVAILABILITY_PASS_TIMEOUT
final String getCONF_SPOUT_AVAILABILITY_PASS_TIMEOUT()
-
getCONF_BOLT_QUEUE_PUSHBACK_WAIT
final String getCONF_BOLT_QUEUE_PUSHBACK_WAIT()
-
getCONF_SHUTDOWN_TIMEOUT_SECS
final String getCONF_SHUTDOWN_TIMEOUT_SECS()
-
getCONF_SCHEDULED_EXECUTOR_THREAD_POOL_SIZE
final String getCONF_SCHEDULED_EXECUTOR_THREAD_POOL_SIZE()
-
getCONF_BUSY_POLL_SLEEP_TIME
final String getCONF_BUSY_POLL_SLEEP_TIME()
-
-
-
-