See: Description
| Interface | Description |
|---|---|
| BatchOperationResult<T> |
Interface capturing the result of a batch operation.
|
| BatchOperationTarget |
An interface of the class which is assigned to BatchOperation.
|
| FlowEntry |
Represents a generalized match & action pair to be applied to
an infrastucture device.
|
| FlowRule |
Represents a generalized match & action pair to be applied to
an infrastructure device.
|
| FlowRuleListener |
Entity capable of receiving flow rule related events.
|
| FlowRuleProvider |
Abstraction of a flow rule provider.
|
| FlowRuleProviderRegistry |
Abstraction for a flow rule provider registry.
|
| FlowRuleProviderService |
Service through which flow rule providers can inject information into
the core.
|
| FlowRuleService |
Service for injecting flow rules into the environment and for obtaining
information about flow rules already in the environment.
|
| FlowRuleStore |
Manages inventory of flow rules; not intended for direct use.
|
| FlowRuleStoreDelegate |
Flow rule store delegate abstraction.
|
| StoredFlowEntry | |
| TrafficSelector |
Abstraction of a slice of network traffic.
|
| TrafficSelector.Builder |
Builder of traffic selector entities.
|
| TrafficTreatment |
Abstraction of network traffic treatment.
|
| TrafficTreatment.Builder |
Builder of traffic treatment entities.
|
| Treatment |
Abstraction of different kinds of treatment that can be applied to an
outbound packet.
|
| Class | Description |
|---|---|
| BatchOperation<T extends BatchOperationEntry<?,?>> |
A list of BatchOperationEntry.
|
| BatchOperationEntry<T extends Enum<?>,U extends BatchOperationTarget> |
A super class for batch operation entry classes.
|
| CompletedBatchOperation |
Representation of a completed flow rule batch operation.
|
| DefaultFlowEntry | |
| DefaultFlowRule | |
| DefaultTrafficSelector |
Default traffic selector implementation.
|
| DefaultTrafficSelector.Builder |
Builder of traffic selector entities.
|
| DefaultTrafficTreatment |
Default traffic treatment implementation.
|
| DefaultTrafficTreatment.Builder |
Builds a list of treatments following the following order.
|
| FlowId |
Representation of a Flow ID.
|
| FlowRuleBatchEntry | |
| FlowRuleBatchEvent |
Describes flow rule batch event.
|
| FlowRuleBatchOperation | |
| FlowRuleBatchRequest | |
| FlowRuleEvent |
Describes flow rule event.
|
| Enum | Description |
|---|---|
| FlowEntry.FlowEntryState | |
| FlowRuleBatchEntry.FlowRuleOperation | |
| FlowRuleBatchEvent.Type |
Type of flow rule events.
|
| FlowRuleEvent.Type |
Type of flow rule events.
|
Copyright © 2015. All rights reserved.