public class GridHadoopProcessDescriptor extends Object implements Serializable
| Constructor and Description |
|---|
GridHadoopProcessDescriptor(UUID parentNodeId,
UUID procId) |
| Modifier and Type | Method and Description |
|---|---|
String |
address()
Gets host address.
|
void |
address(String addr)
Sets host address.
|
boolean |
equals(Object o) |
int |
hashCode() |
UUID |
parentNodeId()
Gets parent node ID.
|
UUID |
processId()
Gets process ID.
|
int |
sharedMemoryPort() |
void |
sharedMemoryPort(int shmemPort)
Sets shared memory port.
|
int |
tcpPort() |
void |
tcpPort(int tcpPort)
Sets TCP port.
|
String |
toString() |
public UUID processId()
public UUID parentNodeId()
public String address()
public void address(String addr)
addr - Host address.public int sharedMemoryPort()
public void sharedMemoryPort(int shmemPort)
shmemPort - Shared memory port.public int tcpPort()
public void tcpPort(int tcpPort)
tcpPort - TCP port.Copyright © 2014. All rights reserved.