Package org.opensearch.repositories
Class RepositoryStats
java.lang.Object
org.opensearch.repositories.RepositoryStats
- All Implemented Interfaces:
Writeable
Stats about a repository
- Opensearch.internal:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
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
-