org.apache.accumulo.core.iterators.aggregation.conf
Class AggregatorConfiguration

java.lang.Object
  extended by org.apache.accumulo.core.iterators.conf.PerColumnIteratorConfig
      extended by org.apache.accumulo.core.iterators.aggregation.conf.AggregatorConfiguration

Deprecated. since 1.4

public class AggregatorConfiguration
extends PerColumnIteratorConfig


Constructor Summary
AggregatorConfiguration(org.apache.hadoop.io.Text columnFamily, String aggClassName)
          Deprecated.  
AggregatorConfiguration(org.apache.hadoop.io.Text columnFamily, org.apache.hadoop.io.Text columnQualifier, String aggClassName)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.accumulo.core.iterators.conf.PerColumnIteratorConfig
decodeColumns, encodeColumns, encodeColumns, getClassName, getColumnFamily, getColumnQualifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregatorConfiguration

public AggregatorConfiguration(org.apache.hadoop.io.Text columnFamily,
                               String aggClassName)
Deprecated. 

AggregatorConfiguration

public AggregatorConfiguration(org.apache.hadoop.io.Text columnFamily,
                               org.apache.hadoop.io.Text columnQualifier,
                               String aggClassName)
Deprecated. 


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