base/bif/storage-async.bif.zeek

GLOBAL
Storage::Async

Functions related to asynchronous storage operations.

Namespaces:

GLOBAL, Storage::Async

Summary

Functions

Storage::Async::__close_backend: function

Storage::Async::__erase: function

Storage::Async::__get: function

Storage::Async::__open_backend: function

Storage::Async::__put: function

Detailed Interface

Functions

Storage::Async::__close_backend
Type:

function (backend: opaque of Storage::BackendHandle) : Storage::OperationResult

Storage::Async::__erase
Type:

function (backend: opaque of Storage::BackendHandle, key: any) : Storage::OperationResult

Storage::Async::__get
Type:

function (backend: opaque of Storage::BackendHandle, key: any) : Storage::OperationResult

Storage::Async::__open_backend
Type:

function (btype: Storage::Backend, options: any, key_type: any, val_type: any) : Storage::OperationResult

Storage::Async::__put
Type:

function (backend: opaque of Storage::BackendHandle, key: any, value: any, overwrite: bool, expire_time: interval) : Storage::OperationResult