Class TabletTime


  • public abstract class TabletTime
    extends Object
    • Constructor Detail

      • TabletTime

        public TabletTime()
    • Method Detail

      • getTimeID

        public static char getTimeID​(TimeType timeType)
      • useMaxTimeFromWALog

        public abstract void useMaxTimeFromWALog​(long time)
      • getMetadataValue

        public abstract String getMetadataValue​(long time)
      • getMetadataValue

        public abstract String getMetadataValue()
      • setUpdateTimes

        public abstract long setUpdateTimes​(List<Mutation> mutations)
      • getTime

        public abstract long getTime()
      • getAndUpdateTime

        public abstract long getAndUpdateTime()
      • setSystemTimes

        protected void setSystemTimes​(Mutation mutation,
                                      long lastCommitTime)