public class FlushIndexResponse extends java.lang.Object implements IndexResponse
Constructor and Description |
---|
FlushIndexResponse() |
Modifier and Type | Method and Description |
---|---|
void |
addIndexRequestShardFailure(IndexRequestShardFailure indexRequestShardFailure) |
int |
getFailedShards() |
java.util.List<IndexRequestShardFailure> |
getIndexRequestShardFailures() |
int |
getRestStatus() |
int |
getSuccessfulShards() |
int |
getTotalShards() |
void |
setFailedShards(int failedShards) |
void |
setRestStatus(int restStatus) |
void |
setSuccessfulShards(int successfulShards) |
void |
setTotalShards(int totalShards) |
public void addIndexRequestShardFailure(IndexRequestShardFailure indexRequestShardFailure)
public int getFailedShards()
public java.util.List<IndexRequestShardFailure> getIndexRequestShardFailures()
public int getRestStatus()
public int getSuccessfulShards()
public int getTotalShards()
public void setFailedShards(int failedShards)
public void setRestStatus(int restStatus)
public void setSuccessfulShards(int successfulShards)
public void setTotalShards(int totalShards)