Class DeleteRepositoryRequest
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportRequest
org.elasticsearch.action.ActionRequest
org.elasticsearch.action.support.master.MasterNodeRequest<Request>
org.elasticsearch.action.support.master.AcknowledgedRequest<DeleteRepositoryRequest>
org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryRequest
- All Implemented Interfaces:
AckedRequest,Writeable,org.elasticsearch.core.RefCounted,TaskAwareRequest
Unregister repository request.
The unregister repository command just unregisters the repository. No data is getting deleted from the repository.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.transport.TransportRequest
TransportRequest.EmptyNested 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.AcknowledgedRequest
DEFAULT_ACK_TIMEOUT, timeoutFields inherited from class org.elasticsearch.action.support.master.MasterNodeRequest
DEFAULT_MASTER_NODE_TIMEOUT, masterNodeTimeout -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new unregister repository request with the provided name. -
Method Summary
Modifier and TypeMethodDescriptionname()The name of the repository.Sets the name of the repository to unregister.validate()voidwriteTo(StreamOutput out)Write this into the StreamOutput.Methods inherited from class org.elasticsearch.action.support.master.AcknowledgedRequest
ackTimeout, timeout, timeout, timeoutMethods inherited from class org.elasticsearch.action.support.master.MasterNodeRequest
masterNodeTimeout, masterNodeTimeout, masterNodeTimeoutMethods inherited from class org.elasticsearch.action.ActionRequest
getShouldStoreResultMethods inherited from class org.elasticsearch.transport.TransportRequest
getParentTask, setParentTask, toStringMethods inherited from class org.elasticsearch.transport.TransportMessage
decRef, incRef, remoteAddress, remoteAddress, tryIncRefMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.cluster.ack.AckedRequest
masterNodeTimeoutMethods inherited from interface org.elasticsearch.tasks.TaskAwareRequest
createTask, getDescription, setParentTask
-
Constructor Details
-
DeleteRepositoryRequest
- Throws:
IOException
-
DeleteRepositoryRequest
public DeleteRepositoryRequest() -
DeleteRepositoryRequest
Constructs a new unregister repository request with the provided name.- Parameters:
name- name of the repository
-
-
Method Details
-
validate
- Specified by:
validatein classActionRequest
-
name
Sets the name of the repository to unregister.- Parameters:
name- name of the repository
-
name
The name of the repository.- Returns:
- the name of the repository
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Overrides:
writeToin classAcknowledgedRequest<DeleteRepositoryRequest>- Throws:
IOException
-