Class IndexProcessError

  • All Implemented Interfaces:
    java.io.Serializable

    public class IndexProcessError
    extends ErrorCode
    See Also:
    Serialized Form
    • Field Detail

      • STARTUP_FAILED

        public static final ErrorCode STARTUP_FAILED
        INDEX_PROCESS-1 Index process failed to acquire or release a lock
      • ZNODE_CREATION_ERROR

        public static final ErrorCode ZNODE_CREATION_ERROR
        INDEX_PROCESS-2 Error creating a zookeeper node
      • ZNODE_READ_ERROR

        public static final ErrorCode ZNODE_READ_ERROR
        INDEX_PROCESS-3 Error reading from zookeeper
      • ZNODE_PARSING_ERROR

        public static final ErrorCode ZNODE_PARSING_ERROR
        INDEX_PROCESS-4 Error parsing data from zookeeper
      • NO_AVAILABLE_PARTITIONS

        public static final ErrorCode NO_AVAILABLE_PARTITIONS
        INDEX_PROCESS-5 No cells were available in the index matrix
      • LOCK_FAILED

        public static final ErrorCode LOCK_FAILED
        INDEX_PROCESS-6 Index process failed to acquire or release a lock
      • ZNODE_DELETION_FAILED

        public static final ErrorCode ZNODE_DELETION_FAILED
        INDEX_PROCESS-7 Error deleting data from zookeeper
      • MISSING_TOKENIZER

        public static final ErrorCode MISSING_TOKENIZER
        INDEX_PROCESS-8 Tokenizer missing from configuration found in zookeeper
      • INVALID_PARAMETER

        public static final ErrorCode INVALID_PARAMETER
        INDEX_PROCESS-9 Invalid Command line arguement
      • SHUTDOWN_ERROR

        public static final ErrorCode SHUTDOWN_ERROR
        INDEX_PROCESS-10 Exceptions during shutdown
      • MISSING_INDEX

        public static final ErrorCode MISSING_INDEX
        INDEX_PROCESS-11 Index not found in repository
      • UNKNOWN_ERROR

        public static final ErrorCode UNKNOWN_ERROR
        INDEX_PROCESS-12 Unknown error occurred while running index process.