Class MigrationKernal
java.lang.Object
org.apache.ignite.internal.IgniteKernal
org.apache.ignite.migrationtools.persistence.MigrationKernal
- All Implemented Interfaces:
Externalizable,Serializable,Ignite,org.apache.ignite.internal.IgniteEx
public class MigrationKernal
extends org.apache.ignite.internal.IgniteKernal
Custom
IgniteKernal for the migration.- See Also:
-
Field Summary
Fields inherited from class org.apache.ignite.internal.IgniteKernal
CFG_VIEW, CFG_VIEW_DESC, COORDINATOR_PROPERTIES_SEPARATOR, DFLT_LOG_CLASSPATH_CONTENT_ON_STARTUP, DFLT_LONG_OPERATIONS_DUMP_TIMEOUT, DFLT_PERIODIC_STARVATION_CHECK_FREQ, NL, SITE -
Method Summary
Modifier and TypeMethodDescriptionstatic MigrationKernalcreate(org.apache.ignite.internal.GridKernalContext ctx, org.apache.ignite.configuration.IgniteConfiguration cfg) Factory method.Methods inherited from class org.apache.ignite.internal.IgniteKernal
active, active, addCacheConfiguration, affinity, allEventsUserRecordable, atomicLong, atomicLong, atomicReference, atomicReference, atomicSequence, atomicSequence, atomicStamped, atomicStamped, binary, cache, cacheNames, caches, cachesx, cachex, close, cluster, commandsRegistry, compute, compute, configuration, context, countDownLatch, createCache, createCache, createCache, createCaches, createNearCache, dataRegionMetrics, dataRegionMetrics, dataStorageReport, dataStreamer, destroyCache, destroyCache0, destroyCacheAsync, destroyCaches, destroyCachesAsync, dumpDebugInfo, encryption, events, events, eventUserRecordable, executorService, executorService, getCache, getOrCreateCache, getOrCreateCache, getOrCreateCache, getOrCreateCache0, getOrCreateCacheAsync, getOrCreateCaches, getOrCreateNearCache, internalCache, isJmxRemoteEnabled, isRebalanceEnabled, isRestartEnabled, isStopping, latestVersion, localNode, localNodeId, log, memoryMetrics, memoryMetrics, message, message, metrics, name, onDisconnected, onReconnected, plugin, queue, readExternal, readResolve, rebalanceEnabled, reentrantLock, resetLostPartitions, scheduler, semaphore, sendIoTest, sendIoTest, services, services, set, set, snapshot, start, stop, toString, tracingConfiguration, transactions, upTimeFormatted, utilityCache, version, vmName, writeExternalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.ignite.Ignite
catalog, clusterNodes, clusterNodesAsync, sql, tables
-
Method Details
-
create
public static MigrationKernal create(org.apache.ignite.internal.GridKernalContext ctx, org.apache.ignite.configuration.IgniteConfiguration cfg) Factory method.
-