@Beta public final class PiMulticastGroupEntry extends Object implements PiPreEntry
| Modifier and Type | Class and Description |
|---|---|
static class |
PiMulticastGroupEntry.Builder
Builder of PI multicast group entries.
|
PiPreEntry.PiPreEntryType| Modifier and Type | Method and Description |
|---|---|
static PiMulticastGroupEntry.Builder |
builder()
Returns a new builder of multicast group entries.
|
boolean |
equals(Object obj) |
int |
groupId()
Returns the identifier of this multicast group, unique in the scope of a
PRE instance.
|
int |
hashCode() |
PiEntityType |
piEntityType()
Returns the type of this entity.
|
PiPreEntry.PiPreEntryType |
preEntryType()
Returns the type of this PRE entry.
|
Set<PiPreReplica> |
replicas()
Returns the packet replicas provided by this multicast group.
|
String |
toString() |
public int groupId()
public Set<PiPreReplica> replicas()
public PiPreEntry.PiPreEntryType preEntryType()
PiPreEntrypreEntryType in interface PiPreEntrypublic PiEntityType piEntityType()
PiEntitypiEntityType in interface PiEntitypublic static PiMulticastGroupEntry.Builder builder()