@return the row key base filter
()
| 98 | |
| 99 | /** @return the row key base filter */ |
| 100 | public byte[] getRowKey() { |
| 101 | return row_key; |
| 102 | } |
| 103 | |
| 104 | /** @return the row key mask */ |
| 105 | public byte[] getFuzzyMask() { |
no outgoing calls
no test coverage detected