Package org.apache.solr.util
Class MockCoreContainer
- java.lang.Object
-
- org.apache.solr.core.CoreContainer
-
- org.apache.solr.util.MockCoreContainer
-
public class MockCoreContainer extends org.apache.solr.core.CoreContainer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMockCoreContainer.MockCoreDescriptor
-
Field Summary
-
Fields inherited from class org.apache.solr.core.CoreContainer
cfg, collectionsHandler, configSetsHandler, containerProperties, CORE_DISCOVERY_COMPLETE, coreAdminHandler, coreInitFailures, coresLocator, healthCheckHandler, INITIAL_CORE_LOAD_COMPLETE, LOAD_COMPLETE, loader, logging, metricManager, metricsHandler, metricTag, nodeKeyPair, nodeRoles, securityConfHandler, shardHandlerFactory, solrHome, solrMetricsContext, tracer, zkClientSupplier, zkSys
-
-
Constructor Summary
Constructors Constructor Description MockCoreContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathgetCoreRootDirectory()-
Methods inherited from class org.apache.solr.core.CoreContainer
assertPathAllowed, cancelCoreRecoveries, checkTragicException, create, create, createAndLoad, createAndLoad, createHandler, getAliases, getAllCoreNames, getAllowListUrlChecker, getAllowPaths, getAuditLoggerPlugin, getAuthenticationPlugin, getAuthorizationPlugin, getBlobRepository, getCache, getClusterEventProducer, getClusterSingletons, getCollectionsHandler, getConfig, getConfigSetService, getConfigSetsHandler, getContainerPluginsRegistry, getContainerProperties, getCore, getCore, getCoreDescriptor, getCoreDescriptors, getCoreInitFailures, getCores, getCoresLocator, getCoreSorter, getCoreZkRegisterExecutorService, getDefaultHttpSolrClient, getDistributedCollectionCommandRunner, getFileStore, getHealthCheckHandler, getHostName, getIndexFingerprintExecutor, getIndexSearcherExecutor, getInfoHandler, getJerseyAppHandlerCache, getJerseyApplicationHandler, getLoadedCoreNames, getLogging, getManagementPath, getMetricManager, getMetricsHandler, getMultiCoreHandler, getNodeConfig, getNumAllCores, getObjectCache, getPackageLoader, getPkiAuthenticationSecurityBuilder, getPlacementPluginFactory, getReplayUpdatesExecutor, getRequestHandler, getRequestHandlers, getResourceLoader, getShardHandlerFactory, getSolrClientCache, getSolrHome, getStatus, getTracer, getUpdateShardHandler, getUserFilesPath, getZkController, hideStackTrace, isCoreLoading, isLoaded, isSharedFs, isShutDown, isStatusLoadComplete, isZooKeeperAware, load, newBackupRepository, registerCore, reload, reload, rename, runAsync, securityNodeChanged, setCoreConfigService, setWeakStringInterner, shutdown, swap, unload, unload, waitForLoadingCore, waitForLoadingCoresToFinish
-
-
-
-
Method Detail
-
getCoreRootDirectory
public Path getCoreRootDirectory()
- Overrides:
getCoreRootDirectoryin classorg.apache.solr.core.CoreContainer
-
-