Index

A B D G I N O R S T 
All Classes and Interfaces|All Packages|Constant Field Values

A

addListener(ChannelFuture, CompletableContext<Void>) - Static method in class org.opensearch.transport.reactor.netty4.Netty4Utils
Add completion listener to ChannelFuture

B

bind(InetSocketAddress) - Method in class org.opensearch.http.reactor.netty4.ReactorNetty4HttpServerTransport
Binds the transport engine to the socket address

D

doStart() - Method in class org.opensearch.http.reactor.netty4.ReactorNetty4HttpServerTransport
Starts the transport

G

getHttpGroup() - Method in class org.opensearch.transport.reactor.SharedGroupFactory
Gets HTTP transport shared group
getHttpTransports(Settings, ThreadPool, BigArrays, PageCacheRecycler, CircuitBreakerService, NamedXContentRegistry, NetworkService, HttpServerTransport.Dispatcher, ClusterSettings, Tracer) - Method in class org.opensearch.transport.reactor.ReactorNetty4Plugin
Returns a map of HttpServerTransport suppliers.
getLowLevelGroup() - Method in class org.opensearch.transport.reactor.SharedGroupFactory.SharedGroup
Gets Netty's EventLoopGroup instance
getSettings() - Method in class org.opensearch.transport.reactor.ReactorNetty4Plugin
Returns a list of additional Setting definitions for this plugin.
getTransportGroup() - Method in class org.opensearch.transport.reactor.SharedGroupFactory
Gets transport shared group
getTransportWorkerCount() - Method in class org.opensearch.transport.reactor.SharedGroupFactory
Gets the number of configured transport workers

I

incomingRequest(HttpServerRequest, HttpServerResponse) - Method in class org.opensearch.http.reactor.netty4.ReactorNetty4HttpServerTransport
Handles incoming Reactor Netty request

N

Netty4Utils - Class in org.opensearch.transport.reactor.netty4
Shameless copy of Netty4Utils from transport-netty4 module

O

onException(HttpChannel, Exception) - Method in class org.opensearch.http.reactor.netty4.ReactorNetty4HttpServerTransport
 
org.opensearch.http.reactor.netty4 - package org.opensearch.http.reactor.netty4
The new HTTP transport implementations based on Reactor Netty.
org.opensearch.transport.reactor - package org.opensearch.transport.reactor
The experimental network plugin that introduces new transport implementations based on Reactor Netty.
org.opensearch.transport.reactor.netty4 - package org.opensearch.transport.reactor.netty4
The new transport implementations based on Reactor Netty.

R

REACTOR_NETTY_HTTP_TRANSPORT_NAME - Static variable in class org.opensearch.transport.reactor.ReactorNetty4Plugin
The name of new experimental HTTP transport implementations based on Reactor Netty.
ReactorNetty4HttpServerTransport - Class in org.opensearch.http.reactor.netty4
The HTTP transport implementations based on Reactor Netty (see please HttpServer).
ReactorNetty4HttpServerTransport(Settings, NetworkService, BigArrays, ThreadPool, NamedXContentRegistry, HttpServerTransport.Dispatcher, ClusterSettings, SharedGroupFactory, Tracer) - Constructor for class org.opensearch.http.reactor.netty4.ReactorNetty4HttpServerTransport
Creates new HTTP transport implementations based on Reactor Netty (see please HttpServer).
ReactorNetty4Plugin - Class in org.opensearch.transport.reactor
The experimental network plugin that introduces new transport implementations based on Reactor Netty.
ReactorNetty4Plugin() - Constructor for class org.opensearch.transport.reactor.ReactorNetty4Plugin
Default constructor
ReactorNetty4Transport - Class in org.opensearch.transport.reactor.netty4
The transport implementations based on Reactor Netty (see please TcpServer).
ReactorNetty4Transport() - Constructor for class org.opensearch.transport.reactor.netty4.ReactorNetty4Transport
Default constructor

S

setAvailableProcessors(int) - Static method in class org.opensearch.transport.reactor.netty4.Netty4Utils
Set the number of available processors that Netty uses for sizing various resources (e.g., thread pools).
SETTING_HTTP_NETTY_MAX_COMPOSITE_BUFFER_COMPONENTS - Static variable in class org.opensearch.http.reactor.netty4.ReactorNetty4HttpServerTransport
The maximum number of composite components for request accumulation
SETTING_HTTP_WORKER_COUNT - Static variable in class org.opensearch.http.reactor.netty4.ReactorNetty4HttpServerTransport
The number of Reactor Netty HTTP workers
SETTING_WORKER_COUNT - Static variable in class org.opensearch.transport.reactor.netty4.ReactorNetty4Transport
The number of Netty workers
SharedGroupFactory - Class in org.opensearch.transport.reactor
Creates and returns EventLoopGroup instances.
SharedGroupFactory(Settings) - Constructor for class org.opensearch.transport.reactor.SharedGroupFactory
Creates new shared group factory instance from settings
SharedGroupFactory.SharedGroup - Class in org.opensearch.transport.reactor
Wraps the SharedGroupFactory.RefCountedGroup.
shutdown() - Method in class org.opensearch.transport.reactor.SharedGroupFactory.SharedGroup
Decreases the reference to underlying EventLoopGroup instance
stopInternal() - Method in class org.opensearch.http.reactor.netty4.ReactorNetty4HttpServerTransport
Called to tear down internal resources

T

toByteBuf(BytesReference) - Static method in class org.opensearch.transport.reactor.netty4.Netty4Utils
Turns the given BytesReference into a ByteBuf.
toBytesReference(ByteBuf) - Static method in class org.opensearch.transport.reactor.netty4.Netty4Utils
Wraps the given ChannelBuffer with a BytesReference
A B D G I N O R S T 
All Classes and Interfaces|All Packages|Constant Field Values