Finds the name associated with a given ID. @param id The ID associated with that name. @see #getId(String) @see #getOrCreateId(String) @throws NoSuchUniqueId if the given ID is not assigned. @throws HBaseException if there is a problem communicating with HBase. @throws IllegalArgumentException if t
(byte[] id)
| 61 | * on the wrong number of bytes. |
| 62 | */ |
| 63 | String getName(byte[] id) throws NoSuchUniqueId, HBaseException; |
| 64 | |
| 65 | /** |
| 66 | * Finds the ID associated with a given name. |
no outgoing calls