| パッケージ | 説明 |
|---|---|
| org.elasticsearch.cluster | |
| org.elasticsearch.cluster.service |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
ClusterService.add(TimeValue timeout,
TimeoutClusterStateListener listener)
Adds a cluster state listener that will timeout after the provided timeout,
and is executed after the clusterstate has been successfully applied ie. is
in state
ClusterState.ClusterStateStatus.APPLIED
NOTE: a null timeout means that the listener will never be removed
automatically |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
InternalClusterService.add(TimeValue timeout,
TimeoutClusterStateListener listener) |
Copyright © 2009–2016. All rights reserved.