Class ProxyUtils
java.lang.Object
org.gridgain.ignite.migrationtools.adapter.internal.ProxyUtils
Utility to create static delegates for the Ignite 2 client interfaces.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.ignite.client.IgniteClientcreateProxy(org.gridgain.ignite.migrationtools.adapter.internal.ignite2.proxies.client.IgniteClientProxy adapter) Wraps anIgniteClientProxyadapter asIgniteClient.static org.apache.ignite.IgnitecreateProxy(org.gridgain.ignite.migrationtools.adapter.internal.ignite2.proxies.IgniteProxy adapter) Wraps anIgniteProxyadapter asIgnite.
-
Method Details
-
createProxy
public static org.apache.ignite.Ignite createProxy(org.gridgain.ignite.migrationtools.adapter.internal.ignite2.proxies.IgniteProxy adapter) Wraps anIgniteProxyadapter asIgnite.- Parameters:
adapter- The adapter implementation.- Returns:
- Ignite.
-
createProxy
public static org.apache.ignite.client.IgniteClient createProxy(org.gridgain.ignite.migrationtools.adapter.internal.ignite2.proxies.client.IgniteClientProxy adapter) Wraps anIgniteClientProxyadapter asIgniteClient.- Parameters:
adapter- The adapter implementation.- Returns:
- IgniteClient.
-