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 Details

    • PROCESS_WORKLOAD

      public static final String PROCESS_WORKLOAD
      PROCESS_WORKLOAD.
      See Also:
    • 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:
    • CHARSET_UNDEFINED

      public static final String CHARSET_UNDEFINED
      Charset is undefined. Automatically switching to default Charset ({0}). Available Charset are : {1}.
      See Also:
    • 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:
    • EXC_TRANSLATING_LINE

      public static final String EXC_TRANSLATING_LINE
      The parsing of line #{0} failed in source: {1}, text: {2}.
      See Also:
    • 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:
    • READING_VIA_SKIP

      public static final String READING_VIA_SKIP
      Reading (via skip) from an output buffer.
      See Also:
    • SKIP_RECORD

      public static final String SKIP_RECORD
      SkipRecord: recIdx and blkIdx.
      See Also:
    • INCOMPLETE_READ

      public static final String INCOMPLETE_READ
      ReadBlock: INCOMPLETE READ.
      See Also:
    • WRITE_RECORD

      public static final String WRITE_RECORD
      WriteRecord: recIdx and blkIdx.
      See Also:
    • WRITING_BUFFER

      public static final String WRITING_BUFFER
      Writing to an input buffer.
      See Also:
    • NO_GOOD_SIZE

      public static final String NO_GOOD_SIZE
      Record to write has length which is not the record size of.
      See Also:
    • LESS_SIZE

      public static final String LESS_SIZE
      Record has length with offset which is less than the record size of.
      See Also:
    • FLUSHBLOCK

      public static final String FLUSHBLOCK
      TarBuffer.flushBlock() called.
      See Also:
    • CLOSE_BUFFER

      public static final String CLOSE_BUFFER
      TarBuffer.closeBuffer().
      See Also:
    • BIG_NAME_FILE

      public static final String BIG_NAME_FILE
      File name is greater than 100 characters.
      See Also:
    • BIG_FILE_PREFIX

      public static final String BIG_FILE_PREFIX
      File prefix is greater than 155 characters.
      See Also:
    • SKIP_PREFIX

      public static final String SKIP_PREFIX
      TarInputStream: SKIP currENTRY.
      See Also:
    • READ_NULL_RECORD

      public static final String READ_NULL_RECORD
      READ NULL RECORD.
      See Also:
    • READ_EOF_RECORD

      public static final String READ_EOF_RECORD
      READ EOF RECORD.
      See Also:
    • SET_CURR_ENTRY

      public static final String SET_CURR_ENTRY
      TarInputStream: SET CURRENTRY.
      See Also:
    • BAD_HEADER

      public static final String BAD_HEADER
      Bad header in block.
      See Also:
    • UNEXPECTED_EOF

      public static final String UNEXPECTED_EOF
      Unexpected EOF with bytes unread.
      See Also:
    • NO_HEADER_READ

      public static final String NO_HEADER_READ
      Something went wrong when reading the header.
      See Also:
    • NO_SAME_HEADER

      public static final String NO_SAME_HEADER
      Headers are not the same, verify header of file.
      See Also:
    • 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:
    • 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:
  • Constructor Details

    • MessagesCSV

      public MessagesCSV()