public class OsInfo extends Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
getAllocatedProcessors() |
String |
getArch() |
int |
getAvailableProcessors() |
String |
getName() |
long |
getRefreshInterval() |
String |
getVersion() |
void |
readFrom(StreamInput in) |
static OsInfo |
readOsInfo(StreamInput in) |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
public long getRefreshInterval()
public int getAvailableProcessors()
public int getAllocatedProcessors()
public String getName()
public String getArch()
public String getVersion()
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent インタフェース内 ToXContentIOExceptionpublic static OsInfo readOsInfo(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionCopyright © 2009–2016. All rights reserved.