org.apache.accumulo.core.client.impl
Class Translator.ListTranslator<IT,OT>

java.lang.Object
  extended by org.apache.accumulo.core.client.impl.Translator<List<IT>,List<OT>>
      extended by org.apache.accumulo.core.client.impl.Translator.ListTranslator<IT,OT>
Enclosing class:
Translator<IT,OT>

public static class Translator.ListTranslator<IT,OT>
extends Translator<List<IT>,List<OT>>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.accumulo.core.client.impl.Translator
Translator.ColumnTranslator, Translator.CVSTranslator, Translator.KeyExtentTranslator, Translator.ListTranslator<IT,OT>, Translator.RangeTranslator, Translator.TCVSTranslator, Translator.TKeyExtentTranslator, Translator.TRangeTranslator
 
Field Summary
 
Fields inherited from class org.apache.accumulo.core.client.impl.Translator
CT, CVST, KET, RT, TCVST, TKET, TRT
 
Constructor Summary
Translator.ListTranslator(Translator<IT,OT> translator)
           
 
Method Summary
 List<OT> translate(List<IT> input)
           
 
Methods inherited from class org.apache.accumulo.core.client.impl.Translator
translate, translate, translate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Translator.ListTranslator

public Translator.ListTranslator(Translator<IT,OT> translator)
Method Detail

translate

public List<OT> translate(List<IT> input)
Specified by:
translate in class Translator<List<IT>,List<OT>>


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