public final class KeyOnlyFilter extends ScanFilter
This filter can be used to grab all of the keys without having to also grab the values.
| Modifier and Type | Field and Description |
|---|---|
static int |
kKeyOnlyFilter |
| Constructor and Description |
|---|
KeyOnlyFilter() |
KeyOnlyFilter(boolean lenAsVal) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getId() |
protected com.google.protobuf.ByteString |
getState() |
String |
toString() |
getFilterIdpublic static final int kKeyOnlyFilter
public KeyOnlyFilter()
public KeyOnlyFilter(boolean lenAsVal)
protected com.google.protobuf.ByteString getState()
getState in class ScanFilterprotected String getId()
getId in class ScanFilterCopyright ? 2010-2017, The Async HBase Authors