Package-level declarations
Types
Link copied to clipboard
IndexTreeNode is the node of IndexTree. It is used to represent the document of text-based editors.
Link copied to clipboard
This is a specialized MutableList for IndexTree. It is intended to cache active tree nodes list for better performance.
Link copied to clipboard
Link copied to clipboard
data class YorkieException(val code: YorkieException.Code, val errorMessage: String) : RuntimeException
YorkieError
is an error returned by a Yorkie operation.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun versionVectorHelper(versionVector: VersionVector, actorData: Array<Pair<String, Long>>): Boolean