Class GetWatchStateRequest
- java.lang.Object
-
- org.elasticsearch.transport.TransportMessage
-
- org.elasticsearch.transport.TransportRequest
-
- org.elasticsearch.action.ActionRequest
-
- com.floragunn.signals.actions.watch.state.get.GetWatchStateRequest
-
- All Implemented Interfaces:
org.elasticsearch.common.io.stream.Writeable,org.elasticsearch.core.RefCounted,org.elasticsearch.tasks.TaskAwareRequest
public class GetWatchStateRequest extends org.elasticsearch.action.ActionRequest
-
-
Constructor Summary
Constructors Constructor Description GetWatchStateRequest()GetWatchStateRequest(List<String> watchIds)GetWatchStateRequest(org.elasticsearch.common.io.stream.StreamInput in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getWatchIds()voidsetWatchIds(List<String> watchIds)org.elasticsearch.action.ActionRequestValidationExceptionvalidate()voidwriteTo(org.elasticsearch.common.io.stream.StreamOutput out)-
Methods inherited from class org.elasticsearch.transport.TransportRequest
getParentTask, setParentTask, toString
-
Methods inherited from class org.elasticsearch.transport.TransportMessage
decRef, hasReferences, incRef, remoteAddress, remoteAddress, tryIncRef
-
-
-
-
Constructor Detail
-
GetWatchStateRequest
public GetWatchStateRequest()
-
GetWatchStateRequest
public GetWatchStateRequest(org.elasticsearch.common.io.stream.StreamInput in) throws IOException- Throws:
IOException
-
-
Method Detail
-
writeTo
public void writeTo(org.elasticsearch.common.io.stream.StreamOutput out) throws IOException- Specified by:
writeToin interfaceorg.elasticsearch.common.io.stream.Writeable- Overrides:
writeToin classorg.elasticsearch.action.ActionRequest- Throws:
IOException
-
validate
public org.elasticsearch.action.ActionRequestValidationException validate()
- Specified by:
validatein classorg.elasticsearch.action.ActionRequest
-
-