lightdb-core
lightdb-core
API
lightdb
index
IndexSupport
IndexedField
Indexer
model
AbstractCollection
AbstractCollection
Collection
Collection
DocumentAction
DocumentAction
PostDelete
PostSet
PreDelete
PreSet
DocumentActionSupport
DocumentActions
DocumentListener
DocumentModel
RecordDocumentCollection
RecordDocumentModel
UnitActions
query
Filter
PageContext
PagedResults
Query
SearchContext
Sort
Sort
BestMatch
ByField
IndexOrder
upgrade
DatabaseUpgrade
util
FlushingBacklog
ByteArrayExtras
DocLock
DocLock
Empty
Set
Document
Id
Id
IndexedLink
IndexedLink
IndexedLinks
KeyValue
KeyValue
LightDB
stored
MaxLinks
MaxLinks
NoMax
OverflowError
OverflowTrim
OverflowWarn
RecordDocument
Store
StoredValue
Unique
lightdb-core
/
lightdb
/
lightdb.util
/
FlushingBacklog
FlushingBacklog
lightdb.util.FlushingBacklog
abstract
class
FlushingBacklog
[
Key
,
Value
](
val
batchSize
:
Int
,
val
maxSize
:
Int
)
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Members list
Clear all
Value members
Abstract methods
protected
def
write
(
list
:
List
[
Value
]):
IO
[
Unit
]
Concrete methods
def
enqueue
(
key
:
Key
,
value
:
Value
):
IO
[
Value
]
def
flush
(
):
IO
[
Unit
]
def
remove
(
key
:
Key
):
Boolean
Concrete fields
val
batchSize
:
Int
val
maxSize
:
Int
In this article
Attributes
Members list
Value members
Abstract methods
Concrete methods
Concrete fields