Interface HBaseConstants


public interface HBaseConstants
  • Field Details

    • OPERATION

      @Metadata(label="producer", description="The HBase operation to perform", javaType="String") static final String OPERATION
      See Also:
    • PUT

      static final String PUT
      See Also:
    • APPEND

      static final String APPEND
      See Also:
    • INCREMENT

      static final String INCREMENT
      See Also:
    • GET

      static final String GET
      See Also:
    • SCAN

      static final String SCAN
      See Also:
    • DELETE

      static final String DELETE
      See Also:
    • HBASE_MAX_SCAN_RESULTS

      @Metadata(label="producer", description="The maximum number of rows to scan.", javaType="Integer") static final String HBASE_MAX_SCAN_RESULTS
      See Also:
    • FROM_ROW

      @Metadata(label="producer", description="The row to start scanner at or after", javaType="String") static final String FROM_ROW
      See Also:
    • STOP_ROW

      @Metadata(label="producer", description="The row to end at (exclusive)", javaType="String") static final String STOP_ROW
      See Also:
    • STRATEGY

      @Metadata(description="The strategy to use for mapping Camel messages to HBase columns.\n\nSupported values:\n\n* header\n* body", javaType="String") static final String STRATEGY
      See Also:
    • STRATEGY_CLASS_NAME

      @Metadata(description="The class name of a custom mapping strategy implementation.", javaType="String") static final String STRATEGY_CLASS_NAME
      See Also:
    • HBASE_MARKED_ROW_ID

      @Metadata(label="consumer", description="The marked row id", javaType="byte[]") static final String HBASE_MARKED_ROW_ID