Package org.onosproject.net.pi.service
Interface PiMeterTranslationStore
-
- All Superinterfaces:
PiTranslationStore<Meter,PiMeterCellConfig>
,Store<PiTranslationEvent<Meter,PiMeterCellConfig>,PiTranslationStoreDelegate<Meter,PiMeterCellConfig>>
@Beta public interface PiMeterTranslationStore extends PiTranslationStore<Meter,PiMeterCellConfig>
A PI translation store that keeps track of which meters have been translated to which PI meters.
-
-
Method Summary
-
Methods inherited from interface org.onosproject.net.pi.service.PiTranslationStore
addOrUpdate, get, remove
-
Methods inherited from interface org.onosproject.store.Store
hasDelegate, setDelegate, unsetDelegate
-
-