org.elasticsearch.transport
Class TransportStats
java.lang.Object
org.elasticsearch.transport.TransportStats
- All Implemented Interfaces:
- Streamable, ToXContent
public class TransportStats
- extends java.lang.Object
- implements Streamable, ToXContent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransportStats
public TransportStats(long serverOpen)
serverOpen
public long serverOpen()
getServerOpen
public long getServerOpen()
readTransportStats
public static TransportStats readTransportStats(StreamInput in)
throws java.io.IOException
- Throws:
java.io.IOException
readFrom
public void readFrom(StreamInput in)
throws java.io.IOException
- Specified by:
readFrom
in interface Streamable
- Throws:
java.io.IOException
writeTo
public void writeTo(StreamOutput out)
throws java.io.IOException
- Specified by:
writeTo
in interface Streamable
- Throws:
java.io.IOException
toXContent
public XContentBuilder toXContent(XContentBuilder builder,
ToXContent.Params params)
throws java.io.IOException
- Specified by:
toXContent
in interface ToXContent
- Throws:
java.io.IOException