Class PiMulticastGroupEntry

  • All Implemented Interfaces:
    PiEntity, PiPreEntry

    @Beta
    public final class PiMulticastGroupEntry
    extends java.lang.Object
    implements PiPreEntry
    Representation of multicast group entry of a protocol-independent packet replication engine (PRE).
    • Method Detail

      • groupId

        public int groupId()
        Returns the identifier of this multicast group, unique in the scope of a PRE instance.
        Returns:
        group entry ID
      • replicas

        public java.util.Set<PiPreReplica> replicas()
        Returns the packet replicas provided by this multicast group.
        Returns:
        packet replicas
      • piEntityType

        public PiEntityType piEntityType()
        Description copied from interface: PiEntity
        Returns the type of this entity.
        Specified by:
        piEntityType in interface PiEntity
        Returns:
        entity type
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object