public class SHMemHandshakeClosure extends IgniteInClosure2X<InputStream,OutputStream>
| Constructor and Description |
|---|
SHMemHandshakeClosure(IgniteLogger log,
UUID rmtNodeId,
ClusterStateProvider stateProvider,
Supplier<ClusterNode> locNodeSupplier) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyx(InputStream in,
OutputStream out)
In-closure body that can throw
IgniteCheckedException. |
applypublic SHMemHandshakeClosure(IgniteLogger log, UUID rmtNodeId, ClusterStateProvider stateProvider, Supplier<ClusterNode> locNodeSupplier)
log - Logger.rmtNodeId - Remote node ID.stateProvider - Cluster state provider.locNodeSupplier - Local node getter.public void applyx(InputStream in, OutputStream out) throws IgniteCheckedException
IgniteCheckedException.applyx in class IgniteInClosure2X<InputStream,OutputStream>in - First variable the closure is called or closed on.out - Second variable the closure is called or closed on.IgniteCheckedException - Thrown in case of any error condition inside of the closure.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021