|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.elasticsearch.action.support.nodes.NodeOperationResponse
public abstract class NodeOperationResponse
A base class for node level operations.
| Constructor Summary | |
|---|---|
protected |
NodeOperationResponse()
|
protected |
NodeOperationResponse(DiscoveryNode node)
|
| Method Summary | |
|---|---|
DiscoveryNode |
getNode()
The node this information relates to. |
DiscoveryNode |
node()
The node this information relates to. |
void |
readFrom(StreamInput in)
|
void |
writeTo(StreamOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected NodeOperationResponse()
protected NodeOperationResponse(DiscoveryNode node)
| Method Detail |
|---|
public DiscoveryNode node()
public DiscoveryNode getNode()
public void readFrom(StreamInput in)
throws java.io.IOException
readFrom in interface Streamablejava.io.IOException
public void writeTo(StreamOutput out)
throws java.io.IOException
writeTo in interface Streamablejava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||