public class AssertingLocalTransport
extends org.elasticsearch.transport.local.LocalTransport
Modifier and Type | Class and Description |
---|---|
static class |
AssertingLocalTransport.TestPlugin |
Modifier and Type | Field and Description |
---|---|
static org.elasticsearch.common.settings.Setting<org.elasticsearch.Version> |
ASSERTING_TRANSPORT_MAX_VERSION_KEY |
static org.elasticsearch.common.settings.Setting<org.elasticsearch.Version> |
ASSERTING_TRANSPORT_MIN_VERSION_KEY |
static java.lang.String |
ASSERTING_TRANSPORT_NAME |
LOCAL_TRANSPORT_THREAD_NAME_PREFIX, namedWriteableRegistry, TRANSPORT_LOCAL_ADDRESS, TRANSPORT_LOCAL_QUEUE, TRANSPORT_LOCAL_WORKERS
Constructor and Description |
---|
AssertingLocalTransport(org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.indices.breaker.CircuitBreakerService circuitBreakerService,
org.elasticsearch.threadpool.ThreadPool threadPool,
org.elasticsearch.common.io.stream.NamedWriteableRegistry namedWriteableRegistry) |
Modifier and Type | Method and Description |
---|---|
protected void |
handleParsedResponse(org.elasticsearch.transport.TransportResponse response,
org.elasticsearch.transport.TransportResponseHandler handler) |
void |
sendRequest(org.elasticsearch.cluster.node.DiscoveryNode node,
long requestId,
java.lang.String action,
org.elasticsearch.transport.TransportRequest request,
org.elasticsearch.transport.TransportRequestOptions options) |
addressesFromString, addressSupported, boundAddress, connectToNode, connectToNodeLight, disconnectFromNode, doClose, doStart, doStop, getLocalAddresses, getVersion, handleResponse, nodeConnected, processReceivedMessage, profileBoundAddresses, receiveMessage, serverOpen, transportServiceAdapter
addLifecycleListener, close, lifecycleState, removeLifecycleListener, start, stop
logDeprecatedSetting, logRemovedSetting, nodeName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final java.lang.String ASSERTING_TRANSPORT_NAME
public static final org.elasticsearch.common.settings.Setting<org.elasticsearch.Version> ASSERTING_TRANSPORT_MIN_VERSION_KEY
public static final org.elasticsearch.common.settings.Setting<org.elasticsearch.Version> ASSERTING_TRANSPORT_MAX_VERSION_KEY
@Inject public AssertingLocalTransport(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.indices.breaker.CircuitBreakerService circuitBreakerService, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.common.io.stream.NamedWriteableRegistry namedWriteableRegistry)
protected void handleParsedResponse(org.elasticsearch.transport.TransportResponse response, org.elasticsearch.transport.TransportResponseHandler handler)
handleParsedResponse
in class org.elasticsearch.transport.local.LocalTransport
public void sendRequest(org.elasticsearch.cluster.node.DiscoveryNode node, long requestId, java.lang.String action, org.elasticsearch.transport.TransportRequest request, org.elasticsearch.transport.TransportRequestOptions options) throws java.io.IOException, org.elasticsearch.transport.TransportException
sendRequest
in interface org.elasticsearch.transport.Transport
sendRequest
in class org.elasticsearch.transport.local.LocalTransport
java.io.IOException
org.elasticsearch.transport.TransportException