Uses of Class
org.apache.hadoop.hbase.client.tableindexed.IndexSpecification

Packages that use IndexSpecification
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.client   
 

Uses of IndexSpecification in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that return IndexSpecification
 IndexSpecification HTableDescriptor.getIndex(String indexId)
           
 

Methods in org.apache.hadoop.hbase that return types with arguments of type IndexSpecification
 Collection<IndexSpecification> HTableDescriptor.getIndexes()
           
 

Methods in org.apache.hadoop.hbase with parameters of type IndexSpecification
 void HTableDescriptor.addIndex(IndexSpecification index)
           
 

Constructor parameters in org.apache.hadoop.hbase with type arguments of type IndexSpecification
HTableDescriptor(byte[] name, HColumnDescriptor[] families, Collection<IndexSpecification> indexes, Map<ImmutableBytesWritable,ImmutableBytesWritable> values)
          Private constructor used internally creating table descriptors for catalog tables: e.g.
 

Uses of IndexSpecification in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client with parameters of type IndexSpecification
 void UnmodifyableHTableDescriptor.addIndex(IndexSpecification index)
           
 



Copyright © 2008 The Apache Software Foundation