Home
last modified time | relevance | path

Searched refs:callCluster (Results 1 – 6 of 6) sorted by relevance

/dports/math/ogdf/OGDF/include/ogdf/layered/
H A DHierarchyClusterLayoutModule.h58 void callCluster(const ExtendedNestingGraph& H, ClusterGraphAttributes &ACG) { in callCluster() function
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/src/server/usage/
H A DREADME.md26 fetch: async callCluster => {
44callCluster` that gets passed to the `fetch` method is created in a way that's a bit tricky, to su…
46 …exposed by the Monitoring plugin for Elasticsearch. In this case, the `callCluster` method will be…
48 Note: there will be many cases where you won't need to use the `callCluster` function that gets pas…
65 …ield. This method tests the Metricbeat scenario described above where `callCluster` wraps `callWit…
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/src/plugins/usage_collection/
H A DREADME.md66 fetch: async (callCluster: APICluster, opensearchClient: IClusterClient) => {
89 In this case, the `fetch` method is called as a result of an HTTP API request and `callCluster` wra…
91 Note: there will be many cases where you won't need to use the `callCluster` (or `opensearchClient`…
202 …ield. This method tests the Metricbeat scenario described above where `callCluster` wraps `callWit…
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/src/core/
H A DCONVENTIONS.md304 fetch: async (callCluster: CallCluster) => {
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/src/core/
H A DCONVENTIONS.md302 fetch: async (callCluster: CallCluster) => {
/dports/math/ogdf/OGDF/src/ogdf/layered/
H A DSugiyamaLayout.cpp1480 m_clusterLayout->callCluster(H, AG); in call()