Package org.opensearch.index.seqno
Class RetentionLeaseActions.RemoveRequest
java.lang.Object
org.opensearch.core.transport.TransportMessage
org.opensearch.transport.TransportRequest
org.opensearch.action.ActionRequest
org.opensearch.action.support.single.shard.SingleShardRequest<RetentionLeaseActions.RemoveRequest>
org.opensearch.index.seqno.RetentionLeaseActions.RemoveRequest
- All Implemented Interfaces:
IndicesRequest
,org.opensearch.core.common.io.stream.Writeable
,TaskAwareRequest
- Enclosing class:
RetentionLeaseActions
public static class RetentionLeaseActions.RemoveRequest
extends SingleShardRequest<RetentionLeaseActions.RemoveRequest>
Remove request
- Opensearch.internal:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensearch.transport.TransportRequest
TransportRequest.Empty
Nested classes/interfaces inherited from interface org.opensearch.action.IndicesRequest
IndicesRequest.Replaceable
Nested classes/interfaces inherited from interface org.opensearch.core.common.io.stream.Writeable
org.opensearch.core.common.io.stream.Writeable.Reader<V>, org.opensearch.core.common.io.stream.Writeable.WriteableRegistry, org.opensearch.core.common.io.stream.Writeable.Writer<V>
-
Field Summary
Fields inherited from class org.opensearch.action.support.single.shard.SingleShardRequest
index, INDICES_OPTIONS
-
Constructor Summary
-
Method Summary
Methods inherited from class org.opensearch.action.support.single.shard.SingleShardRequest
index, index, indices, indicesOptions, validateNonNullIndex
Methods inherited from class org.opensearch.action.ActionRequest
getShouldStoreResult
Methods inherited from class org.opensearch.transport.TransportRequest
getParentTask, setParentTask
Methods inherited from class org.opensearch.core.transport.TransportMessage
remoteAddress, remoteAddress
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opensearch.action.IndicesRequest
includeDataStreams
Methods inherited from interface org.opensearch.tasks.TaskAwareRequest
createTask, getDescription, setParentTask
-
Constructor Details
-
RemoveRequest
-
-
Method Details
-
getShardId
public org.opensearch.core.index.shard.ShardId getShardId() -
getId
-
validate
- Specified by:
validate
in classActionRequest
-
writeTo
- Specified by:
writeTo
in interfaceorg.opensearch.core.common.io.stream.Writeable
- Overrides:
writeTo
in classSingleShardRequest<T extends SingleShardRequest<T>>
- Throws:
IOException
-