Search
Preparing search index...
The search index is not available
BrowserFS
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"generic/key_value_filesystem"
SimpleSyncRWTransaction
Class SimpleSyncRWTransaction
A simple RW transaction for simple synchronous key-value stores.
Hierarchy
SimpleSyncRWTransaction
Implements
SyncKeyValueRWTransaction
Index
Constructors
constructor
Methods
abort
commit
del
get
put
Constructors
constructor
new
Simple
SyncRWTransaction
(
store
:
SimpleSyncStore
)
:
SimpleSyncRWTransaction
Parameters
store:
SimpleSyncStore
Returns
SimpleSyncRWTransaction
Methods
abort
abort
(
)
:
void
Returns
void
commit
commit
(
)
:
void
Returns
void
del
del
(
key
:
string
)
:
void
Parameters
key:
string
Returns
void
get
get
(
key
:
string
)
:
Buffer
|
undefined
Parameters
key:
string
Returns
Buffer
|
undefined
put
put
(
key
:
string
, data
:
Buffer
, overwrite
:
boolean
)
:
boolean
Parameters
key:
string
data:
Buffer
overwrite:
boolean
Returns
boolean
Globals
"generic/key_
value_
filesystem"
Async
Key
Value
File
Async
Key
Value
File
System
Simple
SyncRWTransaction
constructor
abort
commit
del
get
put
Sync
Key
Value
File
Sync
Key
Value
File
System
Async
Key
ValueROTransaction
Async
Key
ValueRWTransaction
Async
Key
Value
Store
Simple
Sync
Store
Sync
Key
Value
File
System
Options
Sync
Key
ValueROTransaction
Sync
Key
ValueRWTransaction
Sync
Key
Value
Store
Generated using
TypeDoc
A simple RW transaction for simple synchronous key-value stores.