Class MigrationKernal

java.lang.Object
org.apache.ignite.internal.IgniteKernal
org.apache.ignite.migrationtools.persistence.MigrationKernal
All Implemented Interfaces:
Externalizable, Serializable, AutoCloseable, org.apache.ignite.Ignite, org.apache.ignite.internal.IgniteEx, org.apache.ignite.mxbean.IgniteMXBean

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_EVENT_DRIVEN_SERVICE_PROCESSOR_ENABLED, DFLT_LOG_CLASSPATH_CONTENT_ON_STARTUP, DFLT_LONG_OPERATIONS_DUMP_TIMEOUT, DFLT_PERIODIC_STARVATION_CHECK_FREQ, DOC, NL, SITE

    Fields inherited from interface org.apache.ignite.mxbean.IgniteMXBean

    ACTIVE_DESC, CHECKPOINT_SPI_FORMATTED_DESC, CLUSTER_STATE_DESC, COLLISION_SPI_FORMATTED_DESC, COMMUNICATION_SPI_FORMATTED_DESC, COPYRIGHT_DESC, CUR_COORDINATOR_FORMATTED_DESC, DEPLOYMENT_SPI_FORMATTED_DESC, DISCOVERY_SPI_FORMATTED_DESC, EVT_STORAGE_SPI_FORMATTED_DESC, EXECUTOR_SRVC_FORMATTED_DESC, FAILOVER_SPI_FORMATTED_DESC, FULL_VER_DESC, GRID_LOG_FORMATTED_DESC, IGNITE_HOME_DESC, INSTANCE_NAME_DESC, IS_NODE_BASELINE_DESC, IS_PEER_CLS_LOADING_ENABLED_DESC, IS_REBALANCE_ENABLED_DESC, JDK_INFO_DESC, LAST_CLUSTER_STATE_CHANGE_TIME_DESC, LIFECYCLE_BEANS_FORMATTED_DESC, LOAD_BALANCING_SPI_FORMATTED_DESC, LOC_NODE_ID_DESC, LONG_JVM_PAUSE_LAST_EVENTS_DESC, LONG_JVM_PAUSES_CNT_DESC, LONG_JVM_PAUSES_TOTAL_DURATION_DESC, MBEAN_SERVER_FORMATTED_DESC, OS_INFO_DESC, OS_USER_DESC, START_TIMESTAMP_DESC, START_TIMESTAMP_FORMATTED_DESC, UPTIME_DESC, UPTIME_FORMATTED_DESC, USER_ATTRS_FORMATTED_DESC, VM_NAME_DESC
  • Method Summary

    Modifier and Type
    Method
    Description
    create(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, clearNodeLocalMap, close, cluster, clusterState, clusterState, compute, compute, configuration, context, countDownLatch, createCache, createCache, createCache, createCaches, createNearCache, dataRegionMetrics, dataRegionMetrics, dataStorageMetrics, dataStorageReport, dataStreamer, destroyCache, destroyCache0, destroyCacheAsync, destroyCaches, destroyCachesAsync, dumpDebugInfo, encryption, events, events, eventUserRecordable, executeTask, executorService, executorService, getCache, getCheckpointSpiFormatted, getClusterState, getCollisionSpiFormatted, getCommunicationSpiFormatted, getCopyright, getCurrentCoordinatorFormatted, getDeploymentSpiFormatted, getDiscoverySpiFormatted, getEventStorageSpiFormatted, getExecutorServiceFormatted, getFailoverSpiFormatted, getFullVersion, getGridLoggerFormatted, getIgniteHome, getInstanceName, getJdkInformation, getLifecycleBeansFormatted, getLoadBalancingSpiFormatted, getLocalNodeId, getLongJVMPauseLastEvents, getLongJVMPausesCount, getLongJVMPausesTotalDuration, getMBeanServerFormatted, getOrCreateCache, getOrCreateCache, getOrCreateCache, getOrCreateCache0, getOrCreateCacheAsync, getOrCreateCaches, getOrCreateNearCache, getOsInformation, getOsUser, getPublicThreadPoolSize, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted, getUserAttributesFormatted, getVmName, internalCache, isJmxRemoteEnabled, isNodeInBaseline, isPeerClassLoadingEnabled, isRebalanceEnabled, isStopping, lastClusterStateChangeTime, latestVersion, localNode, log, memoryMetrics, memoryMetrics, message, message, name, onDisconnected, onReconnected, persistentStoreMetrics, pingNode, pingNodeByAddress, plugin, printLastErrors, queue, readExternal, readResolve, rebalanceEnabled, reentrantLock, removeCheckpoint, resetLostPartitions, resetMetrics, runIoTest, scheduler, semaphore, sendIoTest, sendIoTest, services, services, set, set, start, stop, toString, tracingConfiguration, transactions, undeployTaskFromGrid, utilityCache, version, writeExternal

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • create

      public static MigrationKernal create(org.apache.ignite.internal.GridKernalContext ctx, org.apache.ignite.configuration.IgniteConfiguration cfg)
      Factory method.