public class StalenessChecker
extends java.lang.Object
An index document is considered stale if the stored SHA1 differs from the HEAD SHA1 of the groups branch.
Note: This only applies to NoteDb.
Modifier and Type | Field and Description |
---|---|
static com.google.common.collect.ImmutableSet<java.lang.String> |
FIELDS |
Modifier and Type | Method and Description |
---|---|
boolean |
isStale(AccountGroup.UUID uuid) |
public static final com.google.common.collect.ImmutableSet<java.lang.String> FIELDS
public boolean isStale(AccountGroup.UUID uuid) throws java.io.IOException
java.io.IOException