public class FsInfo extends Object implements Iterable<FsInfo.Path>, Streamable, ToXContent
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
FsInfo.Path |
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| コンストラクタと説明 |
|---|
FsInfo(long timestamp,
FsInfo.Path[] paths) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
long |
getTimestamp() |
FsInfo.Path |
getTotal() |
Iterator<FsInfo.Path> |
iterator() |
void |
readFrom(StreamInput in) |
static FsInfo |
readFsInfo(StreamInput in) |
FsInfo.Path |
total() |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic FsInfo(long timestamp,
FsInfo.Path[] paths)
public FsInfo.Path getTotal()
public FsInfo.Path total()
public long getTimestamp()
public Iterator<FsInfo.Path> iterator()
iterator インタフェース内 Iterable<FsInfo.Path>public static FsInfo readFsInfo(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent インタフェース内 ToXContentIOExceptionCopyright © 2009–2016. All rights reserved.