public class GroupCommunicationMessage extends Object
Constructor and Description |
---|
GroupCommunicationMessage(String groupName,
String operName,
ReefNetworkGroupCommProtos.GroupCommMessage.Type msgType,
String from,
int srcVersion,
String to,
int dstVersion,
byte[][] data) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
byte[][] |
getData() |
String |
getDestid() |
String |
getDestination() |
String |
getGroupname() |
int |
getMsgsCount() |
String |
getOperatorname() |
String |
getSimpleOperName() |
String |
getSource() |
String |
getSrcid() |
int |
getSrcVersion() |
ReefNetworkGroupCommProtos.GroupCommMessage.Type |
getType() |
int |
getVersion() |
int |
hashCode() |
boolean |
hasSrcVersion() |
boolean |
hasVersion() |
String |
toString() |
public GroupCommunicationMessage(String groupName, String operName, ReefNetworkGroupCommProtos.GroupCommMessage.Type msgType, String from, int srcVersion, String to, int dstVersion, byte[][] data)
public String getGroupname()
public String getOperatorname()
public String getSimpleOperName()
public ReefNetworkGroupCommProtos.GroupCommMessage.Type getType()
public int getSrcVersion()
public int getVersion()
public String getDestination()
public byte[][] getData()
public int getMsgsCount()
public boolean hasVersion()
public boolean hasSrcVersion()
Copyright © 2016 The Apache Software Foundation. All rights reserved.