Module org.elasticsearch.server
Class ValidateJoinRequest
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportRequest
org.elasticsearch.cluster.coordination.ValidateJoinRequest
- All Implemented Interfaces:
- Writeable,- RefCounted,- TaskAwareRequest
- 
Nested Class SummaryNested classes/interfaces inherited from class org.elasticsearch.transport.TransportRequestTransportRequest.EmptyNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.WriteableWriteable.Reader<V>, Writeable.Writer<V>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleandecRef()booleanvoidincRef()booleanvoidwriteTo(StreamOutput out) Write this into the StreamOutput.Methods inherited from class org.elasticsearch.transport.TransportRequestgetParentTask, setParentTask, toStringMethods inherited from class org.elasticsearch.transport.TransportMessageremoteAddress, remoteAddressMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.tasks.TaskAwareRequestcreateTask, getDescription, setParentTask
- 
Constructor Details- 
ValidateJoinRequest- Throws:
- IOException
 
- 
ValidateJoinRequest
 
- 
- 
Method Details- 
writeToDescription copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
- writeToin interface- Writeable
- Overrides:
- writeToin class- TransportRequest
- Throws:
- IOException
 
- 
getOrReadState- Throws:
- IOException
 
- 
incRefpublic void incRef()- Specified by:
- incRefin interface- RefCounted
- Overrides:
- incRefin class- TransportMessage
 
- 
tryIncRefpublic boolean tryIncRef()- Specified by:
- tryIncRefin interface- RefCounted
- Overrides:
- tryIncRefin class- TransportMessage
 
- 
decRefpublic boolean decRef()- Specified by:
- decRefin interface- RefCounted
- Overrides:
- decRefin class- TransportMessage
 
- 
hasReferencespublic boolean hasReferences()- Specified by:
- hasReferencesin interface- RefCounted
- Overrides:
- hasReferencesin class- TransportMessage
 
 
-