Package org.elasticsearch.client.indices
Class CloseIndexResponse.ShardResult
java.lang.Object
org.elasticsearch.client.indices.CloseIndexResponse.ShardResult
- Enclosing class:
- CloseIndexResponse
public static class CloseIndexResponse.ShardResult
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCloseIndexResponse.ShardResult.Failure -
Method Summary
Modifier and Type Method Description CloseIndexResponse.ShardResult.Failure[]getFailures()intgetId()booleanhasFailures()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
hasFailures
public boolean hasFailures() -
getId
public int getId() -
getFailures
-