Package com.qfs.logging
Class MessagesCSV
- java.lang.Object
-
- com.qfs.logging.MessagesCSV
-
public class MessagesCSV extends Object
MessagesCSV.Messages used by the various implementation classes of the messaging-csv project. This includes definitions, log and exception messages.
- Author:
- ActiveViam
-
-
Field Summary
Fields Modifier and Type Field Description static StringBAD_HEADERBad header in block.static StringBIG_FILE_PREFIXFile prefix is greater than 155 characters.static StringBIG_NAME_FILEFile name is greater than 100 characters.static StringCHARSET_UNDEFINEDCharset is undefined.static StringCLOSE_BUFFERTarBuffer.closeBuffer().static StringEXC_TRANSLATING_COLException while translating column {0} with parser {1} in file {2}.static StringEXC_TRANSLATING_LINEThe parsing of line #{0} failed in source: {1}, text: {2}.static StringFLUSHBLOCKTarBuffer.flushBlock() called.static StringINCOMPLETE_READReadBlock: INCOMPLETE READ.static StringLESS_SIZERecord has length with offset which is less than the record size of.static StringNO_GOOD_SIZERecord to write has length which is not the record size of.static StringNO_HEADER_READSomething went wrong when reading the header.static StringNO_SAME_HEADERHeaders are not the same, verify header of file.static StringNO_VALUE_REGISTERED_FOR_TYPEThe field parser plugin has no value registered for type {0}.static StringOPERATION_COMPLETE{0}: Processing of workload #{1} completed in {2}.static StringPARSER_TASK_CHANNEL_CLOSEDThe parsing of {0} stopped because channel is closed.static StringPROCESS_WORKLOADPROCESS_WORKLOAD.static StringREAD_EOF_RECORDREAD EOF RECORD.static StringREAD_NULL_RECORDREAD NULL RECORD.static StringREADING_VIA_SKIPReading (via skip) from an output buffer.static StringSET_CURR_ENTRYTarInputStream: SET CURRENTRY.static StringSKIP_PREFIXTarInputStream: SKIP currENTRY.static StringSKIP_RECORDSkipRecord: recIdx and blkIdx.static StringUNEXPECTED_EOFUnexpected EOF with bytes unread.static StringWRITE_RECORDWriteRecord: recIdx and blkIdx.static StringWRITING_BUFFERWriting to an input buffer.static StringWRONG_HEADERWrong Header Configuration : Column order length is not the same as the column order type".
-
Constructor Summary
Constructors Constructor Description MessagesCSV()
-
-
-
Field Detail
-
PROCESS_WORKLOAD
public static final String PROCESS_WORKLOAD
PROCESS_WORKLOAD.- See Also:
- Constant Field Values
-
OPERATION_COMPLETE
public static final String OPERATION_COMPLETE
{0}: Processing of workload #{1} completed in {2}. {3} parsed into {4} lines ({5} records published). Average throughput: {6}/s, {7} lines parsed/s, {8} published records/s.- See Also:
- Constant Field Values
-
CHARSET_UNDEFINED
public static final String CHARSET_UNDEFINED
Charset is undefined. Automatically switching to default Charset ({0}). Available Charset are : {1}.- See Also:
- Constant Field Values
-
EXC_TRANSLATING_COL
public static final String EXC_TRANSLATING_COL
Exception while translating column {0} with parser {1} in file {2}. Parsed text was \"{3}\".- See Also:
- Constant Field Values
-
EXC_TRANSLATING_LINE
public static final String EXC_TRANSLATING_LINE
The parsing of line #{0} failed in source: {1}, text: {2}.- See Also:
- Constant Field Values
-
NO_VALUE_REGISTERED_FOR_TYPE
public static final String NO_VALUE_REGISTERED_FOR_TYPE
The field parser plugin has no value registered for type {0}.- See Also:
- Constant Field Values
-
READING_VIA_SKIP
public static final String READING_VIA_SKIP
Reading (via skip) from an output buffer.- See Also:
- Constant Field Values
-
SKIP_RECORD
public static final String SKIP_RECORD
SkipRecord: recIdx and blkIdx.- See Also:
- Constant Field Values
-
INCOMPLETE_READ
public static final String INCOMPLETE_READ
ReadBlock: INCOMPLETE READ.- See Also:
- Constant Field Values
-
WRITE_RECORD
public static final String WRITE_RECORD
WriteRecord: recIdx and blkIdx.- See Also:
- Constant Field Values
-
WRITING_BUFFER
public static final String WRITING_BUFFER
Writing to an input buffer.- See Also:
- Constant Field Values
-
NO_GOOD_SIZE
public static final String NO_GOOD_SIZE
Record to write has length which is not the record size of.- See Also:
- Constant Field Values
-
LESS_SIZE
public static final String LESS_SIZE
Record has length with offset which is less than the record size of.- See Also:
- Constant Field Values
-
FLUSHBLOCK
public static final String FLUSHBLOCK
TarBuffer.flushBlock() called.- See Also:
- Constant Field Values
-
CLOSE_BUFFER
public static final String CLOSE_BUFFER
TarBuffer.closeBuffer().- See Also:
- Constant Field Values
-
BIG_NAME_FILE
public static final String BIG_NAME_FILE
File name is greater than 100 characters.- See Also:
- Constant Field Values
-
BIG_FILE_PREFIX
public static final String BIG_FILE_PREFIX
File prefix is greater than 155 characters.- See Also:
- Constant Field Values
-
SKIP_PREFIX
public static final String SKIP_PREFIX
TarInputStream: SKIP currENTRY.- See Also:
- Constant Field Values
-
READ_NULL_RECORD
public static final String READ_NULL_RECORD
READ NULL RECORD.- See Also:
- Constant Field Values
-
READ_EOF_RECORD
public static final String READ_EOF_RECORD
READ EOF RECORD.- See Also:
- Constant Field Values
-
SET_CURR_ENTRY
public static final String SET_CURR_ENTRY
TarInputStream: SET CURRENTRY.- See Also:
- Constant Field Values
-
BAD_HEADER
public static final String BAD_HEADER
Bad header in block.- See Also:
- Constant Field Values
-
UNEXPECTED_EOF
public static final String UNEXPECTED_EOF
Unexpected EOF with bytes unread.- See Also:
- Constant Field Values
-
NO_HEADER_READ
public static final String NO_HEADER_READ
Something went wrong when reading the header.- See Also:
- Constant Field Values
-
NO_SAME_HEADER
public static final String NO_SAME_HEADER
Headers are not the same, verify header of file.- See Also:
- Constant Field Values
-
WRONG_HEADER
public static final String WRONG_HEADER
Wrong Header Configuration : Column order length is not the same as the column order type".- See Also:
- Constant Field Values
-
PARSER_TASK_CHANNEL_CLOSED
public static final String PARSER_TASK_CHANNEL_CLOSED
The parsing of {0} stopped because channel is closed. This is most probably due to an earlier error in the parsing pipeline.- See Also:
- Constant Field Values
-
-