Class ProxyUtils
java.lang.Object
org.gridgain.ignite.migrationtools.adapter.internal.ProxyUtils
Utility to create proxies for the ignite clients.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.ignite.client.IgniteClientcreateProxy(org.apache.ignite.client.IgniteClientProxy adapter) Proxies method calls fromIgniteClientto an IgniteProxy (Adapter implementation).static org.apache.ignite.IgnitecreateProxy(org.apache.ignite.IgniteProxy adapter) Proxies method calls fromIgniteto an IgniteProxy (Adapter implementation).
-
Method Details
-
createProxy
public static org.apache.ignite.Ignite createProxy(org.apache.ignite.IgniteProxy adapter) Proxies method calls fromIgniteto an IgniteProxy (Adapter implementation).- Parameters:
adapter- The adapter implementation.- Returns:
- Ignite.
-
createProxy
public static org.apache.ignite.client.IgniteClient createProxy(org.apache.ignite.client.IgniteClientProxy adapter) Proxies method calls fromIgniteClientto an IgniteProxy (Adapter implementation).- Parameters:
adapter- The adapter implementation.- Returns:
- IgniteClient.
-