|
|||||||||
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.cluster.action.index.NodeIndexCreatedAction
public class NodeIndexCreatedAction
Nested Class Summary | |
---|---|
static interface |
NodeIndexCreatedAction.Listener
|
Field Summary |
---|
Fields inherited from class org.elasticsearch.common.component.AbstractComponent |
---|
componentSettings, logger, settings |
Constructor Summary | |
---|---|
NodeIndexCreatedAction(Settings settings,
ThreadPool threadPool,
TransportService transportService,
ClusterService clusterService)
|
Method Summary | |
---|---|
void |
add(NodeIndexCreatedAction.Listener listener)
|
void |
nodeIndexCreated(java.lang.String index,
java.lang.String nodeId)
|
void |
remove(NodeIndexCreatedAction.Listener listener)
|
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 NodeIndexCreatedAction(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterService clusterService)
Method Detail |
---|
public void add(NodeIndexCreatedAction.Listener listener)
public void remove(NodeIndexCreatedAction.Listener listener)
public void nodeIndexCreated(java.lang.String index, java.lang.String nodeId) throws ElasticSearchException
ElasticSearchException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |