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

Method refresh

solr/core/src/java/org/apache/solr/filestore/FileStore.java:75–75  ·  view source on GitHub ↗

Refresh the files in a path. Maybe this node does not have all files? @param path the path to be refreshed.

(String path)

Source from the content-addressed store, hash-verified

73 * @param path the path to be refreshed.
74 */
75 void refresh(String path);
76
77 /** Delete a file cluster-wide */
78 void delete(String path);

Callers 15

setUpMethod · 0.65
doAuthenticateMethod · 0.65
resolveKeyMethod · 0.65
getRepositoriesMethod · 0.65
loadInternalMethod · 0.65
validateFilesMethod · 0.65
validateMethod · 0.65
readSignaturesMethod · 0.65
app.jsFile · 0.65
alias-overview.jsFile · 0.65
core-overview.jsFile · 0.65
replication.jsFile · 0.65

Implementers 1

DistribFileStoresolr/core/src/java/org/apache/solr/fil

Calls

no outgoing calls

Tested by 1

setUpMethod · 0.52