Module org.elasticsearch.server
Class ResolveClusterInfo
java.lang.Object
org.elasticsearch.action.admin.indices.resolve.ResolveClusterInfo
- All Implemented Interfaces:
Writeable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Constructor Summary
ConstructorsConstructorDescriptionResolveClusterInfo(boolean connected, Boolean skipUnavailable) ResolveClusterInfo(boolean connected, Boolean skipUnavailable, Boolean matchingIndices, Build build) ResolveClusterInfo(boolean connected, Boolean skipUnavailable, String error) ResolveClusterInfo(ResolveClusterInfo copyFrom, boolean skipUnavailable, boolean clusterInfoOnly) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBuild()getError()inthashCode()booleantoString()voidwriteTo(StreamOutput out) Write this into the StreamOutput.
-
Constructor Details
-
ResolveClusterInfo
-
ResolveClusterInfo
-
ResolveClusterInfo
-
ResolveClusterInfo
public ResolveClusterInfo(ResolveClusterInfo copyFrom, boolean skipUnavailable, boolean clusterInfoOnly) -
ResolveClusterInfo
- Throws:
IOException
-
-
Method Details
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
isConnected
public boolean isConnected() -
getMatchingIndices
-
getBuild
-
getError
-
toString
-
equals
-
hashCode
public int hashCode()
-