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 SummaryFields Modifier and Type Field Description static ErrorCodeINVALID_PARAMETERINDEX_PROCESS-9 Invalid Command line arguementstatic ErrorCodeLOCK_FAILEDINDEX_PROCESS-6 Index process failed to acquire or release a lockstatic ErrorCodeMISSING_INDEXINDEX_PROCESS-11 Index not found in repositorystatic ErrorCodeMISSING_TOKENIZERINDEX_PROCESS-8 Tokenizer missing from configuration found in zookeeperstatic ErrorCodeNO_AVAILABLE_PARTITIONSINDEX_PROCESS-5 No cells were available in the index matrixstatic ErrorCodeSHUTDOWN_ERRORINDEX_PROCESS-10 Exceptions during shutdownstatic ErrorCodeSTARTUP_FAILEDINDEX_PROCESS-1 Index process failed to acquire or release a lockstatic ErrorCodeUNKNOWN_ERRORINDEX_PROCESS-12 Unknown error occurred while running index process.static ErrorCodeZNODE_CREATION_ERRORINDEX_PROCESS-2 Error creating a zookeeper nodestatic ErrorCodeZNODE_DELETION_FAILEDINDEX_PROCESS-7 Error deleting data from zookeeperstatic ErrorCodeZNODE_PARSING_ERRORINDEX_PROCESS-4 Error parsing data from zookeeperstatic ErrorCodeZNODE_READ_ERRORINDEX_PROCESS-3 Error reading from zookeeper
 - 
Method Summary- 
Methods inherited from class com.attivio.sdk.error.ErrorCodeequals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
 
- 
 
- 
- 
- 
Field Detail- 
STARTUP_FAILEDpublic static final ErrorCode STARTUP_FAILED INDEX_PROCESS-1 Index process failed to acquire or release a lock
 - 
ZNODE_CREATION_ERRORpublic static final ErrorCode ZNODE_CREATION_ERROR INDEX_PROCESS-2 Error creating a zookeeper node
 - 
ZNODE_READ_ERRORpublic static final ErrorCode ZNODE_READ_ERROR INDEX_PROCESS-3 Error reading from zookeeper
 - 
ZNODE_PARSING_ERRORpublic static final ErrorCode ZNODE_PARSING_ERROR INDEX_PROCESS-4 Error parsing data from zookeeper
 - 
NO_AVAILABLE_PARTITIONSpublic static final ErrorCode NO_AVAILABLE_PARTITIONS INDEX_PROCESS-5 No cells were available in the index matrix
 - 
LOCK_FAILEDpublic static final ErrorCode LOCK_FAILED INDEX_PROCESS-6 Index process failed to acquire or release a lock
 - 
ZNODE_DELETION_FAILEDpublic static final ErrorCode ZNODE_DELETION_FAILED INDEX_PROCESS-7 Error deleting data from zookeeper
 - 
MISSING_TOKENIZERpublic static final ErrorCode MISSING_TOKENIZER INDEX_PROCESS-8 Tokenizer missing from configuration found in zookeeper
 - 
INVALID_PARAMETERpublic static final ErrorCode INVALID_PARAMETER INDEX_PROCESS-9 Invalid Command line arguement
 - 
SHUTDOWN_ERRORpublic static final ErrorCode SHUTDOWN_ERROR INDEX_PROCESS-10 Exceptions during shutdown
 - 
MISSING_INDEXpublic static final ErrorCode MISSING_INDEX INDEX_PROCESS-11 Index not found in repository
 - 
UNKNOWN_ERRORpublic static final ErrorCode UNKNOWN_ERROR INDEX_PROCESS-12 Unknown error occurred while running index process.
 
- 
 
-