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

java.lang.Object
  extended by org.apache.accumulo.core.iterators.conf.ColumnToClassMapping<Aggregator>
      extended by org.apache.accumulo.core.iterators.aggregation.conf.AggregatorSet

Deprecated. since 1.4

@Deprecated
public class AggregatorSet
extends ColumnToClassMapping<Aggregator>


Constructor Summary
AggregatorSet()
          Deprecated.  
AggregatorSet(Map<String,String> opts)
          Deprecated.  
 
Method Summary
 Aggregator getAggregator(Key k)
          Deprecated.  
 
Methods inherited from class org.apache.accumulo.core.iterators.conf.ColumnToClassMapping
addObject, addObject, getObject, isEmpty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregatorSet

public AggregatorSet(Map<String,String> opts)
              throws InstantiationException,
                     IllegalAccessException,
                     ClassNotFoundException
Deprecated. 
Throws:
InstantiationException
IllegalAccessException
ClassNotFoundException

AggregatorSet

public AggregatorSet()
Deprecated. 
Method Detail

getAggregator

public Aggregator getAggregator(Key k)
Deprecated. 


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.