Class ECFlowRuleStoreMessageSubjects


  • public final class ECFlowRuleStoreMessageSubjects
    extends java.lang.Object
    MessageSubjects used by ECFlowRuleStore peer-peer communication.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.onosproject.store.cluster.messaging.MessageSubject APPLY_BATCH_FLOWS  
      static org.onosproject.store.cluster.messaging.MessageSubject FLOW_TABLE_BACKUP  
      static org.onosproject.store.cluster.messaging.MessageSubject GET_DEVICE_FLOW_COUNT  
      static org.onosproject.store.cluster.messaging.MessageSubject GET_FLOW_ENTRY  
      static org.onosproject.store.cluster.messaging.MessageSubject REMOTE_APPLY_COMPLETED  
      static org.onosproject.store.cluster.messaging.MessageSubject REMOVE_FLOW_ENTRY  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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