Class DataPlaneEntity


  • public class DataPlaneEntity
    extends Object
    Generic abstraction to hold dataplane entities.
    • Constructor Detail

      • DataPlaneEntity

        public DataPlaneEntity​(FlowEntry flow)
        Creates a dataplane entity from a flow entry.
        Parameters:
        flow - the inner flow entry
      • DataPlaneEntity

        public DataPlaneEntity​(Group group)
        Creates a dataplane entity from a group entry.
        Parameters:
        group - the inner group entry
    • Method Detail

      • getFlowEntry

        public FlowEntry getFlowEntry()
        Returns the flow entry.
        Returns:
        the flow entry
      • getGroupEntry

        public Group getGroupEntry()
        Returns the group entry.
        Returns:
        the group entry
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object