|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.common.component.AbstractComponent
org.elasticsearch.node.service.NodeService
public class NodeService
Field Summary |
---|
Fields inherited from class org.elasticsearch.common.component.AbstractComponent |
---|
componentSettings, logger, settings |
Constructor Summary | |
---|---|
NodeService(Settings settings,
MonitorService monitorService,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService)
|
Method Summary | |
---|---|
NodeInfo |
info()
|
void |
putNodeAttribute(java.lang.String key,
java.lang.String value)
|
void |
removeNodeAttribute(java.lang.String key)
|
void |
setHttpServer(HttpServer httpServer)
|
NodeStats |
stats()
|
Methods inherited from class org.elasticsearch.common.component.AbstractComponent |
---|
nodeName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Inject public NodeService(Settings settings, MonitorService monitorService, ClusterService clusterService, TransportService transportService, IndicesService indicesService)
Method Detail |
---|
public void setHttpServer(@Nullable HttpServer httpServer)
public void putNodeAttribute(java.lang.String key, java.lang.String value)
public void removeNodeAttribute(java.lang.String key)
public NodeInfo info()
public NodeStats stats()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |