Class DistributedP4RuntimeActionProfileMemberMirror
- java.lang.Object
-
- org.onosproject.drivers.p4runtime.mirror.AbstractDistributedP4RuntimeMirror<org.onosproject.net.pi.runtime.PiActionProfileMemberHandle,org.onosproject.net.pi.runtime.PiActionProfileMember>
-
- org.onosproject.drivers.p4runtime.mirror.DistributedP4RuntimeActionProfileMemberMirror
-
- All Implemented Interfaces:
P4RuntimeActionProfileMemberMirror,P4RuntimeMirror<org.onosproject.net.pi.runtime.PiActionProfileMemberHandle,org.onosproject.net.pi.runtime.PiActionProfileMember>
public class DistributedP4RuntimeActionProfileMemberMirror extends AbstractDistributedP4RuntimeMirror<org.onosproject.net.pi.runtime.PiActionProfileMemberHandle,org.onosproject.net.pi.runtime.PiActionProfileMember> implements P4RuntimeActionProfileMemberMirror
Distributed implementation of a P4Runtime action profile member mirror.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.onosproject.drivers.p4runtime.mirror.AbstractDistributedP4RuntimeMirror
AbstractDistributedP4RuntimeMirror.InternalPipeconfWatchdogListener
-
-
Field Summary
-
Fields inherited from class org.onosproject.drivers.p4runtime.mirror.AbstractDistributedP4RuntimeMirror
pipeconfWatchdogService, storageService
-
-
Constructor Summary
Constructors Constructor Description DistributedP4RuntimeActionProfileMemberMirror()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringmapSimpleName()Returns a string that identifies the map maintained by this store among others that uses this abstract class.-
Methods inherited from class org.onosproject.drivers.p4runtime.mirror.AbstractDistributedP4RuntimeMirror
activate, annotations, applyWriteRequest, applyWriteResponse, deactivate, get, getAll, put, putAnnotations, remove, sync
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.onosproject.drivers.p4runtime.mirror.P4RuntimeMirror
annotations, applyWriteRequest, applyWriteResponse, get, getAll, put, putAnnotations, remove, sync
-
-
-
-
Method Detail
-
mapSimpleName
protected String mapSimpleName()
Description copied from class:AbstractDistributedP4RuntimeMirrorReturns a string that identifies the map maintained by this store among others that uses this abstract class.- Specified by:
mapSimpleNamein classAbstractDistributedP4RuntimeMirror<org.onosproject.net.pi.runtime.PiActionProfileMemberHandle,org.onosproject.net.pi.runtime.PiActionProfileMember>- Returns:
- string
-
-