airframe-control
airframe-control
API
wvlet.airframe.control
CircuitBreaker
CLOSED
HALF_OPEN
OPEN
CircuitBreaker
CircuitBreakerContext
CircuitBreakerOpenException
CircuitBreakerRecoveryPolicy
CircuitBreakerRecoveryPolicy
CircuitBreakerState
CommandLineTokenizer
Compat
Control
HealthCheckPolicy
HealthCheckPolicy
IO
ManualTicker
MultipleExceptions
OS
Parallel
ParallelExecutionStats
Resource
Resource
ResultClass
ResultClass
Failed
Succeeded
Retry
ExponentialBackOff
ExtraWait
Jitter
MaxRetryException
NOT_STARTED
RetryContext
RetryPolicy
RetryPolicyConfig
RetryableFailure
Shell
ThreadUtil
Ticker
Ticker
wvlet.airframe.control.parallel
ParallelIterator
ParallelSeq
ToParallelIterator
ToParallelSeq
airframe-control
/
wvlet.airframe.control.parallel
/
ParallelSeq
ParallelSeq
wvlet.airframe.control.parallel.package$.ParallelSeq
case
class
ParallelSeq
[
T
](
source
:
Seq
[
T
],
parallelism
:
Int
)
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Clear all
Members list
Concise view
Value members
Concrete methods
def
map
[
R
:
ClassTag
](
f
:
T
=>
R
):
Seq
[
R
]
def
withParallelism
(
parallelism
:
Int
):
ParallelSeq
[
T
]
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Attributes
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Attributes
Inherited from:
Product