Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/
Dclasses.asciidoc35 * <<Elasticsearch_Namespaces_SnapshotNamespace, Elasticsearch\Namespaces\SnapshotNamespace>>
69 include::Elasticsearch/Namespaces/SnapshotNamespace.asciidoc[]
Drenderer.index1 …c85b35e856157da837b52ef22b1812d5951";s:42:"Elasticsearch\Namespaces\SnapshotNamespace";s:40:"58460…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DSnapshotNamespace.asciidoc4 === Elasticsearch\Namespaces\SnapshotNamespace
8 Class SnapshotNamespace
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
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/
DSnapshotNamespace.php27 class SnapshotNamespace extends AbstractNamespace class