MCPcopy Create free account
hub / github.com/apache/solr / swap

Method swap

solr/core/src/java/org/apache/solr/core/CoresLocator.java:66–66  ·  view source on GitHub ↗

Swap two core definitions @param cc the CoreContainer @param cd1 the core descriptor of the first core, after swapping @param cd2 the core descriptor of the second core, after swapping

(CoreContainer cc, CoreDescriptor cd1, CoreDescriptor cd2)

Source from the content-addressed store, hash-verified

64 * @param cd2 the core descriptor of the second core, after swapping
65 */
66 void swap(CoreContainer cc, CoreDescriptor cd1, CoreDescriptor cd2);
67
68 /**
69 * Load all the CoreDescriptors from persistence store

Callers 5

swapMethod · 0.65
swapCoresMethod · 0.65
cores.jsFile · 0.65
ui-grid.min.jsFile · 0.65

Implementers 3

ReadOnlyCoresLocatorsolr/test-framework/src/java/org/apach
MockCoresLocatorsolr/core/src/test/org/apache/solr/cor
CorePropertiesLocatorsolr/core/src/java/org/apache/solr/cor

Calls

no outgoing calls

Tested by 1