Arango v0.0.1 Arangoex.Cluster

ArangoDB Cluster methods

Summary

Functions

Delete cluster roundtrip

Execute cluster roundtrip

Queries statistics of DBserver

Update cluster roundtrip

Functions

check_port(endpoint)

Check port

GET /_admin/clusterCheckPort

delete_roundtrip(endpoint)
delete_roundtrip(Arangoex.Endpoint.t) :: Arangoex.ok_error(map)

Delete cluster roundtrip

DELETE /_admin/cluster-test

execute_roundtrip(endpoint)

Execute cluster roundtrip

GET /_admin/cluster-test HEAD /_admin/cluster-test POST /_admin/cluster-test PUT /_admin/cluster-test

execute_roundtrip(endpoint, atom)
execute_roundtrip(Arangoex.Endpoint.t, :get | :head | :post | :put) :: Arangoex.ok_error(map)
statistics(endpoint)

Queries statistics of DBserver

GET /_admin/clusterStatistics

update_roundtrip(endpoint)
update_roundtrip(Arangoex.Endpoint.t) :: Arangoex.ok_error(map)

Update cluster roundtrip

PATCH /_admin/cluster-test