类 CloseIndexResponse.IndexResult
java.lang.Object
org.easysearch.client.indices.CloseIndexResponse.IndexResult
- 封闭类:
- CloseIndexResponse
public static class CloseIndexResponse.IndexResult
extends java.lang.Object
-
方法概要
修饰符和类型 方法 说明 java.lang.ExceptiongetException()java.lang.StringgetIndex()CloseIndexResponse.ShardResult[]getShards()booleanhasFailures()从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
方法详细资料
-
getIndex
public java.lang.String getIndex() -
getException
@Nullable public java.lang.Exception getException() -
getShards
-
hasFailures
public boolean hasFailures()
-