Package org.elasticsearch.discovery.zen
Class PublishClusterStateAction
java.lang.Object
org.elasticsearch.discovery.zen.PublishClusterStateAction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic interface -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPublishClusterStateAction(TransportService transportService, NamedWriteableRegistry namedWriteableRegistry, PublishClusterStateAction.IncomingClusterStateListener incomingClusterStateListener, DiscoverySettings discoverySettings) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidhandleCommitRequest(PublishClusterStateAction.CommitClusterStateRequest request, TransportChannel channel)protected voidhandleIncomingClusterStateRequest(BytesTransportRequest request, TransportChannel channel)voidpublish(ClusterChangedEvent clusterChangedEvent, int minMasterNodes, ClusterStatePublisher.AckListener ackListener)publishes a cluster change event to other nodes.static BytesReferenceserializeDiffClusterState(Diff diff, Version nodeVersion)static BytesReferenceserializeFullClusterState(ClusterState clusterState, Version nodeVersion)stats()
-
Field Details
-
SEND_ACTION_NAME
- See Also:
- Constant Field Values
-
COMMIT_ACTION_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
PublishClusterStateAction
public PublishClusterStateAction(TransportService transportService, NamedWriteableRegistry namedWriteableRegistry, PublishClusterStateAction.IncomingClusterStateListener incomingClusterStateListener, DiscoverySettings discoverySettings)
-
-
Method Details
-
publish
public void publish(ClusterChangedEvent clusterChangedEvent, int minMasterNodes, ClusterStatePublisher.AckListener ackListener) throws FailedToCommitClusterStateExceptionpublishes a cluster change event to other nodes. if at least minMasterNodes acknowledge the change it is committed and will be processed by the master and the other nodes.The method is guaranteed to throw a
FailedToCommitClusterStateExceptionif the change is not committed and should be rejected. Any other exception signals the something wrong happened but the change is committed. -
serializeFullClusterState
public static BytesReference serializeFullClusterState(ClusterState clusterState, Version nodeVersion) throws IOException- Throws:
IOException
-
serializeDiffClusterState
public static BytesReference serializeDiffClusterState(Diff diff, Version nodeVersion) throws IOException- Throws:
IOException
-
handleIncomingClusterStateRequest
protected void handleIncomingClusterStateRequest(BytesTransportRequest request, TransportChannel channel) throws IOException- Throws:
IOException
-
handleCommitRequest
protected void handleCommitRequest(PublishClusterStateAction.CommitClusterStateRequest request, TransportChannel channel) -
stats
-