Package org.elasticsearch.transport
Class TransportStats
java.lang.Object
org.elasticsearch.transport.TransportStats
- All Implemented Interfaces:
Writeable,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentFragment
public class TransportStats extends java.lang.Object implements Writeable, org.elasticsearch.common.xcontent.ToXContentFragment
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
-
Constructor Summary
Constructors Constructor Description TransportStats(long serverOpen, long totalOutboundConnections, long rxCount, long rxSize, long txCount, long txSize)TransportStats(StreamInput in) -
Method Summary
Modifier and Type Method Description longgetRxCount()ByteSizeValuegetRxSize()longgetServerOpen()longgetTxCount()ByteSizeValuegetTxSize()longrxCount()ByteSizeValuerxSize()longserverOpen()org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)longtxCount()ByteSizeValuetxSize()voidwriteTo(StreamOutput out)Write this into the StreamOutput.
-
Constructor Details
-
TransportStats
public TransportStats(long serverOpen, long totalOutboundConnections, long rxCount, long rxSize, long txCount, long txSize) -
TransportStats
- Throws:
java.io.IOException
-
-
Method Details
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput. -
serverOpen
public long serverOpen() -
getServerOpen
public long getServerOpen() -
rxCount
public long rxCount() -
getRxCount
public long getRxCount() -
rxSize
-
getRxSize
-
txCount
public long txCount() -
getTxCount
public long getTxCount() -
txSize
-
getTxSize
-
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceorg.elasticsearch.common.xcontent.ToXContent- Throws:
java.io.IOException
-