org.apache.accumulo.core.client.impl
Class Translator.TKeyExtentTranslator

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

public static class Translator.TKeyExtentTranslator
extends Translator<TKeyExtent,KeyExtent>


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.TKeyExtentTranslator()
           
 
Method Summary
 KeyExtent translate(TKeyExtent 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.TKeyExtentTranslator

public Translator.TKeyExtentTranslator()
Method Detail

translate

public KeyExtent translate(TKeyExtent input)
Specified by:
translate in class Translator<TKeyExtent,KeyExtent>


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