public abstract class CheckpointsHelper extends Object
| Constructor and Description |
|---|
CheckpointsHelper() |
| Modifier and Type | Method and Description |
|---|---|
static SortedMap<org.apache.jackrabbit.oak.plugins.document.Revision,Long> |
getCheckpoints(org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore store) |
static org.apache.jackrabbit.oak.plugins.document.Revision |
min(Set<String> revs) |
static int |
remove(org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore store,
org.apache.jackrabbit.oak.plugins.document.Revision r) |
static long |
removeAll(org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore store) |
static long |
removeOlderThan(org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore store,
org.apache.jackrabbit.oak.plugins.document.Revision r) |
public static SortedMap<org.apache.jackrabbit.oak.plugins.document.Revision,Long> getCheckpoints(org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore store)
public static long removeAll(org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore store)
public static long removeOlderThan(org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore store, org.apache.jackrabbit.oak.plugins.document.Revision r)
public static int remove(org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore store, org.apache.jackrabbit.oak.plugins.document.Revision r)
public static org.apache.jackrabbit.oak.plugins.document.Revision min(Set<String> revs)
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.