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 |
DiscoveryService.publish(ClusterState clusterState,
Discovery.AckListener ackListener)
Publish all the changes to the cluster from the master (can be called just by the master).
|
void |
Discovery.publish(ClusterState clusterState,
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(ClusterState clusterState,
Discovery.AckListener ackListener) |
Modifier and Type | Method and Description |
---|---|
void |
ZenDiscovery.publish(ClusterState clusterState,
Discovery.AckListener ackListener)
end of
PingContextProvider implementation |
Modifier and Type | Method and Description |
---|---|
void |
PublishClusterStateAction.publish(ClusterState clusterState,
Discovery.AckListener ackListener) |
Copyright © 2009–2015. All rights reserved.