base/bif/storage-sync.bif.zeek

GLOBAL
Storage::Sync

Functions related to synchronous storage operations.

Namespaces:

GLOBAL, Storage::Sync

Summary

Functions

Storage::Sync::__close_backend: function

Storage::Sync::__erase: function

Storage::Sync::__get: function

Storage::Sync::__open_backend: function

Storage::Sync::__put: function

Detailed Interface

Functions

Storage::Sync::__close_backend
Type:

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

Storage::Sync::__erase
Type:

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

Storage::Sync::__get
Type:

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

Storage::Sync::__open_backend
Type:

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

Storage::Sync::__put
Type:

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