Package | Description |
---|---|
org.apache.storm.policy |
Modifier and Type | Method and Description |
---|---|
static IWaitStrategy.WaitSituation |
IWaitStrategy.WaitSituation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IWaitStrategy.WaitSituation[] |
IWaitStrategy.WaitSituation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IWaitStrategy.prepare(Map<String,Object> conf,
IWaitStrategy.WaitSituation waitSituation) |
void |
WaitStrategyProgressive.prepare(Map<String,Object> conf,
IWaitStrategy.WaitSituation waitSituation) |
void |
WaitStrategyPark.prepare(Map<String,Object> conf,
IWaitStrategy.WaitSituation waitSituation) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.