Arango v0.0.1 Arangoex.Wal
ArangoDB Wal methods
Summary
Functions
Flushes the write-ahead log
Retrieves the configuration of the write-ahead log
Configures the write-ahead log
Returns information about the currently running transactions
Types
Functions
Flushes the write-ahead log
PUT /_admin/wal/flush
new(map_or_kwlist, opts \\ [])
new(ExConstructor.map_or_kwlist, Keyword.t) :: %Arangoex.Wal{allowOversizeEntries: term, historicLogfiles: term, logfileSize: term, reserveLogfiles: term, syncInterval: term, throttleWait: term, throttleWhenPending: term}
Retrieves the configuration of the write-ahead log
GET /_admin/wal/properties
set_properties(endpoint, properties)
set_properties(Arangoex.Endpoint.t, t | keyword) :: Arangoex.ok_error(t)
Configures the write-ahead log
PUT /_admin/wal/properties
Returns information about the currently running transactions
GET /_admin/wal/transactions