public class PendingClusterTask extends Object implements Streamable
| Constructor and Description |
|---|
PendingClusterTask() |
PendingClusterTask(long insertOrder,
Priority priority,
Text source,
long timeInQueue,
boolean executing) |
| Modifier and Type | Method and Description |
|---|---|
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 in interface StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamableIOExceptionCopyright © 2009–2016. All rights reserved.