org.apache.hadoop.hbase.io
Interface SizedCellScanner

All Superinterfaces:
CellScanner, HeapSize

@InterfaceAudience.Private
@InterfaceStability.Unstable
public interface SizedCellScanner
extends CellScanner, HeapSize

A CellScanner that knows its size in memory in bytes. Used playing the CellScanner into an in-memory buffer; knowing the size ahead of time saves on background buffer resizings.


Method Summary
 
Methods inherited from interface org.apache.hadoop.hbase.CellScanner
advance, current
 
Methods inherited from interface org.apache.hadoop.hbase.io.HeapSize
heapSize
 



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.