public class IndexDeleteResponse extends ActionResponse
TransportResponse.Empty
Modifier and Type | Method and Description |
---|---|
int |
getFailedShards()
The failed number of shards the delete by query was executed on.
|
String |
getIndex()
The index the delete by query operation was executed against.
|
ShardDeleteResponse[] |
getResponses() |
int |
getSuccessfulShards()
The successful number of shards the delete by query was executed on.
|
int |
getTotalShards()
The total number of shards the delete by query was executed on.
|
void |
readFrom(StreamInput in) |
void |
writeTo(StreamOutput out) |
getHeader, getHeaders, hasHeader, putHeader, remoteAddress, remoteAddress
contextSize, copyContextFrom, getContext, getFromContext, getFromContext, hasInContext, isContextEmpty, putAllInContext, putInContext
public String getIndex()
public int getTotalShards()
public int getSuccessfulShards()
public int getFailedShards()
public ShardDeleteResponse[] getResponses()
public void readFrom(StreamInput in) throws IOException
readFrom
in interface Streamable
readFrom
in class ActionResponse
IOException
public void writeTo(StreamOutput out) throws IOException
writeTo
in interface Streamable
writeTo
in class ActionResponse
IOException
Copyright © 2009–2015. All rights reserved.