public static class MultiTermVectorsResponse.Failure extends Object implements Streamable
| Constructor and Description |
|---|
MultiTermVectorsResponse.Failure(String index,
String type,
String id,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
The failure cause.
|
String |
getId()
The id of the action.
|
String |
getIndex()
The index name of the action.
|
String |
getType()
The type of the action.
|
static MultiTermVectorsResponse.Failure |
readFailure(StreamInput in) |
void |
readFrom(StreamInput in) |
void |
writeTo(StreamOutput out) |
public String getIndex()
public String getType()
public String getId()
public Throwable getCause()
public static MultiTermVectorsResponse.Failure readFailure(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom in interface StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamableIOExceptionCopyright © 2009–2017. All rights reserved.