public class PendingClusterTask extends Object implements Streamable
| コンストラクタと説明 |
|---|
PendingClusterTask() |
PendingClusterTask(long insertOrder,
Priority priority,
Text source,
long timeInQueue,
boolean executing) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
long |
getInsertOrder() |
Priority |
getPriority() |
Text |
getSource() |
TimeValue |
getTimeInQueue() |
long |
getTimeInQueueInMillis() |
boolean |
isExecuting() |
void |
readFrom(StreamInput in) |
void |
writeTo(StreamOutput out) |
public long getInsertOrder()
public Priority getPriority()
public Text getSource()
public long getTimeInQueueInMillis()
public TimeValue getTimeInQueue()
public boolean isExecuting()
public void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionCopyright © 2009–2016. All rights reserved.