org.apache.hadoop.hbase.client.tableindexed
Class IndexSpecificationArray

java.lang.Object
  extended by org.apache.hadoop.hbase.client.tableindexed.IndexSpecificationArray
All Implemented Interfaces:
org.apache.hadoop.io.Writable

public class IndexSpecificationArray
extends Object
implements org.apache.hadoop.io.Writable

Holds an array of index specifications.


Constructor Summary
IndexSpecificationArray()
           
IndexSpecificationArray(IndexSpecification[] specs)
           
 
Method Summary
 IndexSpecification[] getIndexSpecifications()
          Get indexSpecifications.
 void readFields(DataInput in)
           
 void write(DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexSpecificationArray

public IndexSpecificationArray()

IndexSpecificationArray

public IndexSpecificationArray(IndexSpecification[] specs)
Method Detail

readFields

public void readFields(DataInput in)
                throws IOException
Specified by:
readFields in interface org.apache.hadoop.io.Writable
Throws:
IOException

write

public void write(DataOutput out)
           throws IOException
Specified by:
write in interface org.apache.hadoop.io.Writable
Throws:
IOException

getIndexSpecifications

public IndexSpecification[] getIndexSpecifications()
Get indexSpecifications.

Returns:
indexSpecifications


Copyright © 2009 The Apache Software Foundation