Class KeyOnlyFilter


@Public public class KeyOnlyFilter extends FilterBase
A filter that will only return the key component of each KV (the value will be rewritten as empty).

This filter can be used to grab all of the keys without having to also grab the values.