FlushingBacklog

lightdb.util.FlushingBacklog
abstract class FlushingBacklog[Key, Value](val batchSize: Int, val maxSize: Int)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

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