Uses of Class
org.apache.accumulo.core.client.impl.Translator

Packages that use Translator
org.apache.accumulo.core.client.impl   
 

Uses of Translator in org.apache.accumulo.core.client.impl
 

Subclasses of Translator in org.apache.accumulo.core.client.impl
static class Translator.ColumnTranslator
           
static class Translator.CVSTranslator
           
static class Translator.KeyExtentTranslator
           
static class Translator.ListTranslator<IT,OT>
           
static class Translator.RangeTranslator
           
static class Translator.TColumnTranslator
           
static class Translator.TCVSTranslator
           
static class Translator.TKeyExtentTranslator
           
static class Translator.TRangeTranslator
           
 

Fields in org.apache.accumulo.core.client.impl declared as Translator
static Translator<Range,TRange> Translators.RT
           
 

Methods in org.apache.accumulo.core.client.impl with parameters of type Translator
static
<IT,OT> List<OT>
Translator.translate(Collection<IT> input, Translator<IT,OT> translator)
           
static
<IKT,OKT,IVT,OVT>
Map<OKT,OVT>
Translator.translate(Map<IKT,IVT> input, Translator<IKT,OKT> keyTranslator, Translator<IVT,OVT> valueTranslator)
           
static
<IKT,OKT,IVT,OVT>
Map<OKT,OVT>
Translator.translate(Map<IKT,IVT> input, Translator<IKT,OKT> keyTranslator, Translator<IVT,OVT> valueTranslator)
           
static
<IKT,OKT,T>
Map<OKT,T>
Translator.translate(Map<IKT,T> input, Translator<IKT,OKT> keyTranslator)
           
 

Constructors in org.apache.accumulo.core.client.impl with parameters of type Translator
Translator.ListTranslator(Translator<IT,OT> translator)
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.