Package org.onosproject.store.flow.impl
Class ECFlowRuleStoreMessageSubjects
- java.lang.Object
-
- org.onosproject.store.flow.impl.ECFlowRuleStoreMessageSubjects
-
public final class ECFlowRuleStoreMessageSubjects extends java.lang.ObjectMessageSubjects used by ECFlowRuleStore peer-peer communication.
-
-
Field Summary
Fields Modifier and Type Field Description static org.onosproject.store.cluster.messaging.MessageSubjectAPPLY_BATCH_FLOWSstatic org.onosproject.store.cluster.messaging.MessageSubjectFLOW_TABLE_BACKUPstatic org.onosproject.store.cluster.messaging.MessageSubjectGET_DEVICE_FLOW_COUNTstatic org.onosproject.store.cluster.messaging.MessageSubjectGET_FLOW_ENTRYstatic org.onosproject.store.cluster.messaging.MessageSubjectREMOTE_APPLY_COMPLETEDstatic org.onosproject.store.cluster.messaging.MessageSubjectREMOVE_FLOW_ENTRY
-
-
-
Field Detail
-
APPLY_BATCH_FLOWS
public static final org.onosproject.store.cluster.messaging.MessageSubject APPLY_BATCH_FLOWS
-
GET_FLOW_ENTRY
public static final org.onosproject.store.cluster.messaging.MessageSubject GET_FLOW_ENTRY
-
GET_DEVICE_FLOW_COUNT
public static final org.onosproject.store.cluster.messaging.MessageSubject GET_DEVICE_FLOW_COUNT
-
REMOVE_FLOW_ENTRY
public static final org.onosproject.store.cluster.messaging.MessageSubject REMOVE_FLOW_ENTRY
-
REMOTE_APPLY_COMPLETED
public static final org.onosproject.store.cluster.messaging.MessageSubject REMOTE_APPLY_COMPLETED
-
FLOW_TABLE_BACKUP
public static final org.onosproject.store.cluster.messaging.MessageSubject FLOW_TABLE_BACKUP
-
-