|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.action.get.MultiGetResponse.Failure
public static class MultiGetResponse.Failure
Represents a failure.
Constructor Summary | |
---|---|
MultiGetResponse.Failure(java.lang.String index,
java.lang.String type,
java.lang.String id,
java.lang.String message)
|
Method Summary | |
---|---|
java.lang.String |
getId()
The id of the action. |
java.lang.String |
getIndex()
The index name of the action. |
java.lang.String |
getMessage()
The failure message. |
java.lang.String |
getType()
The type of the action. |
java.lang.String |
id()
The id of the action. |
java.lang.String |
index()
The index name of the action. |
java.lang.String |
message()
The failure message. |
static MultiGetResponse.Failure |
readFailure(StreamInput in)
|
void |
readFrom(StreamInput in)
|
java.lang.String |
type()
The type of the action. |
void |
writeTo(StreamOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiGetResponse.Failure(java.lang.String index, java.lang.String type, java.lang.String id, java.lang.String message)
Method Detail |
---|
public java.lang.String index()
public java.lang.String getIndex()
public java.lang.String type()
public java.lang.String getType()
public java.lang.String id()
public java.lang.String getId()
public java.lang.String message()
public java.lang.String getMessage()
public static MultiGetResponse.Failure readFailure(StreamInput in) throws java.io.IOException
java.io.IOException
public void readFrom(StreamInput in) throws java.io.IOException
readFrom
in interface Streamable
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
writeTo
in interface Streamable
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |