lightdb-core
lightdb-core
API
lightdb
index
IndexSupport
IndexedField
Indexer
query
Filter
PageContext
PagedResults
Query
SearchContext
Sort
Sort
BestMatch
ByField
IndexOrder
upgrade
DatabaseUpgrade
util
FlushingBacklog
ByteArrayExtras
Collection
Collection
DocLock
DocLock
Empty
Set
Document
Id
Id
IndexedLink
IndexedLink
IndexedLinks
KeyValue
KeyValue
LightDB
stored
MaxLinks
MaxLinks
NoMax
OverflowError
OverflowTrim
OverflowWarn
RecordDocument
RecordDocumentCollection
Store
StoredValue
Unique
lightdb-core
/
lightdb
/
lightdb.util
/
FlushingBacklog
FlushingBacklog
lightdb.util.FlushingBacklog
abstract
class
FlushingBacklog
[
T
](
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
[
T
]):
IO
[
Unit
]
Concrete methods
def
enqueue
(
value
:
T
):
IO
[
T
]
def
flush
(
):
IO
[
Unit
]
Concrete fields
val
batchSize
:
Int
val
maxSize
:
Int
In this article
Attributes
Members list
Value members
Abstract methods
Concrete methods
Concrete fields