| Package | Description |
|---|---|
| org.apache.ignite.internal.client.router.impl | |
| org.apache.ignite.internal.processors.odbc | |
| org.apache.ignite.internal.processors.rest.protocols.tcp |
Adapters for TCP-based REST protocols.
|
| org.apache.ignite.internal.processors.rest.protocols.tcp.redis | |
| org.apache.ignite.internal.util.ipc |
IPC utility classes.
|
| org.apache.ignite.internal.util.nio |
NIO server interfaces and common utility classes for NIO.
|
| org.apache.ignite.spi.communication.tcp.internal |
Contains connection health-checkers for TCP/IP-based implementation of communication SPI.
|
| org.apache.ignite.spi.communication.tcp.internal.shmem |
| Modifier and Type | Class and Description |
|---|---|
class |
GridTcpRouterNioListenerAdapter
Nio listener for the router.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientListenerNioListener
Client message listener.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridTcpMemcachedNioListener
Handles memcache requests.
|
class |
GridTcpRestNioListener
Listener for nio server that handles incoming tcp rest packets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridRedisNioListener
Listener for Redis protocol requests.
|
| Constructor and Description |
|---|
IpcToNioAdapter(MetricRegistry mreg,
IgniteLogger log,
IpcEndpoint endp,
GridNioServerListener<T> lsnr,
GridNioMessageWriterFactory writerFactory,
GridNioFilter... filters) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridNioServerListenerAdapter<T>
Server listener adapter providing empty methods implementation for rarely used methods.
|
| Modifier and Type | Method and Description |
|---|---|
GridNioServer.Builder<T> |
GridNioServer.Builder.listener(GridNioServerListener<T> lsnr) |
| Constructor and Description |
|---|
GridNioFilterChain(IgniteLogger log,
GridNioServerListener<T> lsnr,
GridNioFilter head,
GridNioFilter... filters)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InboundConnectionHandler
This class implement NioListener which process handshake stage, and transmit messages to session.
|
| Constructor and Description |
|---|
GridNioServerWrapper(IgniteLogger log,
TcpCommunicationConfiguration cfg,
AttributeNames attributeNames,
Tracing tracing,
Function<UUID,ClusterNode> nodeGetter,
Supplier<ClusterNode> locNodeSupplier,
ConnectGateway connectGate,
ClusterStateProvider stateProvider,
Supplier<IgniteExceptionRegistry> eRegistrySupplier,
CommunicationWorker commWorker,
IgniteConfiguration igniteCfg,
GridNioServerListener<Message> srvLsnr,
String igniteInstanceName,
WorkersRegistry workersRegistry,
@Nullable GridMetricManager metricMgr,
ThrowableBiFunction<ClusterNode,Integer,GridCommunicationClient,IgniteCheckedException> createTcpClientFun,
CommunicationListener<Message> lsnr,
TcpHandshakeExecutor tcpHandshakeExecutor)
Deprecated.
|
| Constructor and Description |
|---|
ShmemAcceptWorker(String igniteInstanceName,
GridNioServerListener<Message> srvLsnr,
IpcSharedMemoryServerEndpoint srv,
TcpCommunicationMetricsListener metricsLsnr,
IgniteLogger log,
MessageFactory msgFactory,
GridNioMessageWriterFactory writerFactory,
GridNioMessageReaderFactory readerFactory,
Tracing tracing) |
ShmemWorker(String igniteInstanceName,
IgniteLogger log,
Tracing tracing,
IpcEndpoint endpoint,
GridNioServerListener<Message> srvLsnr,
TcpCommunicationMetricsListener metricsLsnr,
GridNioMessageReaderFactory readerFactory,
GridNioMessageWriterFactory writerFactory,
MessageFactory msgFactory) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021