Module org.elasticsearch.xcore
Package org.elasticsearch.xpack.core.ilm
Class ExplainLifecycleRequest
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportRequest
org.elasticsearch.action.ActionRequest
org.elasticsearch.action.support.master.MasterNodeRequest<ExplainLifecycleRequest>
org.elasticsearch.action.support.master.MasterNodeReadRequest<ExplainLifecycleRequest>
org.elasticsearch.action.support.master.info.ClusterInfoRequest<ExplainLifecycleRequest>
org.elasticsearch.xpack.core.ilm.ExplainLifecycleRequest
- All Implemented Interfaces:
IndicesRequest,IndicesRequest.Replaceable,Writeable,org.elasticsearch.core.RefCounted,TaskAwareRequest
The request object used by the Explain Lifecycle API.
Multiple indices may be queried in the same request using the
ClusterInfoRequest.indices(String...) method
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.action.IndicesRequest
IndicesRequest.RemoteClusterShardRequest, IndicesRequest.Replaceable, IndicesRequest.SingleIndexNoWildcardsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields inherited from class org.elasticsearch.action.support.master.MasterNodeReadRequest
localFields inherited from class org.elasticsearch.action.support.master.MasterNodeRequest
TRAPPY_IMPLICIT_DEFAULT_MASTER_NODE_TIMEOUTFields inherited from interface org.elasticsearch.core.RefCounted
ALWAYS_REFERENCED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanonlyErrors(boolean onlyErrors) booleanonlyManaged(boolean onlyManaged) toString()validate()voidwriteTo(StreamOutput out) Methods inherited from class org.elasticsearch.action.support.master.info.ClusterInfoRequest
includeDataStreams, indices, indices, indicesOptions, indicesOptionsMethods inherited from class org.elasticsearch.action.support.master.MasterNodeReadRequest
local, localMethods inherited from class org.elasticsearch.action.support.master.MasterNodeRequest
infiniteMasterNodeTimeout, masterNodeTimeout, masterNodeTimeout, masterTermMethods inherited from class org.elasticsearch.action.ActionRequest
getShouldStoreResultMethods inherited from class org.elasticsearch.transport.TransportRequest
getParentTask, getRequestId, setParentTask, setRequestIdMethods inherited from class org.elasticsearch.transport.TransportMessage
decRef, hasReferences, incRef, remoteAddress, remoteAddress, tryIncRefMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.action.IndicesRequest.Replaceable
allowsRemoteIndicesMethods inherited from interface org.elasticsearch.core.RefCounted
mustIncRefMethods inherited from interface org.elasticsearch.tasks.TaskAwareRequest
createTask, getDescription, setParentTask
-
Constructor Details
-
ExplainLifecycleRequest
public ExplainLifecycleRequest() -
ExplainLifecycleRequest
- Throws:
IOException
-
-
Method Details
-
writeTo
- Specified by:
writeToin interfaceWriteable- Overrides:
writeToin classClusterInfoRequest<ExplainLifecycleRequest>- Throws:
IOException
-
onlyErrors
public boolean onlyErrors() -
onlyErrors
-
onlyManaged
public boolean onlyManaged() -
onlyManaged
-
validate
- Specified by:
validatein classActionRequest
-
hashCode
public int hashCode() -
equals
-
toString
- Overrides:
toStringin classTransportRequest
-