Class PiMulticastGroupEntry

  • All Implemented Interfaces:
    PiEntity, PiPreEntry

    @Beta
    public final class PiMulticastGroupEntry
    extends 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 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 Object