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