Package org.elasticsearch.monitor.fs
Class FsInfo.Path
java.lang.Object
org.elasticsearch.monitor.fs.FsInfo.Path
- All Implemented Interfaces:
Writeable,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject
- Enclosing class:
- FsInfo
public static class FsInfo.Path extends java.lang.Object implements Writeable, org.elasticsearch.common.xcontent.ToXContentObject
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
-
Constructor Summary
Constructors Constructor Description Path()Path(java.lang.String path, java.lang.String mount, long total, long free, long available)Path(StreamInput in)Read from a stream. -
Method Summary
Modifier and Type Method Description voidadd(FsInfo.Path path)ByteSizeValuegetAvailable()ByteSizeValuegetFree()java.lang.StringgetMount()java.lang.StringgetPath()ByteSizeValuegetTotal()java.lang.StringgetType()org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)voidwriteTo(StreamOutput out)Write this into the StreamOutput.
-
Constructor Details
-
Method Details
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput. -
getPath
public java.lang.String getPath() -
getMount
public java.lang.String getMount() -
getType
public java.lang.String getType() -
getTotal
-
getFree
-
getAvailable
-
add
-
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceorg.elasticsearch.common.xcontent.ToXContent- Throws:
java.io.IOException
-