Class LogEntry


  • public class LogEntry
    extends Object
    • Field Detail

      • timestamp

        public final long timestamp
      • filename

        public final String filename
    • Constructor Detail

      • LogEntry

        public LogEntry​(KeyExtent extent,
                        long timestamp,
                        String filename)
    • Method Detail

      • getRow

        public org.apache.hadoop.io.Text getRow()
      • getColumnFamily

        public org.apache.hadoop.io.Text getColumnFamily()
      • getUniqueID

        public String getUniqueID()
      • getColumnQualifier

        public org.apache.hadoop.io.Text getColumnQualifier()
      • getValue

        public Value getValue()