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

Method update

solr/core/src/java/org/apache/solr/blockcache/Cache.java:32–32  ·  view source on GitHub ↗

Update the content of the specified cache file. Creates cache entry if necessary.

(String name, long blockId, int blockOffset, byte[] buffer, int offset, int length)

Source from the content-addressed store, hash-verified

30
31 /** Update the content of the specified cache file. Creates cache entry if necessary. */
32 void update(String name, long blockId, int blockOffset, byte[] buffer, int offset, int length);
33
34 /**
35 * Fetch the specified cache file content.

Callers 15

verifyDigestsFunction · 0.65
testSolrExampleFunction · 0.65
verifyMavenDigestsFunction · 0.65
expand_jinjaFunction · 0.65
get_vars_and_stateMethod · 0.65
jinjaifyMethod · 0.65
jinjaifyMethod · 0.65
updateMethod · 0.65
testDocBoostMethod · 0.65

Implementers 3

MapperCachesolr/core/src/test/org/apache/solr/blo
BlockDirectoryCachesolr/core/src/java/org/apache/solr/blo
BlockDirectorysolr/core/src/java/org/apache/solr/blo

Calls

no outgoing calls

Tested by 15

verifyDigestsFunction · 0.52
testSolrExampleFunction · 0.52
verifyMavenDigestsFunction · 0.52
updateMethod · 0.52
testDocBoostMethod · 0.52
testFieldBoostMethod · 0.52
doRandomAtomicUpdateMethod · 0.52
waitForAliasesUpdateMethod · 0.52
checkFooAndBarMetaMethod · 0.52