| Package | Description |
|---|---|
| org.elasticsearch.discovery | |
| org.elasticsearch.discovery.local | |
| org.elasticsearch.discovery.zen | |
| org.elasticsearch.discovery.zen.publish |
| Modifier and Type | Method and Description |
|---|---|
void |
Discovery.publish(ClusterChangedEvent clusterChangedEvent,
Discovery.AckListener ackListener)
Publish all the changes to the cluster from the master (can be called just by the master).
|
void |
DiscoveryService.publish(ClusterChangedEvent clusterChangedEvent,
Discovery.AckListener ackListener)
Publish all the changes to the cluster from the master (can be called just by the master).
|
| Constructor and Description |
|---|
AckClusterStatePublishResponseHandler(Set<DiscoveryNode> publishingToNodes,
Discovery.AckListener ackListener)
Creates a new AckClusterStatePublishResponseHandler
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalDiscovery.publish(ClusterChangedEvent clusterChangedEvent,
Discovery.AckListener ackListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
ZenDiscovery.publish(ClusterChangedEvent clusterChangedEvent,
Discovery.AckListener ackListener)
end of
PingContextProvider implementation |
| Modifier and Type | Method and Description |
|---|---|
void |
PublishClusterStateAction.publish(ClusterChangedEvent clusterChangedEvent,
Discovery.AckListener ackListener) |
Copyright © 2009–2017. All rights reserved.