| Modifier and Type | Field and Description |
|---|---|
static int |
POLL_INTERVAL |
| Modifier and Type | Method and Description |
|---|---|
void |
applyFlowRule(FlowRule... flowRules)
Instructs the provider to apply the specified flow rules to their
respective devices.
|
Future<CompletedBatchOperation> |
executeBatch(BatchOperation<FlowRuleBatchEntry> batch)
Installs a batch of flow rules.
|
void |
removeFlowRule(FlowRule... flowRules)
Instructs the provider to remove the specified flow rules to their
respective devices.
|
void |
removeRulesById(ApplicationId id,
FlowRule... flowRules)
Removes rules by their id.
|
static final int POLL_INTERVAL
void applyFlowRule(FlowRule... flowRules)
flowRules - one or more flow rules
throws SomeKindOfException that indicates which ones were applied and
which ones failedvoid removeFlowRule(FlowRule... flowRules)
flowRules - one or more flow rules
throws SomeKindOfException that indicates which ones were applied and
which ones failedvoid removeRulesById(ApplicationId id, FlowRule... flowRules)
id - the id to removeflowRules - one or more flow rulesFuture<CompletedBatchOperation> executeBatch(BatchOperation<FlowRuleBatchEntry> batch)
batch - a batch of flow rulesCopyright © 2015. All rights reserved.