public class VisorGridDeploymentEvent extends VisorGridEvent
DeploymentEvent.V1, V2, V3| Constructor and Description |
|---|
VisorGridDeploymentEvent()
Default constructor.
|
VisorGridDeploymentEvent(int typeId,
IgniteUuid id,
String name,
UUID nid,
long ts,
String msg,
String shortDisplay,
String alias)
Create event with given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias() |
protected void |
readExternalData(byte protoVer,
ObjectInput in)
Load object's specific data content.
|
String |
toString() |
protected void |
writeExternalData(ObjectOutput out)
Save object's specific data content.
|
getId, getMessage, getName, getNid, getShortDisplay, getTimestamp, getTypeIdgetProtocolVersion, readExternal, toList, toSet, writeExternalpublic VisorGridDeploymentEvent()
public VisorGridDeploymentEvent(int typeId,
IgniteUuid id,
String name,
UUID nid,
long ts,
@Nullable
String msg,
String shortDisplay,
String alias)
typeId - Event type.id - Event id.name - Event name.nid - Event node ID.ts - Event timestamp.msg - Event message.shortDisplay - Shortened version of toString() result.alias - Deployment alias.public String getAlias()
protected void writeExternalData(ObjectOutput out) throws IOException
writeExternalData in class VisorGridEventout - Output object to write data content.IOException - If I/O errors occur.protected void readExternalData(byte protoVer,
ObjectInput in)
throws IOException,
ClassNotFoundException
readExternalData in class VisorGridEventprotoVer - Input object version.in - Input object to load data content.IOException - If I/O errors occur.ClassNotFoundException - If the class for an object being restored cannot be found.public String toString()
toString in class VisorGridEvent
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019