Package com.attivio.sdk.error
Class IndexProcessError
- java.lang.Object
-
- com.attivio.sdk.error.ErrorCode
-
- com.attivio.sdk.error.IndexProcessError
-
- All Implemented Interfaces:
java.io.Serializable
public class IndexProcessError extends ErrorCode
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ErrorCode
INVALID_PARAMETER
INDEX_PROCESS-9 Invalid Command line arguementstatic ErrorCode
LOCK_FAILED
INDEX_PROCESS-6 Index process failed to acquire or release a lockstatic ErrorCode
MISSING_INDEX
INDEX_PROCESS-11 Index not found in repositorystatic ErrorCode
MISSING_TOKENIZER
INDEX_PROCESS-8 Tokenizer missing from configuration found in zookeeperstatic ErrorCode
NO_AVAILABLE_PARTITIONS
INDEX_PROCESS-5 No cells were available in the index matrixstatic ErrorCode
SHUTDOWN_ERROR
INDEX_PROCESS-10 Exceptions during shutdownstatic ErrorCode
STARTUP_FAILED
INDEX_PROCESS-1 Index process failed to acquire or release a lockstatic ErrorCode
UNKNOWN_ERROR
INDEX_PROCESS-12 Unknown error occurred while running index process.static ErrorCode
ZNODE_CREATION_ERROR
INDEX_PROCESS-2 Error creating a zookeeper nodestatic ErrorCode
ZNODE_DELETION_FAILED
INDEX_PROCESS-7 Error deleting data from zookeeperstatic ErrorCode
ZNODE_PARSING_ERROR
INDEX_PROCESS-4 Error parsing data from zookeeperstatic ErrorCode
ZNODE_READ_ERROR
INDEX_PROCESS-3 Error reading from zookeeper
-
Method Summary
-
Methods inherited from class com.attivio.sdk.error.ErrorCode
equals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
-
-
-
-
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.
-
-