Package org.elasticsearch.repositories
Class RepositoryStats
java.lang.Object
org.elasticsearch.repositories.RepositoryStats
- All Implemented Interfaces:
Writeable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()merge(RepositoryStats otherStats)toString()voidwriteTo(StreamOutput out)Write this into the StreamOutput.
-
Field Details
-
EMPTY_STATS
-
requestCounts
-
-
Constructor Details
-
RepositoryStats
-
RepositoryStats
- Throws:
IOException
-
-
Method Details
-
merge
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
equals
-
hashCode
public int hashCode() -
toString
-