Class AdminVerifyDbRequest.Options

    • Field Detail

      • REBUILD_ON_ERROR

        public static final String REBUILD_ON_ERROR
        [DEPRECATED -- Use the Rebuild DB feature of GAdmin instead.]. Supported values: The default value is FALSE.
        See Also:
        Constant Field Values
      • VERIFY_PERSIST

        public static final String VERIFY_PERSIST
        When TRUE, persistent objects will be compared against their state in memory and workers will be checked for orphaned table data in persist. To check for orphaned worker data, either set CONCURRENT_SAFE in options to TRUE or place the database offline. Supported values: The default value is FALSE.
        See Also:
        Constant Field Values
      • CONCURRENT_SAFE

        public static final String CONCURRENT_SAFE
        When TRUE, allows this endpoint to be run safely with other concurrent database operations. Other operations may be slower while this is running. Supported values: The default value is TRUE.
        See Also:
        Constant Field Values
      • DELETE_ORPHANED_TABLES

        public static final String DELETE_ORPHANED_TABLES
        If TRUE, orphaned table directories found on workers for which there is no corresponding metadata will be deleted. It is recommended to run this while the database is offline OR set CONCURRENT_SAFE in options to TRUE. Supported values: The default value is FALSE.
        See Also:
        Constant Field Values
      • VERIFY_ORPHANED_TABLES_ONLY

        public static final String VERIFY_ORPHANED_TABLES_ONLY
        If TRUE, only the presence of orphaned table directories will be checked, all persistence and table consistency checks will be skipped. Supported values: The default value is FALSE.
        See Also:
        Constant Field Values
      • TABLE_INCLUDES

        public static final String TABLE_INCLUDES
        Comma-separated list of table names to include when verifying table consistency on wokers. Cannot be used simultaneously with TABLE_EXCLUDES.
        See Also:
        Constant Field Values
      • TABLE_EXCLUDES

        public static final String TABLE_EXCLUDES
        Comma-separated list of table names to exclude when verifying table consistency on wokers. Cannot be used simultaneously with TABLE_INCLUDES.
        See Also:
        Constant Field Values