Home
last modified time | relevance | path

Searched defs:SnapshotNamespace (Results 1 – 3 of 3) sorted by relevance

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSnapshotNamespace.asciidoc35 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/Namespaces/
H A DSnapshotNamespace.php27 class SnapshotNamespace extends AbstractNamespace class
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php55 use Elasticsearch\Namespaces\SnapshotNamespace; alias