public class AgentID extends Object implements Serializable
| Constructor and Description |
|---|
AgentID(String name,
String hostname,
int port,
int pid) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
InetSocketAddress |
getAddress() |
String |
getHostName() |
String |
getName() |
String |
getNodeName() |
int |
getPid() |
int |
getPort() |
int |
hashCode() |
boolean |
isIgniteFree() |
static AgentID |
local() |
String |
toString() |
static AgentID |
valueOf(String s) |
public int getPid()
public String getName()
public String getHostName()
public int getPort()
public InetSocketAddress getAddress()
public boolean isIgniteFree()
public String getNodeName()
public static AgentID local()
Copyright © 2022. All rights reserved.