public final class IngestActionForwarder extends java.lang.Object implements ClusterStateApplier
| Constructor and Description |
|---|
IngestActionForwarder(TransportService transportService) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyClusterState(ClusterChangedEvent event)
Called when a new cluster state (
ClusterChangedEvent.state() needs to be applied |
void |
forwardIngestRequest(Action<?,?,?> action,
ActionRequest request,
ActionListener<?> listener) |
public IngestActionForwarder(TransportService transportService)
public void forwardIngestRequest(Action<?,?,?> action, ActionRequest request, ActionListener<?> listener)
public void applyClusterState(ClusterChangedEvent event)
ClusterStateApplierClusterChangedEvent.state() needs to be appliedapplyClusterState in interface ClusterStateApplier