Class CheckpointsHelper
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.document.CheckpointsHelper
-
public abstract class CheckpointsHelper extends Object
Helper class to access package private functionality.
-
-
Constructor Summary
Constructors Constructor Description CheckpointsHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SortedMap<Revision,Long>
getCheckpoints(DocumentNodeStore store)
static Revision
min(Set<String> revs)
static int
remove(DocumentNodeStore store, Revision r)
static long
removeAll(DocumentNodeStore store)
static long
removeOlderThan(DocumentNodeStore store, Revision r)
static int
setInfoProperty(DocumentNodeStore store, String rev, String key, String value)
-
-
-
Method Detail
-
getCheckpoints
public static SortedMap<Revision,Long> getCheckpoints(DocumentNodeStore store)
-
removeAll
public static long removeAll(DocumentNodeStore store)
-
removeOlderThan
public static long removeOlderThan(DocumentNodeStore store, Revision r)
-
remove
public static int remove(DocumentNodeStore store, Revision r)
-
setInfoProperty
public static int setInfoProperty(DocumentNodeStore store, String rev, String key, String value)
-
-