Streamablepublic static class MultiTermVectorsResponse.Failure extends java.lang.Object implements Streamable
| Constructor | Description |
|---|---|
Failure(java.lang.String index,
java.lang.String type,
java.lang.String id,
java.lang.Exception cause) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Exception |
getCause() |
The failure cause.
|
java.lang.String |
getId() |
The id of the action.
|
java.lang.String |
getIndex() |
The index name of the action.
|
java.lang.String |
getType() |
The type of the action.
|
static MultiTermVectorsResponse.Failure |
readFailure(StreamInput in) |
|
void |
readFrom(StreamInput in) |
Set this object's fields from a StreamInput.
|
void |
writeTo(StreamOutput out) |
Write this object's fields to a StreamOutput.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Failure(java.lang.String index,
java.lang.String type,
java.lang.String id,
java.lang.Exception cause)
public java.lang.String getIndex()
public java.lang.String getType()
public java.lang.String getId()
public java.lang.Exception getCause()
public static MultiTermVectorsResponse.Failure readFailure(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic void readFrom(StreamInput in) throws java.io.IOException
StreamablereadFrom in interface Streamablejava.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
StreamablewriteTo in interface Streamablejava.io.IOException