Uses of Class
io.keikai.doc.collab.utils.DeleteSet
-
Packages that use DeleteSet Package Description io.keikai.doc.collab.structs io.keikai.doc.collab.utils -
-
Uses of DeleteSet in io.keikai.doc.collab.structs
Methods in io.keikai.doc.collab.structs with parameters of type DeleteSet Modifier and Type Method Description static ItemItem. redoItem(Transaction transaction, Item item, java.util.Set<Item> redoItems, DeleteSet itemsToDelete, boolean ignoreRemoteMapChanges, UndoManager undoManager)Redoes the effect of an operation. -
Uses of DeleteSet in io.keikai.doc.collab.utils
Methods in io.keikai.doc.collab.utils that return DeleteSet Modifier and Type Method Description static DeleteSetDeleteSet. createDeleteSet()static DeleteSetDeleteSet. createDeleteSetFromStructStore(StructStore ss)DeleteSetSnapshot. getDeleteSet()Get the DeleteSet associated with this snapshot.DeleteSetTransaction. getDeleteSet()DeleteSetStackItem. getDeletions()DeleteSetStackItem. getInsertions()static DeleteSetDeleteSet. mergeDeleteSets(java.util.List<DeleteSet> dss)static DeleteSetDeleteSet. readDeleteSet(DSDecoder decoder)Overloaded readDeleteSet for DSDecoderMethods in io.keikai.doc.collab.utils with parameters of type DeleteSet Modifier and Type Method Description static voidDeleteSet. addToDeleteSet(DeleteSet ds, int client, int clock, int length)static SnapshotSnapshot. createSnapshot(DeleteSet ds, java.util.Map<java.lang.Integer,java.lang.Integer> sm)Create a new snapshot.static booleanDeleteSet. equalDeleteSets(DeleteSet ds1, DeleteSet ds2)static booleanDeleteSet. isDeleted(DeleteSet ds, ID id)static voidDeleteSet. iterateDeletedStructs(Transaction transaction, DeleteSet ds, java.util.function.Consumer<AbstractStruct> f)Iterate over all structs that the DeleteSet gc's.voidStackItem. setDeletions(DeleteSet deletions)voidStackItem. setInsertions(DeleteSet insertions)static voidDeleteSet. sortAndMergeDeleteSet(DeleteSet ds)static voidTransaction. tryGc(DeleteSet ds, StructStore store, java.util.function.Function<Item,java.lang.Boolean> gcFilter)Attempts to garbage collect the delete set.static voidDeleteSet. writeDeleteSet(io.keikai.doc.collab.utils.DSEncoder encoder, DeleteSet ds)Internal used only.Method parameters in io.keikai.doc.collab.utils with type arguments of type DeleteSet Modifier and Type Method Description static DeleteSetDeleteSet. mergeDeleteSets(java.util.List<DeleteSet> dss)voidPermanentUserData. setUserMapping(Doc doc, int clientId, java.lang.String userDescription, java.util.function.BiFunction<Transaction,DeleteSet,java.lang.Boolean> filter)Constructors in io.keikai.doc.collab.utils with parameters of type DeleteSet Constructor Description Snapshot(DeleteSet ds, java.util.Map<java.lang.Integer,java.lang.Integer> sv)Constructor for the Snapshot class.StackItem(DeleteSet deletions, DeleteSet insertions)Constructor for StackItem.
-