Class IOURingNativeTransport
- java.lang.Object
-
- org.infinispan.client.hotrod.impl.transport.netty.IOURingNativeTransport
-
public class IOURingNativeTransport extends Object
- Since:
- 14.0
-
-
Constructor Summary
Constructors Constructor Description IOURingNativeTransport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.netty.channel.EventLoopGroupcreateEventLoopGroup(int maxExecutors, ExecutorService executorService)static Class<? extends io.netty.channel.socket.SocketChannel>socketChannelClass()
-
-
-
Method Detail
-
socketChannelClass
public static Class<? extends io.netty.channel.socket.SocketChannel> socketChannelClass()
-
createEventLoopGroup
public static io.netty.channel.EventLoopGroup createEventLoopGroup(int maxExecutors, ExecutorService executorService)
-
-