Uses of Interface
org.apache.hadoop.hive.ql.util.jdbm.recman.BlockView

Packages that use BlockView
org.apache.hadoop.hive.ql.util.jdbm.recman   
 

Uses of BlockView in org.apache.hadoop.hive.ql.util.jdbm.recman
 

Classes in org.apache.hadoop.hive.ql.util.jdbm.recman that implement BlockView
 class PageHeader
          This class represents a page header.
 

Methods in org.apache.hadoop.hive.ql.util.jdbm.recman that return BlockView
 BlockView BlockIo.getView()
          Returns the current view of the block.
 

Methods in org.apache.hadoop.hive.ql.util.jdbm.recman with parameters of type BlockView
 void BlockIo.setView(BlockView view)
          Sets the current view of the block.
 



Copyright © 2010 The Apache Software Foundation