public static class MultiTermVectorsResponse.Failure extends Object implements Streamable
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionCopyright © 2009–2016. All rights reserved.