public final class ParticipantInfo extends Object
| Constructor and Description |
|---|
ParticipantInfo(String name,
String type,
String protocol,
String group) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
group()
Returns the partition group in which the participant is stored.
|
int |
hashCode() |
String |
name()
Returns the participant name.
|
String |
protocol()
Returns the protocol type used by the participant.
|
String |
toString() |
String |
type()
Returns the participant type.
|
public String name()
public String type()
public String protocol()
public String group()
Copyright © 2013–2018. All rights reserved.