org.apache.accumulo.core.client.impl
Class Translators

java.lang.Object
  extended by org.apache.accumulo.core.client.impl.Translators

public class Translators
extends Object


Field Summary
static Translator.ColumnTranslator CT
           
static Translator.CVSTranslator CVST
           
static Translator.KeyExtentTranslator KET
           
static Translator<Range,TRange> RT
           
static Translator.TCVSTranslator TCVST
           
static Translator.TKeyExtentTranslator TKET
           
static Translator.TRangeTranslator TRT
           
 
Constructor Summary
Translators()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TKET

public static final Translator.TKeyExtentTranslator TKET

TCVST

public static final Translator.TCVSTranslator TCVST

TRT

public static final Translator.TRangeTranslator TRT

KET

public static final Translator.KeyExtentTranslator KET

CT

public static final Translator.ColumnTranslator CT

RT

public static final Translator<Range,TRange> RT

CVST

public static final Translator.CVSTranslator CVST
Constructor Detail

Translators

public Translators()


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