Class GridFSConstants


  • public class GridFSConstants
    extends java.lang.Object
    Author:
    molgun
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.lang.String ACL_RETURN_FIELD_NAME_PARAM
      MongoDB acl field name parameter to get value from the user interface.
      protected static java.lang.String BUCKET_PARAM
      MongoDB bucket parameter to get value from the user interface.
      protected static java.lang.String COLLECTION_SEPERATOR
      MongoDB subcollection seperator.
      protected static java.lang.String DB_PARAM
      MongoDB database parameter to get value from the user interface.
      protected static java.lang.String DEFAULT_BUCKET_NAME
      MongoDB default bucket name.
      protected static java.lang.String DEFAULT_DB_NAME
      MongoDB default database name.
      protected static java.lang.String DEFAULT_ID_FIELD_NAME
      MongoDB default unique key field name.
      protected static java.lang.String DENY_ACL_RETURN_FIELD_NAME_PARAM
      MongoDB denyAcl field name parameter to get value from the user interface.
      protected static java.lang.String FILES_COLLECTION_NAME
      MongoDB default files subcollection name.
      protected static java.lang.String HOST_PARAM
      MongoDB host parameter to get value from the user interface.
      protected static java.lang.String JOB_STARTPOINT_NODE_TYPE
      Job start point node type.
      protected static java.lang.String MD5_FIELD_NAME
      MongoDB md5 field name.
      protected static java.lang.String PASSWORD_PARAM
      MongoDB password parameter to get value from the user interface.
      protected static java.lang.String PORT_PARAM
      MongoDB port parameter to get value from the user interface.
      protected static java.lang.String URL_RETURN_FIELD_NAME_PARAM
      MongoDB url field name parameter to get value from the user interface.
      protected static java.lang.String USERNAME_PARAM
      MongoDB username parameter to get value from the user interface.
    • Constructor Summary

      Constructors 
      Constructor Description
      GridFSConstants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • USERNAME_PARAM

        protected static final java.lang.String USERNAME_PARAM
        MongoDB username parameter to get value from the user interface.
        See Also:
        Constant Field Values
      • PASSWORD_PARAM

        protected static final java.lang.String PASSWORD_PARAM
        MongoDB password parameter to get value from the user interface.
        See Also:
        Constant Field Values
      • HOST_PARAM

        protected static final java.lang.String HOST_PARAM
        MongoDB host parameter to get value from the user interface.
        See Also:
        Constant Field Values
      • PORT_PARAM

        protected static final java.lang.String PORT_PARAM
        MongoDB port parameter to get value from the user interface.
        See Also:
        Constant Field Values
      • DB_PARAM

        protected static final java.lang.String DB_PARAM
        MongoDB database parameter to get value from the user interface.
        See Also:
        Constant Field Values
      • BUCKET_PARAM

        protected static final java.lang.String BUCKET_PARAM
        MongoDB bucket parameter to get value from the user interface.
        See Also:
        Constant Field Values
      • URL_RETURN_FIELD_NAME_PARAM

        protected static final java.lang.String URL_RETURN_FIELD_NAME_PARAM
        MongoDB url field name parameter to get value from the user interface.
        See Also:
        Constant Field Values
      • ACL_RETURN_FIELD_NAME_PARAM

        protected static final java.lang.String ACL_RETURN_FIELD_NAME_PARAM
        MongoDB acl field name parameter to get value from the user interface.
        See Also:
        Constant Field Values
      • DENY_ACL_RETURN_FIELD_NAME_PARAM

        protected static final java.lang.String DENY_ACL_RETURN_FIELD_NAME_PARAM
        MongoDB denyAcl field name parameter to get value from the user interface.
        See Also:
        Constant Field Values
      • DEFAULT_DB_NAME

        protected static final java.lang.String DEFAULT_DB_NAME
        MongoDB default database name.
        See Also:
        Constant Field Values
      • DEFAULT_BUCKET_NAME

        protected static final java.lang.String DEFAULT_BUCKET_NAME
        MongoDB default bucket name.
        See Also:
        Constant Field Values
      • FILES_COLLECTION_NAME

        protected static final java.lang.String FILES_COLLECTION_NAME
        MongoDB default files subcollection name.
        See Also:
        Constant Field Values
      • MD5_FIELD_NAME

        protected static final java.lang.String MD5_FIELD_NAME
        MongoDB md5 field name.
        See Also:
        Constant Field Values
      • COLLECTION_SEPERATOR

        protected static final java.lang.String COLLECTION_SEPERATOR
        MongoDB subcollection seperator.
        See Also:
        Constant Field Values
      • DEFAULT_ID_FIELD_NAME

        protected static final java.lang.String DEFAULT_ID_FIELD_NAME
        MongoDB default unique key field name.
        See Also:
        Constant Field Values
      • JOB_STARTPOINT_NODE_TYPE

        protected static final java.lang.String JOB_STARTPOINT_NODE_TYPE
        Job start point node type.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GridFSConstants

        public GridFSConstants()