Module org.elasticsearch.server
Package org.elasticsearch.action
Class ResolvedIndexExpression.LocalExpressions
java.lang.Object
org.elasticsearch.action.ResolvedIndexExpression.LocalExpressions
- All Implemented Interfaces:
Writeable
- Enclosing class:
ResolvedIndexExpression
public static final class ResolvedIndexExpression.LocalExpressions
extends Object
implements Writeable
Represents local (non-remote) resolution results, including expanded indices, and a
ResolvedIndexExpression.LocalIndexResolutionResult.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLocalExpressions(Set<String> indices, ResolvedIndexExpression.LocalIndexResolutionResult localIndexResolutionResult, ElasticsearchException exception) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()indices()voidsetExceptionIfUnset(ElasticsearchException exception) toString()voidwriteTo(StreamOutput out) Write this into the StreamOutput.
-
Field Details
-
NONE
-
-
Constructor Details
-
LocalExpressions
public LocalExpressions(Set<String> indices, ResolvedIndexExpression.LocalIndexResolutionResult localIndexResolutionResult, @Nullable ElasticsearchException exception) - Parameters:
indices- represents the resolved concrete indices backing the expression
-
LocalExpressions
- Throws:
IOException
-
-
Method Details
-
indices
-
localIndexResolutionResult
-
exception
-
setExceptionIfUnset
-
equals
-
hashCode
public int hashCode() -
toString
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-