Uses of Class
org.apache.accumulo.core.clientImpl.Translator
-
Packages that use Translator Package Description org.apache.accumulo.core.clientImpl -
-
Uses of Translator in org.apache.accumulo.core.clientImpl
Subclasses of Translator in org.apache.accumulo.core.clientImpl Modifier and Type Class Description static classTranslator.ColumnTranslatorstatic classTranslator.CVSTranslatorstatic classTranslator.KeyExtentTranslatorstatic classTranslator.ListTranslator<IT,OT>static classTranslator.RangeTranslatorstatic classTranslator.StoredTabletFileTranslatorstatic classTranslator.TabletFileTranslatorstatic classTranslator.TColumnTranslatorstatic classTranslator.TCVSTranslatorstatic classTranslator.TKeyExtentTranslatorstatic classTranslator.TRangeTranslatorFields in org.apache.accumulo.core.clientImpl declared as Translator Modifier and Type Field Description static Translator<Range,TRange>Translators. RTMethods in org.apache.accumulo.core.clientImpl with parameters of type Translator Modifier and Type Method Description 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,T>
Map<OKT,T>Translator. translate(Map<IKT,T> input, Translator<IKT,OKT> keyTranslator)Constructors in org.apache.accumulo.core.clientImpl with parameters of type Translator Constructor Description ListTranslator(Translator<IT,OT> translator)
-