Package org.elasticsearch.repositories
Class RepositoryCleanupResult
java.lang.Object
org.elasticsearch.repositories.RepositoryCleanupResult
- All Implemented Interfaces:
Writeable,ToXContent,ToXContentObject
public final class RepositoryCleanupResult extends java.lang.Object implements Writeable, ToXContentObject
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields Modifier and Type Field Description static ObjectParser<RepositoryCleanupResult,java.lang.Void>PARSER -
Constructor Summary
Constructors Constructor Description RepositoryCleanupResult(DeleteResult result)RepositoryCleanupResult(StreamInput in) -
Method Summary
Modifier and Type Method Description longblobs()longbytes()java.lang.StringtoString()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)voidwriteTo(StreamOutput out)Write this into the StreamOutput.
-
Field Details
-
Constructor Details
-
RepositoryCleanupResult
-
RepositoryCleanupResult
- Throws:
java.io.IOException
-
-
Method Details
-
bytes
public long bytes() -
blobs
public long blobs() -
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput. -
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-