@return the list of keys stored in the default table for all CFs
()
| 639 | |
| 640 | /** @return the list of keys stored in the default table for all CFs */ |
| 641 | public Set<byte[]> getKeys() { |
| 642 | return getKeys(default_table); |
| 643 | } |
| 644 | |
| 645 | /** |
| 646 | * Return the list of unique keys in the given table for all CFs |