class
BDBClient extends AnyRef
Instance Constructors
-
new
BDBClient(store: BDBStore)
Type Members
-
case class
TxContext(tx: Transaction) extends Product with Serializable
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
addQueue(record: QueueRecord, callback: Runnable): Unit
-
def
add_and_get[K](db: Database, key: DatabaseEntry, amount: Int, tx: Transaction): Int
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
def
decrement_message_reference(ctx: TxContext, msg_key: Long): Any
-
var
direct_buffer_allocator: FileDirectBufferAllocator
-
def
direct_buffer_file: File
-
def
dispatchQueue: DispatchQueue
-
var
environment: Environment
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
export_data(os: OutputStream): Option[String]
-
def
finalize(): Unit
-
def
get(key: Buffer): Option[Buffer]
-
final
def
getClass(): Class[_]
-
def
getLastMessageKey: Long
-
def
getLastQueueKey: Long
-
def
getQueue(queue_key: Long): Option[QueueRecord]
-
def
getQueueEntries(queue_key: Long, firstSeq: Long, lastSeq: Long): Seq[QueueEntryRecord]
-
def
get_prefixed_map_entries(prefix: Buffer): Seq[(Buffer, Buffer)]
-
def
hashCode(): Int
-
def
import_data(is: InputStream): Option[String]
-
final
def
isInstanceOf[T0]: Boolean
-
def
listQueueEntryGroups(queue_key: Long, limit: Int): Seq[QueueEntryRange]
-
def
listQueues: Seq[Long]
-
def
loadMessages(requests: ListBuffer[(Long, (Option[MessageRecord]) ⇒ Unit)]): Unit
-
var
metric_load_from_index: TimeMetric
-
val
metric_load_from_index_counter: TimeCounter
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
purge(): Database
-
def
removeQueue(queue_key: Long, callback: Runnable): Unit
-
def
start(): Unit
-
def
stop(): Unit
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
with_ctx[T](sync: Boolean = true)(func: (TxContext) ⇒ T): T
Inherited from AnyRef
Inherited from Any