Uses of Class
org.apache.accumulo.proxy.thrift.Column

Packages that use Column
org.apache.accumulo.proxy.thrift   
 

Uses of Column in org.apache.accumulo.proxy.thrift
 

Fields in org.apache.accumulo.proxy.thrift with type parameters of type Column
 List<Column> ActiveScan.columns
           
 

Methods in org.apache.accumulo.proxy.thrift that return Column
 Column Column.deepCopy()
           
 Column Column.setColFamily(byte[] colFamily)
           
 Column Column.setColFamily(ByteBuffer colFamily)
           
 Column Column.setColQualifier(byte[] colQualifier)
           
 Column Column.setColQualifier(ByteBuffer colQualifier)
           
 Column Column.setColVisibility(byte[] colVisibility)
           
 Column Column.setColVisibility(ByteBuffer colVisibility)
           
 

Methods in org.apache.accumulo.proxy.thrift that return types with arguments of type Column
 List<Column> ActiveScan.getColumns()
           
 Iterator<Column> ActiveScan.getColumnsIterator()
           
 

Methods in org.apache.accumulo.proxy.thrift with parameters of type Column
 void ActiveScan.addToColumns(Column elem)
           
 int Column.compareTo(Column other)
           
 boolean Column.equals(Column that)
           
 

Method parameters in org.apache.accumulo.proxy.thrift with type arguments of type Column
 ActiveScan ActiveScan.setColumns(List<Column> columns)
           
 

Constructors in org.apache.accumulo.proxy.thrift with parameters of type Column
Column(Column other)
          Performs a deep copy on other.
 

Constructor parameters in org.apache.accumulo.proxy.thrift with type arguments of type Column
ActiveScan(String client, String user, String table, long age, long idleTime, ScanType type, ScanState state, KeyExtent extent, List<Column> columns, List<IteratorSetting> iterators, List<ByteBuffer> authorizations)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.