Index

A B C G I L O P 
All Classes and Interfaces|All Packages

A

allowExtraFields(boolean) - Method in class org.gridgain.ignite.migrationtools.adapter.IgniteAdapter.Builder
The adapted Ignite instances support two distinct strategies for mapping Java Objects to Ignite 3 Tables.
allowNonDefaultConstructors(boolean) - Method in class org.gridgain.ignite.migrationtools.adapter.IgniteAdapter.Builder
This enables mapping Java classes which do not define a default constructor.

B

build() - Method in class org.gridgain.ignite.migrationtools.adapter.IgniteAdapter.Builder
Creates a new adapted Ignite instance.
builder(String) - Static method in interface org.gridgain.ignite.migrationtools.adapter.IgniteAdapter
Creates a new builder.
Builder(String) - Constructor for class org.gridgain.ignite.migrationtools.adapter.IgniteAdapter.Builder
Creates a new instance of this builder.

C

ClassloaderUtils - Class in org.gridgain.ignite.migrationtools.adapter.internal
Utility class that provides a method to setup the guest Classloader, where the adapter core modules are loaded.
computeDeploymentUnitsSelector(Function<Class<?>, List<Map.Entry<String, String>>>) - Method in class org.gridgain.ignite.migrationtools.adapter.IgniteAdapter.Builder
Allows loading additional classes into the classpath of compute jobs using deployment unit..
createClassLoader(ClassLoader, ClassLoader, URL[]) - Static method in class org.gridgain.ignite.migrationtools.adapter.internal.ClassloaderUtils
Creates the classloader for the adapter classes.
createProxy(IgniteClientProxy) - Static method in class org.gridgain.ignite.migrationtools.adapter.internal.ProxyUtils
Proxies method calls from IgniteClient to an IgniteProxy (Adapter implementation).
createProxy(IgniteProxy) - Static method in class org.gridgain.ignite.migrationtools.adapter.internal.ProxyUtils
Proxies method calls from Ignite to an IgniteProxy (Adapter implementation).

G

getGuestClassloader() - Static method in class org.gridgain.ignite.migrationtools.adapter.internal.ClassloaderUtils
Retrieves the guest classloader holding the GridGain 9 classes.

I

IgniteAdapter - Interface in org.gridgain.ignite.migrationtools.adapter
Builder of adapted Ignite instances.
IgniteAdapter.Builder - Class in org.gridgain.ignite.migrationtools.adapter
Builder for IgniteAdapter.

L

loadDependenciesFromResource(ClassLoader, String) - Static method in class org.gridgain.ignite.migrationtools.adapter.internal.ClassloaderUtils
Loads a dependencies file from the provided classloader and filename.
loadRuntimeDependencies(ClassLoader) - Static method in class org.gridgain.ignite.migrationtools.adapter.internal.ClassloaderUtils
Computes the paths for the adapter runtime dependencies.

O

org.gridgain.ignite.migrationtools.adapter - package org.gridgain.ignite.migrationtools.adapter
 
org.gridgain.ignite.migrationtools.adapter.internal - package org.gridgain.ignite.migrationtools.adapter.internal
 

P

ProxyUtils - Class in org.gridgain.ignite.migrationtools.adapter.internal
Utility to create proxies for the ignite clients.
A B C G I L O P 
All Classes and Interfaces|All Packages