Package-level declarations

Types

Link copied to clipboard
typealias DatabaseName = String
Link copied to clipboard
Link copied to clipboard
typealias SchemaName = String
Link copied to clipboard
typealias TableName = String
Link copied to clipboard
data class TableRef(val schemaName: SchemaName = DEFAULT_SCHEMA, val tableName: TableName)
Link copied to clipboard
@Serializable(with = TransactionKey.Serde::class)
interface TransactionKey : Comparable<TransactionKey>

A key representing a single transaction on the log.

Link copied to clipboard
sealed interface TransactionResult
Link copied to clipboard
typealias TxId = Long

Properties

Link copied to clipboard