stdx.crdt.mutable.ClientEntries
See theClientEntries companion object
class ClientEntries
Attributes
- Companion
- object
- Experimental
- true
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Type members
Classlikes
case class AdjustedEntry(seqStart: Long, parents: IndexedSeq[Long], clientEntryInserter: LV => Unit)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
checks if the version vector can be inserted, and if so, returns adjusted seqStart, parents, and an insertion function
checks if the version vector can be inserted, and if so, returns adjusted seqStart, parents, and an insertion function
Attributes
In this article