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() |
getFilterId
public static final int kKeyOnlyFilter
public KeyOnlyFilter()
public KeyOnlyFilter(boolean lenAsVal)
protected com.google.protobuf.ByteString getState()
getState
in class ScanFilter
protected String getId()
getId
in class ScanFilter
Copyright ? 2010-2017, The Async HBase Authors