Index

A B C I 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

CLASS_LOADER_LAZY_INITIALIZER - Static variable in class org.gridgain.ignite.migrationtools.adapter.internal.ClassloaderUtils
 
ClassloaderUtils - Class in org.gridgain.ignite.migrationtools.adapter.internal
Utility class that provices a method to setup the guest Classloader, where the adapter core modules are loaded.
ClassloaderUtils() - Constructor for class org.gridgain.ignite.migrationtools.adapter.internal.ClassloaderUtils
 
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).

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.

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 I O P 
All Classes and Interfaces|All Packages