public abstract class MongoDBConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CID
A commit ID
|
static java.lang.String |
COLLECTION_BRANCHES
The name of the collection containing branches
|
static java.lang.String |
COLLECTION_COMMITS
The name of the collection containing commits
|
static java.lang.String |
ID
The unique ID of each document
|
static java.lang.String |
LIFETIME
Information about a document's lifetime
|
static java.lang.String |
TIMESTAMP
The timestamp of a commit or a document
|
public static final java.lang.String ID
public static final java.lang.String CID
public static final java.lang.String LIFETIME
public static final java.lang.String TIMESTAMP
public static final java.lang.String COLLECTION_BRANCHES
public static final java.lang.String COLLECTION_COMMITS