my_arangoex v0.1.0 MyArangoex.Cluster
ArangoDB Cluster methods
Summary
Functions
Check port
Delete cluster roundtrip
Execute cluster roundtrip
Queries statistics of DBserver
Update cluster roundtrip
Functions
Check port
GET /_admin/clusterCheckPort
Delete cluster roundtrip
DELETE /_admin/cluster-test
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(MyArangoex.Endpoint.t, :get | :head | :post | :put) :: MyArangoex.ok_error(map)
Queries statistics of DBserver
GET /_admin/clusterStatistics
Update cluster roundtrip
PATCH /_admin/cluster-test