Uses of Class
org.apache.hadoop.hbase.io.ImmutableBytesWritable

Packages that use ImmutableBytesWritable
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.io   
 

Uses of ImmutableBytesWritable in org.apache.hadoop.hbase
 

Fields in org.apache.hadoop.hbase declared as ImmutableBytesWritable
static ImmutableBytesWritable HLogEdit.completeCacheFlush
          Value written to HLog on a complete cache flush
static ImmutableBytesWritable HLogEdit.deleteBytes
          Value stored for a deleted item
 

Uses of ImmutableBytesWritable in org.apache.hadoop.hbase.io
 

Constructors in org.apache.hadoop.hbase.io with parameters of type ImmutableBytesWritable
ImmutableBytesWritable(ImmutableBytesWritable ibw)
          Set the new ImmutableBytesWritable to a copy of the contents of the passed ibw.
 



Copyright © 2008 The Apache Software Foundation