Uses of Interface
org.apache.accumulo.core.client.summary.CountingSummarizer.Converter
-
Packages that use CountingSummarizer.Converter Package Description org.apache.accumulo.core.client.summary org.apache.accumulo.core.client.summary.summarizers -
-
Uses of CountingSummarizer.Converter in org.apache.accumulo.core.client.summary
Methods in org.apache.accumulo.core.client.summary that return CountingSummarizer.Converter Modifier and Type Method Description protected abstract CountingSummarizer.Converter<K>
CountingSummarizer. converter()
-
Uses of CountingSummarizer.Converter in org.apache.accumulo.core.client.summary.summarizers
Methods in org.apache.accumulo.core.client.summary.summarizers that return CountingSummarizer.Converter Modifier and Type Method Description protected CountingSummarizer.Converter<ByteSequence>
AuthorizationSummarizer. converter()
protected CountingSummarizer.Converter<ByteSequence>
FamilySummarizer. converter()
protected CountingSummarizer.Converter<ByteSequence>
VisibilitySummarizer. converter()
-