Package | Description |
---|---|
org.elasticsearch.action.admin.cluster.node.info | |
org.elasticsearch.monitor.os |
Modifier and Type | Method and Description |
---|---|
OsInfo |
NodeInfo.getOs()
Operating System level information.
|
Constructor and Description |
---|
NodeInfo(Version version,
Build build,
DiscoveryNode node,
com.google.common.collect.ImmutableMap<String,String> serviceAttributes,
Settings settings,
OsInfo os,
ProcessInfo process,
JvmInfo jvm,
ThreadPoolInfo threadPool,
TransportInfo transport,
HttpInfo http,
PluginsAndModules plugins) |
Modifier and Type | Class and Description |
---|---|
class |
DummyOsInfo |
Modifier and Type | Method and Description |
---|---|
OsInfo |
OsService.info() |
OsInfo |
OsProbe.osInfo() |
static OsInfo |
OsInfo.readOsInfo(StreamInput in) |
Copyright © 2009–2016. All rights reserved.