MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / getName

Method getName

src/uid/UniqueIdInterface.java:63–63  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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.

Callers 15

beforeMethod · 0.65
beforeMethod · 0.65
beforeMethod · 0.65
beforeMethod · 0.65
getNameWithInvalidIdMethod · 0.65
deleteCachedMethod · 0.65
deleteNotCachedMethod · 0.65

Implementers 1

UniqueIdsrc/uid/UniqueId.java

Calls

no outgoing calls

Tested by 15

beforeMethod · 0.52
beforeMethod · 0.52
beforeMethod · 0.52
beforeMethod · 0.52
getNameWithInvalidIdMethod · 0.52
deleteCachedMethod · 0.52
deleteNotCachedMethod · 0.52