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
 

Method parameters in org.apache.hadoop.hbase with type arguments of type ImmutableBytesWritable
 CompoundConfiguration CompoundConfiguration.addWritableMap(Map<ImmutableBytesWritable,ImmutableBytesWritable> map)
          Add ImmutableBytesWritable map to config list.
 CompoundConfiguration CompoundConfiguration.addWritableMap(Map<ImmutableBytesWritable,ImmutableBytesWritable> map)
          Add ImmutableBytesWritable map to config list.
 

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

Methods in org.apache.hadoop.hbase.io with parameters of type ImmutableBytesWritable
 int ImmutableBytesWritable.compareTo(ImmutableBytesWritable that)
          Define the sort order of the BytesWritable.
 

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



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