Class TabletScanner


  • public class TabletScanner
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void invalidateTabletMap​(com.google.common.collect.RangeMap<io.netty.buffer.ByteBuf,​Fid> tabletMap, java.util.concurrent.ConcurrentHashMap<Fid,​Fid> reverseTabletMap)  
      static void populateTabletMap​(MapRClient client, Fid tableFid, com.google.common.collect.RangeMap<io.netty.buffer.ByteBuf,​Fid> tabletMap, io.netty.buffer.ByteBuf rowKey, java.util.concurrent.ConcurrentHashMap<Fid,​Fid> reverseTabletMap)  
      • Methods inherited from class java.lang.Object

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

      • invalidateTabletMap

        public static void invalidateTabletMap​(com.google.common.collect.RangeMap<io.netty.buffer.ByteBuf,​Fid> tabletMap,
                                               java.util.concurrent.ConcurrentHashMap<Fid,​Fid> reverseTabletMap)
      • populateTabletMap

        public static void populateTabletMap​(MapRClient client,
                                             Fid tableFid,
                                             com.google.common.collect.RangeMap<io.netty.buffer.ByteBuf,​Fid> tabletMap,
                                             io.netty.buffer.ByteBuf rowKey,
                                             java.util.concurrent.ConcurrentHashMap<Fid,​Fid> reverseTabletMap)
                                      throws java.lang.Exception
        Throws:
        java.lang.Exception