Module org.elasticsearch.xcore
Class AnalyticsStatsAction.NodeResponse
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
org.elasticsearch.action.support.nodes.BaseNodeResponse
org.elasticsearch.xpack.core.analytics.action.AnalyticsStatsAction.NodeResponse
- All Implemented Interfaces:
Writeable,org.elasticsearch.core.RefCounted
- Enclosing class:
AnalyticsStatsAction
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields inherited from interface org.elasticsearch.core.RefCounted
ALWAYS_REFERENCED -
Constructor Summary
ConstructorsConstructorDescriptionNodeResponse(DiscoveryNode node, EnumCounters<AnalyticsStatsAction.Item> counters) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetStats()inthashCode()voidwriteTo(StreamOutput out) Methods inherited from class org.elasticsearch.action.support.nodes.BaseNodeResponse
getNodeMethods inherited from class org.elasticsearch.transport.TransportMessage
decRef, hasReferences, incRef, tryIncRefMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.core.RefCounted
mustIncRef
-
Constructor Details
-
NodeResponse
-
NodeResponse
- Throws:
IOException
-
-
Method Details
-
writeTo
- Specified by:
writeToin interfaceWriteable- Overrides:
writeToin classBaseNodeResponse- Throws:
IOException
-
getStats
-
equals
-
hashCode
public int hashCode()
-