| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.node.info | |
| org.elasticsearch.http | |
| org.elasticsearch.http.netty |
| Modifier and Type | Method and Description |
|---|---|
HttpInfo |
NodeInfo.getHttp() |
| 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 | Method and Description |
|---|---|
HttpInfo |
HttpServer.info() |
HttpInfo |
HttpServerTransport.info() |
static HttpInfo |
HttpInfo.readHttpInfo(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
HttpInfo |
NettyHttpServerTransport.info() |
Copyright © 2009–2017. All rights reserved.