Class TypedFlowEntryWithLoad


  • public class TypedFlowEntryWithLoad
    extends java.lang.Object
    Load of flow entry of flow live type.
    • Constructor Detail

      • TypedFlowEntryWithLoad

        public TypedFlowEntryWithLoad​(ConnectPoint cp,
                                      TypedStoredFlowEntry tfe,
                                      Load load)
        Creates a new typed flow entry with load.
        Parameters:
        cp - connect point
        tfe - typed flow entry
        load - load
      • TypedFlowEntryWithLoad

        public TypedFlowEntryWithLoad​(ConnectPoint cp,
                                      TypedStoredFlowEntry tfe)
        Creates a new typed flow entry with load.
        Parameters:
        cp - connect point
        tfe - typed flow entry
      • TypedFlowEntryWithLoad

        public TypedFlowEntryWithLoad​(ConnectPoint cp,
                                      FlowEntry fe)
        Creates a new typed flow entry with load.
        Parameters:
        cp - connect point
        fe - flow entry
    • Method Detail

      • load

        public Load load()
      • typedPollInterval

        public static long typedPollInterval​(TypedStoredFlowEntry tfe)
        Returns current typed flow entry's polling interval.
        Parameters:
        tfe - typed flow entry
        Returns:
        typed poll interval
      • newTypedStoredFlowEntry

        public static TypedStoredFlowEntry newTypedStoredFlowEntry​(FlowEntry fe)
        Creates a new typed flow entry with the given flow entry fe.
        Parameters:
        fe - flow entry
        Returns:
        new typed flow entry