| 修飾子とタイプ | フィールドと説明 |
|---|---|
static TaskId |
EMPTY_TASK_ID |
| コンストラクタと説明 |
|---|
TaskId(StreamInput in) |
TaskId(String taskId) |
TaskId(String nodeId,
long id) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(Object o) |
long |
getId() |
String |
getNodeId() |
int |
hashCode() |
boolean |
isSet() |
TaskId |
readFrom(StreamInput in)
Reads a copy of an object with the same type form the stream input
The caller object remains unchanged.
|
String |
toString() |
void |
writeTo(StreamOutput out)
Writes the current object into the output stream out
|
public static final TaskId EMPTY_TASK_ID
public TaskId(String nodeId, long id)
public TaskId(String taskId)
public TaskId(StreamInput in) throws IOException
IOExceptionpublic String getNodeId()
public long getId()
public boolean isSet()
public void writeTo(StreamOutput out) throws IOException
WriteablewriteTo インタフェース内 Writeable<TaskId>IOExceptionpublic TaskId readFrom(StreamInput in) throws IOException
StreamableReaderreadFrom インタフェース内 StreamableReader<TaskId>IOExceptionCopyright © 2009–2016. All rights reserved.