Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface IKeyValueStore
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class InMemoryModelLoader(val incrementalModel: IncrementalInMemoryModel, val coroutineScope: CoroutineScope)
Link copied to clipboard
Link copied to clipboard
data class InMemoryNode(val model: InMemoryModel, val nodeId: Long) : INode, INodeReference
Link copied to clipboard
Link copied to clipboard
interface IVersion
Link copied to clipboard
class LinearHistory(baseVersionHash: String?)
Link copied to clipboard
external object uuid
Link copied to clipboard
class VersionMerger(storeCache: IDeserializingKeyValueStore, idGenerator: IIdGenerator)

Functions

Link copied to clipboard
expect fun bitCount(bits: Int): Int
actual fun bitCount(bits: Int): Int
actual fun bitCount(bits: Int): Int
Link copied to clipboard
expect fun <K, V> createLRUMap(size: Int): MutableMap<K, V>
actual fun <K, V> createLRUMap(size: Int): MutableMap<K, V>
actual fun <K, V> createLRUMap(size: Int): MutableMap<K, V>
Link copied to clipboard
expect fun randomUUID(): String
actual fun randomUUID(): String
actual fun randomUUID(): String
Link copied to clipboard
expect fun sleep(milliseconds: Long)
actual fun sleep(milliseconds: Long)
actual fun sleep(milliseconds: Long)
Link copied to clipboard