Class FullSampleCluster

java.lang.Object
org.apache.ignite.migrationtools.tests.containers.Ignite2ClusterWithSamples
org.apache.ignite.migrationtools.tests.clusters.FullSampleCluster
All Implemented Interfaces:
org.junit.jupiter.api.extension.BeforeAllCallback, org.junit.jupiter.api.extension.Extension

public class FullSampleCluster extends Ignite2ClusterWithSamples
Cluster with all the samples from all the caches.
  • Field Details

    • SAMPLE_CLUSTERS_PATH

      public static final Path SAMPLE_CLUSTERS_PATH
    • CLUSTER_CFG_PATH

      public static final Path CLUSTER_CFG_PATH
    • TEST_CLUSTER_PATH

      public static final Path TEST_CLUSTER_PATH
    • clusterNodeIds

      public static final List<String> clusterNodeIds
  • Constructor Details

    • FullSampleCluster

      public FullSampleCluster()
  • Method Details