public class GridFSConstants extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
ACL_RETURN_FIELD_NAME_PARAM
MongoDB acl field name parameter to get value from the user interface.
|
protected static String |
BUCKET_PARAM
MongoDB bucket parameter to get value from the user interface.
|
protected static String |
COLLECTION_SEPERATOR
MongoDB subcollection seperator.
|
protected static String |
DB_PARAM
MongoDB database parameter to get value from the user interface.
|
protected static String |
DEFAULT_BUCKET_NAME
MongoDB default bucket name.
|
protected static String |
DEFAULT_DB_NAME
MongoDB default database name.
|
protected static String |
DEFAULT_ID_FIELD_NAME
MongoDB default unique key field name.
|
protected static String |
DENY_ACL_RETURN_FIELD_NAME_PARAM
MongoDB denyAcl field name parameter to get value from the user interface.
|
protected static String |
FILES_COLLECTION_NAME
MongoDB default files subcollection name.
|
protected static String |
HOST_PARAM
MongoDB host parameter to get value from the user interface.
|
protected static String |
JOB_STARTPOINT_NODE_TYPE
Job start point node type.
|
protected static String |
MD5_FIELD_NAME
MongoDB md5 field name.
|
protected static String |
PASSWORD_PARAM
MongoDB password parameter to get value from the user interface.
|
protected static String |
PORT_PARAM
MongoDB port parameter to get value from the user interface.
|
protected static String |
URL_RETURN_FIELD_NAME_PARAM
MongoDB url field name parameter to get value from the user interface.
|
protected static String |
USERNAME_PARAM
MongoDB username parameter to get value from the user interface.
|
Constructor and Description |
---|
GridFSConstants() |
protected static final String USERNAME_PARAM
protected static final String PASSWORD_PARAM
protected static final String HOST_PARAM
protected static final String PORT_PARAM
protected static final String DB_PARAM
protected static final String BUCKET_PARAM
protected static final String URL_RETURN_FIELD_NAME_PARAM
protected static final String ACL_RETURN_FIELD_NAME_PARAM
protected static final String DENY_ACL_RETURN_FIELD_NAME_PARAM
protected static final String DEFAULT_DB_NAME
protected static final String DEFAULT_BUCKET_NAME
protected static final String FILES_COLLECTION_NAME
protected static final String MD5_FIELD_NAME
protected static final String COLLECTION_SEPERATOR
protected static final String DEFAULT_ID_FIELD_NAME
protected static final String JOB_STARTPOINT_NODE_TYPE