See: Description
Interface | Description |
---|---|
PiFlowRuleTranslationStore |
A PI translation store that keeps track of which flow rules have been
translated to which PI table entries.
|
PiFlowRuleTranslator |
A translator of flow rules to PI table entries.
|
PiGroupTranslationStore |
A PI translation store that keeps track of which groups have been
translated to which PI action groups.
|
PiGroupTranslator |
A translator of groups to PI action groups.
|
PiPipeconfMappingStore |
Manages the mapping of Pipeconfs that are deployed to devices; not intended for direct use.
|
PiPipeconfMappingStoreDelegate |
Pipeconf store delegate abstraction.
|
PiPipeconfService |
A service to manage the configurations of protocol-independent pipelines.
|
PiTranslatable |
Abstraction of protocol-dependent (PD) entity that can be translated to an
equivalent protocol-independent (PI) one.
|
PiTranslationService |
A service to translate protocol-dependent (PD) entities to
protocol-independent (PI) ones.
|
PiTranslationStore<T extends PiTranslatable,E extends PiEntity> |
PI translation store abstraction that maintains a mapping between a PI entity
handle and a translated entity.
|
PiTranslationStoreDelegate<T extends PiTranslatable,E extends PiEntity> |
PI translation store delegate abstraction.
|
PiTranslator<T extends PiTranslatable,E extends PiEntity> |
A translator of PI entities to equivalent PD ones which offer means to learn
translated entities for later use.
|
Class | Description |
---|---|
PiPipeconfConfig |
Configuration for the PiPipeconf susbystem.
|
PiPipeconfDeviceMappingEvent |
Entity that represents pipeconf to device binding events.
|
PiTranslatedEntity<T extends PiTranslatable,E extends PiEntity> |
Representation of the result of a PD-to-PI translation associated to a PI
entity handle.
|
PiTranslationEvent<T extends PiTranslatable,E extends PiEntity> |
Signals an event related to the translation of a protocol-dependent (PD)
entity to a protocol-independent (PI) one.
|
Enum | Description |
---|---|
PiPipeconfDeviceMappingEvent.Type |
Type of pipeconf to device mapping event.
|
PiTranslationEvent.Type |
Type of event.
|
Exception | Description |
---|---|
PiTranslationException |
Signals that an error was encountered while translating an entity.
|