Home
last modified time | relevance | path

Searched refs:SnapshotNamespace (Results 1 – 5 of 5) sorted by relevance

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/
H A Dclasses.asciidoc35 * <<Elasticsearch_Namespaces_SnapshotNamespace, Elasticsearch\Namespaces\SnapshotNamespace>>
69 include::Elasticsearch/Namespaces/SnapshotNamespace.asciidoc[]
H A Drenderer.index1 C:21:"Doctum\Renderer\Index":3398:{a:3:{i:0;a:34:{s:20:"Elasticsearch\Client";s:40:"f6943c4681d5ffdba5a789013583e504cb70a3cf";s:27:"Elasticsearch\ClientBuilder";s:40:"21cec9bf2a59d975831ec9d69035a3a120a9a345";s:45:"Elasticsearch\Namespaces\AsyncSearchNamespace";s:40:"6fc9a92dc7816ba2093823ab3c1455ec9cc5879c";s:45:"Elasticsearch\Namespaces\AutoscalingNamespace";s:40:"2c3b926711f575a452ded86435e8c9e57cfe969a";s:37:"Elasticsearch\Namespaces\CatNamespace";s:40:"3577f88d273f0170263f35019bb3651b33deda4c";s:37:"Elasticsearch\Namespaces\CcrNamespace";s:40:"181fad0acdd4f0707617435b078b5312ba9d9cc0";s:41:"Elasticsearch\Namespaces\ClusterNamespace";s:40:"fb55e4fdf067430390b1bd40ab4e03fe20119630";s:49:"Elasticsearch\Namespaces\DanglingIndicesNamespace";s:40:"89a2fd6f7f7b2c34c599355919f75fa3ebbcedd3";s:62:"Elasticsearch\Namespaces\DataFrameTransformDeprecatedNamespace";s:40:"6ff68fa9e63fc3c44472521f406d8c5bb7acf97f";s:40:"Elasticsearch\Namespaces\EnrichNamespace";s:40:"b1f74a1ce1201744cdcae0d7d84cba4bb32f798a";s:37:"Elasticsearch\Namespaces\EqlNamespace";s:40:"530663bc407ad80efb08a7af1f26f09ac1bf3786";s:42:"Elasticsearch\Namespaces\FeaturesNamespace";s:40:"862ca554e424a0bccac65a083f27f5dd807b8ec8";s:39:"Elasticsearch\Namespaces\GraphNamespace";s:40:"c80fb7aab5e8e9aeb85d10a6feefad2c26051128";s:37:"Elasticsearch\Namespaces\IlmNamespace";s:40:"dae205c8235e2ae28e74bbcd3282aaed3a581953";s:41:"Elasticsearch\Namespaces\IndicesNamespace";s:40:"9e227074e3f8a86e61241a3a7cfe6f455889cb49";s:40:"Elasticsearch\Namespaces\IngestNamespace";s:40:"ca485d69ad49add09288377088795d9be72adc0d";s:41:"Elasticsearch\Namespaces\LicenseNamespace";s:40:"a6db2f0ef144c67332d085076e627692c4b1c4b1";s:42:"Elasticsearch\Namespaces\LogstashNamespace";s:40:"dc55ee9684e08f92b849c76c453a093ac07458b4";s:43:"Elasticsearch\Namespaces\MigrationNamespace";s:40:"1b46c7dc2889307648099673289461d7c6af9830";s:36:"Elasticsearch\Namespaces\MlNamespace";s:40:"17febf7c489f89cec873d9d4261b22fdce9f041e";s:44:"Elasticsearch\Namespaces\MonitoringNamespace";s:40:"99778ccc7e53dd9bc993df297768c767b23cc9ab";s:39:"Elasticsearch\Namespaces\NodesNamespace";s:40:"1ec0dd8ae912d54a2ef035b144201f7a1ea77612";s:40:"Elasticsearch\Namespaces\RollupNamespace";s:40:"d835ed84cf7cb159962fd4934344392e36e5e939";s:53:"Elasticsearch\Namespaces\SearchableSnapshotsNamespace";s:40:"b26b22778efe2fb4d1686c352497d0cda0c0a261";s:42:"Elasticsearch\Namespaces\SecurityNamespace";s:40:"4942863314524474f90a775f0fefd8ab1a53efd3";s:37:"Elasticsearch\Namespaces\SlmNamespace";s:40:"604c7c85b35e856157da837b52ef22b1812d5951";s:42:"Elasticsearch\Namespaces\SnapshotNamespace";s:40:"58460ba514e23082008c66f92b6491d04712ff2b";s:37:"Elasticsearch\Namespaces\SqlNamespace";s:40 (…)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSnapshotNamespace.asciidoc4 === Elasticsearch\Namespaces\SnapshotNamespace
8 Class SnapshotNamespace
35 Elasticsearch_Namespaces_SnapshotNamespacecleanupRepository_cleanupRepositoryElasticsearch\\Namespaces\\SnapshotNamespace global() argument
50 Elasticsearch_Namespaces_SnapshotNamespaceclone_cloneElasticsearch\\Namespaces\\SnapshotNamespace global() argument
67 Elasticsearch_Namespaces_SnapshotNamespacecreate_createElasticsearch\\Namespaces\\SnapshotNamespace global() argument
84 Elasticsearch_Namespaces_SnapshotNamespacecreateRepository_createRepositoryElasticsearch\\Namespaces\\SnapshotNamespace global() argument
101 Elasticsearch_Namespaces_SnapshotNamespacedelete_deleteElasticsearch\\Namespaces\\SnapshotNamespace global() argument
116 Elasticsearch_Namespaces_SnapshotNamespacedeleteRepository_deleteRepositoryElasticsearch\\Namespaces\\SnapshotNamespace global() argument
129 Elasticsearch_Namespaces_SnapshotNamespaceget_getElasticsearch\\Namespaces\\SnapshotNamespace global() argument
146 Elasticsearch_Namespaces_SnapshotNamespacegetRepository_getRepositoryElasticsearch\\Namespaces\\SnapshotNamespace global() argument
161 Elasticsearch_Namespaces_SnapshotNamespacerestore_restoreElasticsearch\\Namespaces\\SnapshotNamespace global() argument
178 Elasticsearch_Namespaces_SnapshotNamespacestatus_statusElasticsearch\\Namespaces\\SnapshotNamespace global() argument
194 Elasticsearch_Namespaces_SnapshotNamespaceverifyRepository_verifyRepositoryElasticsearch\\Namespaces\\SnapshotNamespace global() argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php55 use Elasticsearch\Namespaces\SnapshotNamespace; alias
225 * @var SnapshotNamespace
302 $this->snapshot = new SnapshotNamespace($transport, $endpoint);
1849 public function snapshot(): SnapshotNamespace
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DSnapshotNamespace.php22 * Class SnapshotNamespace
27 class SnapshotNamespace extends AbstractNamespace class