Class SecurityAwareIoPool
- java.lang.Object
-
- org.apache.ignite.internal.processors.security.thread.SecurityAwareIoPool
-
-
Constructor Summary
Constructors Constructor Description SecurityAwareIoPool(IgniteSecurity security, IoPool delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Executorexecutor()Gets the Executor for this Pool.byteid()Gets the numeric identifier of the pool.
-
-
-
Constructor Detail
-
SecurityAwareIoPool
public SecurityAwareIoPool(IgniteSecurity security, IoPool delegate)
-
-