Uses of Interface
org.elasticsearch.transport.TransportChannel
-
-
Uses of TransportChannel in org.elasticsearch.action.admin.cluster.node.liveness
Methods in org.elasticsearch.action.admin.cluster.node.liveness with parameters of type TransportChannel Modifier and Type Method Description voidTransportLivenessAction. messageReceived(LivenessRequest request, TransportChannel channel, Task task) -
Uses of TransportChannel in org.elasticsearch.action.support
Constructors in org.elasticsearch.action.support with parameters of type TransportChannel Constructor Description ChannelActionListener(TransportChannel channel, String actionName, Request request) -
Uses of TransportChannel in org.elasticsearch.action.support.replication
Methods in org.elasticsearch.action.support.replication with parameters of type TransportChannel Modifier and Type Method Description protected voidTransportReplicationAction. handleOperationRequest(Request request, TransportChannel channel, Task task)protected voidTransportReplicationAction. handlePrimaryRequest(TransportReplicationAction.ConcreteShardRequest<Request> request, TransportChannel channel, Task task)protected voidTransportReplicationAction. handleReplicaRequest(TransportReplicationAction.ConcreteReplicaRequest<ReplicaRequest> replicaRequest, TransportChannel channel, Task task) -
Uses of TransportChannel in org.elasticsearch.discovery.zen
Methods in org.elasticsearch.discovery.zen with parameters of type TransportChannel Modifier and Type Method Description protected voidPublishClusterStateAction. handleCommitRequest(PublishClusterStateAction.CommitClusterStateRequest request, TransportChannel channel)protected voidPublishClusterStateAction. handleIncomingClusterStateRequest(BytesTransportRequest request, TransportChannel channel) -
Uses of TransportChannel in org.elasticsearch.transport
Classes in org.elasticsearch.transport that implement TransportChannel Modifier and Type Class Description classTaskTransportChannelclassTcpTransportChannelMethods in org.elasticsearch.transport that return TransportChannel Modifier and Type Method Description TransportChannelTaskTransportChannel. getChannel()Methods in org.elasticsearch.transport with parameters of type TransportChannel Modifier and Type Method Description voidTransportRequestHandler. messageReceived(T request, TransportChannel channel, Task task)voidRequestHandlerRegistry. processMessageReceived(Request request, TransportChannel channel)
-