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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
merge(RepositoryStats otherStats)
toString()
void
writeTo(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:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Throws:
IOException
-
equals
-
hashCode
public int hashCode() -
toString
-