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 class
Translator.ColumnTranslator
static class
Translator.CVSTranslator
static class
Translator.KeyExtentTranslator
static class
Translator.ListTranslator<IT,OT>
static class
Translator.RangeTranslator
static class
Translator.StoredTabletFileTranslator
static class
Translator.TabletFileTranslator
static class
Translator.TColumnTranslator
static class
Translator.TCVSTranslator
static class
Translator.TKeyExtentTranslator
static class
Translator.TRangeTranslator
Fields in org.apache.accumulo.core.clientImpl declared as Translator Modifier and Type Field Description static Translator<Range,TRange>
Translators. RT
Methods 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)
-