Package com.mapr.client.impl.db
Class TabletScanner
- java.lang.Object
-
- com.mapr.client.impl.db.TabletScanner
-
public class TabletScanner extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidinvalidateTabletMap(com.google.common.collect.RangeMap<io.netty.buffer.ByteBuf,Fid> tabletMap, java.util.concurrent.ConcurrentHashMap<Fid,Fid> reverseTabletMap)static voidpopulateTabletMap(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)
-
-
-
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
-
-