FsShelter


ConfOption

Namespace: FsShelter

Storm configuration options

Union Cases

Union CaseDescription
Other(string,obj)
Signature: string * obj
TOPOLOGY_ACKER_EXECUTORS(int32)
Signature: int32
TOPOLOGY_BACKPRESSURE_ENABLE(bool)
Signature: bool
TOPOLOGY_DEBUG(bool)
Signature: bool
TOPOLOGY_ENABLE_MESSAGE_TIMEOUTS(bool)
Signature: bool
TOPOLOGY_EXECUTOR_RECEIVE_BUFFER_SIZE(...)
Signature: int32
TOPOLOGY_MAX_SPOUT_PENDING(int32)
Signature: int32
TOPOLOGY_MAX_TASK_PARALLELISM(int32)
Signature: int32
TOPOLOGY_MESSAGE_TIMEOUT_SECS(int32)
Signature: int32
TOPOLOGY_MULTILANG_SERIALIZER(string)
Signature: string
TOPOLOGY_TICK_TUPLE_FREQ_SECS(int32)
Signature: int32
Fork me on GitHub