Class FinkHBaseColumnsProcessor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.apache.logging.log4j.Logger log
      Logging .
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String dec()
      Give the dec polar coordinate in degrees.
      java.lang.String getDate​(java.util.Map<java.lang.String,​java.lang.String> entry)
      Give the date (from Julian date) corresponding to one table row.
      java.lang.String getTimestamp​(java.util.Map<java.lang.String,​java.lang.String> entry)
      Give the value of the X-axes (=Julian date) corresponding to one table row.
      java.lang.String ra()
      Give the ra polar coordinate in degrees.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • log

        private static org.apache.logging.log4j.Logger log
        Logging .
    • Method Detail

      • getTimestamp

        public java.lang.String getTimestamp​(java.util.Map<java.lang.String,​java.lang.String> entry)
        Give the value of the X-axes (=Julian date) corresponding to one table row.
        Overrides:
        getTimestamp in class HBaseColumnsProcessor
        Parameters:
        entry - One row of the table.
        Returns:
        The derived value of x-axes.
      • getDate

        public java.lang.String getDate​(java.util.Map<java.lang.String,​java.lang.String> entry)
        Give the date (from Julian date) corresponding to one table row.
        Overrides:
        getDate in class HBaseColumnsProcessor
        Parameters:
        entry - One row of the table.
        Returns:
        The date (may not correspond to the row timestamp).
      • ra

        public java.lang.String ra()
        Description copied from class: HBaseColumnsProcessor
        Give the ra polar coordinate in degrees.
        Overrides:
        ra in class HBaseColumnsProcessor
        Returns:
        The ra polar coordinate in degrees. The default is 0.
      • dec

        public java.lang.String dec()
        Description copied from class: HBaseColumnsProcessor
        Give the dec polar coordinate in degrees.
        Overrides:
        dec in class HBaseColumnsProcessor
        Returns:
        The dec polar coordinate in degrees. The default is 0.