Uses of Class
org.apache.solr.cloud.SolrCloudTestCase
-
Packages that use SolrCloudTestCase Package Description org.apache.solr.cloud Base classes and utilities for creating and testing Solr Cloud clusters.org.apache.solr.cloud.api.collections -
-
Uses of SolrCloudTestCase in org.apache.solr.cloud
Subclasses of SolrCloudTestCase in org.apache.solr.cloud Modifier and Type Class Description classAbstractMoveReplicaTestBaseclassAbstractRecoveryZkTestBaseclassSolrCloudAuthTestCaseBase test class for cloud tests wanting to track authentication metrics. -
Uses of SolrCloudTestCase in org.apache.solr.cloud.api.collections
Subclasses of SolrCloudTestCase in org.apache.solr.cloud.api.collections Modifier and Type Class Description classAbstractCloudBackupRestoreTestCaseUsed to test the traditional (now deprecated) 'full-snapshot' method of backup/restoration.classAbstractCollectionsAPIDistributedZkTestBaseTests the Cloud Collections API.classAbstractIncrementalBackupTestUsed to test the incremental method of backup/restoration (as opposed to the deprecated 'full snapshot' method).classAbstractInstallShardTestBase class for testing the "Install Shard API" with various backup repositories.
-