public class ProcessInfo extends Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| コンストラクタと説明 |
|---|
ProcessInfo(long id,
boolean mlockall) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
long |
getId()
The process id.
|
long |
getRefreshInterval() |
boolean |
isMlockall() |
void |
readFrom(StreamInput in) |
static ProcessInfo |
readProcessInfo(StreamInput in) |
long |
refreshInterval() |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
public long refreshInterval()
public long getRefreshInterval()
public long getId()
public boolean isMlockall()
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent インタフェース内 ToXContentIOExceptionpublic static ProcessInfo readProcessInfo(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.