public class MemberTerminatedEvent extends TopologyEvent implements Serializable
| Constructor and Description |
|---|
MemberTerminatedEvent(String serviceName,
String clusterId,
String memberId,
String clusterInstanceId,
String networkPartitionId,
String partitionId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterId() |
String |
getClusterInstanceId() |
String |
getGroupId() |
String |
getMemberId() |
String |
getNetworkPartitionId() |
String |
getPartitionId() |
Properties |
getProperties() |
String |
getServiceName() |
void |
setGroupId(String groupId) |
void |
setProperties(Properties properties) |
public String getServiceName()
public String getClusterId()
public String getPartitionId()
public String getMemberId()
public String getNetworkPartitionId()
public String getGroupId()
public void setGroupId(String groupId)
public Properties getProperties()
public void setProperties(Properties properties)
public String getClusterInstanceId()
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.