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

Method call

solr/solrj/src/java/org/apache/solr/common/Callable.java:20–20  ·  view source on GitHub ↗
(T data)

Source from the content-addressed store, hash-verified

18
19public interface Callable<T> {
20 public void call(T data); // data depends on the context
21}

Callers 15

testSolrExampleFunction · 0.65
implementMethod · 0.65
constantArrayListMethod · 0.65
processMethod · 0.65
waitForMethod · 0.65
waitForMethod · 0.65
handleExpMethod · 0.65
wFunction · 0.65
DFunction · 0.65
IFunction · 0.65
eFunction · 0.65

Implementers 15

CreateWeightCallablesolr/modules/ltr/src/java/org/apache/s
AbstractFullDistribZkTestBasesolr/test-framework/src/java/org/apach
TestDistributedSearchsolr/core/src/test/org/apache/solr/Tes
LiveNodeTrashersolr/core/src/test/org/apache/solr/clo
SolrCoreTestsolr/core/src/test/org/apache/solr/cor
TestPackagessolr/core/src/test/org/apache/solr/pkg
AsyncUpdateWithRandomCommitsolr/core/src/test/org/apache/solr/upd
Fetchersolr/core/src/test/org/apache/solr/fil
RegisterCoreAsyncsolr/core/src/java/org/apache/solr/clo
CollectionCommandRunnersolr/core/src/java/org/apache/solr/clo
ConfigSetCommandRunnersolr/core/src/java/org/apache/solr/clo
MigrateReplicasCmdsolr/core/src/java/org/apache/solr/clo

Calls

no outgoing calls

Tested by 3

testSolrExampleFunction · 0.52
waitForMethod · 0.52
waitForMethod · 0.52