Uses of Class
org.apache.accumulo.core.util.format.FormatterConfig
-
Packages that use FormatterConfig Package Description org.apache.accumulo.core.util.format -
-
Uses of FormatterConfig in org.apache.accumulo.core.util.format
Fields in org.apache.accumulo.core.util.format declared as FormatterConfig Modifier and Type Field Description protected FormatterConfigDefaultFormatter. configMethods in org.apache.accumulo.core.util.format that return FormatterConfig Modifier and Type Method Description FormatterConfigFormatterConfig. doNotLimitShowLength()FormatterConfigFormatterConfig. setDateFormatSupplier(Supplier<DateFormat> dateFormatSupplier)this.dateFormatSupplier points to dateFormatSupplier, so it is recommended that you create a newSupplierwhen calling this function if yourSuppliermaintains some kind of state (seeDateFormatSupplier.FormatterConfigFormatterConfig. setPrintTimestamps(boolean printTimestamps)FormatterConfigFormatterConfig. setShownLength(int shownLength)If given a negative number, throws anIllegalArgumentExceptionMethods in org.apache.accumulo.core.util.format with parameters of type FormatterConfig Modifier and Type Method Description static StringDefaultFormatter. formatEntry(Map.Entry<Key,Value> entry, FormatterConfig config)static FormatterFormatterFactory. getDefaultFormatter(Iterable<Map.Entry<Key,Value>> scanner, FormatterConfig config)static FormatterFormatterFactory. getFormatter(Class<? extends Formatter> formatterClass, Iterable<Map.Entry<Key,Value>> scanner, FormatterConfig config)voidDateStringFormatter. initialize(Iterable<Map.Entry<Key,Value>> scanner, FormatterConfig config)Deprecated.voidDefaultFormatter. initialize(Iterable<Map.Entry<Key,Value>> scanner, FormatterConfig config)voidFormatter. initialize(Iterable<Map.Entry<Key,Value>> scanner, FormatterConfig config)voidHexFormatter. initialize(Iterable<Map.Entry<Key,Value>> scanner, FormatterConfig config)Constructors in org.apache.accumulo.core.util.format with parameters of type FormatterConfig Constructor Description FormatterConfig(FormatterConfig other)Copies most fields, but still points to other.dateFormatSupplier.
-