base/bif/store.bif.zeek
- Broker
- GLOBAL
Functions to interface with broker’s distributed data store.
- Namespaces
Broker, GLOBAL
Summary
Functions
Detailed Interface
Functions
- Broker::__create_clone
- Broker::__create_master
- Type
function
(id:string
, b:Broker::BackendType
, options:Broker::BackendOptions
&default
= [sqlite=[path=, synchronous=<uninitialized>, journal_mode=<uninitialized>, failure_mode=Broker::SQLITE_FAILURE_MODE_FAIL, integrity_check=F]]&optional
) :opaque
of Broker::Store
- Broker::__exists
- Type
function
(h:opaque
of Broker::Store, k:any
) :Broker::QueryResult
- Broker::__get
- Type
function
(h:opaque
of Broker::Store, k:any
) :Broker::QueryResult
- Broker::__get_index_from_value
- Type
function
(h:opaque
of Broker::Store, k:any
, i:any
) :Broker::QueryResult
- Broker::__insert_into_set
- Broker::__insert_into_table
- Broker::__keys
- Type
function
(h:opaque
of Broker::Store) :Broker::QueryResult
- Broker::__put_unique
- Broker::__remove_from