Package | Description |
---|---|
org.elasticsearch.action.admin.cluster.node.info | |
org.elasticsearch.transport |
Modifier and Type | Method and Description |
---|---|
TransportInfo |
NodeInfo.getTransport() |
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,
NetworkInfo network,
TransportInfo transport,
HttpInfo http,
PluginsInfo plugins) |
Modifier and Type | Method and Description |
---|---|
TransportInfo |
TransportService.info() |
static TransportInfo |
TransportInfo.readTransportInfo(StreamInput in) |
Copyright © 2009–2015. All rights reserved.