public interface RecordWriter
Interface for classes that write arrays of strings to the Ml data frame analytics processes.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Value must match api::CAnomalyDetector::CONTROL_FIELD_NAME in the C++ code.
    static final String
    Value must match api::CBaseTokenListDataTyper::PRETOKENISED_TOKEN_FIELD in the C++ code.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Flush the outputIndex stream.
    void
    writeRecord(String[] record)
    Write each String in the record array
    void
    Write each String in the record list
  • Field Details

    • CONTROL_FIELD_NAME

      static final String CONTROL_FIELD_NAME
      Value must match api::CAnomalyDetector::CONTROL_FIELD_NAME in the C++ code.
      See Also:
    • PRETOKENISED_TOKEN_FIELD

      static final String PRETOKENISED_TOKEN_FIELD
      Value must match api::CBaseTokenListDataTyper::PRETOKENISED_TOKEN_FIELD in the C++ code.
      See Also:
  • Method Details