Class EsqlResolveDatasetAction.Response
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
org.elasticsearch.action.ActionResponse
org.elasticsearch.xpack.esql.action.EsqlResolveDatasetAction.Response
- All Implemented Interfaces:
Writeable,RefCounted
- Enclosing class:
EsqlResolveDatasetAction
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.action.ActionResponse
ActionResponse.EmptyNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields inherited from interface org.elasticsearch.core.RefCounted
ALWAYS_REFERENCED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondatasets()Dataset names the caller is authorized to read, post pattern expansion.Explicitly-named datasets absent from the authorized set — surfaced asUnknown indexby the rewrite.Concrete non-dataset names (indices, aliases, data streams) resolved from the same pattern.voidwriteTo(StreamOutput out) Methods inherited from class org.elasticsearch.transport.TransportMessage
decRef, hasReferences, incRef, tryIncRefMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.core.RefCounted
mustIncRef
-
Constructor Details
-
Response
-
-
Method Details
-
datasets
Dataset names the caller is authorized to read, post pattern expansion. -
nonDatasetNames
Concrete non-dataset names (indices, aliases, data streams) resolved from the same pattern. Non-empty when the relation targets a mix of datasets and non-datasets; drives heterogeneous-FROM UnionAll building inDatasetRewriter. -
explicitUnauthorized
Explicitly-named datasets absent from the authorized set — surfaced asUnknown indexby the rewrite. -
writeTo
- Throws:
IOException
-