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

Method getUIDMeta

src/meta/UIDMeta.java:340–343  ·  view source on GitHub ↗

Convenience overload of getUIDMeta(TSDB, UniqueIdType, byte[]) @param tsdb The TSDB to use for storage access @param type The type of UID to fetch @param uid The ID of the meta to fetch @return A UIDMeta from storage or a default @throws HBaseException if there was an issue fetching @throws

(final TSDB tsdb, 
      final UniqueIdType type, final String uid)

Source from the content-addressed store, hash-verified

338 * @throws NoSuchUniqueId If the UID does not exist
339 */
340 public static Deferred<UIDMeta> getUIDMeta(final TSDB tsdb,
341 final UniqueIdType type, final String uid) {
342 return getUIDMeta(tsdb, type, UniqueId.stringToUid(uid));
343 }
344
345 /**
346 * Verifies the UID object exists, then attempts to fetch the meta from

Callers 10

getUIDMetaMethod · 0.95
getUIDMetaByteMethod · 0.95
getUIDMetaExistsMethod · 0.95
getUIDMetaNoSuchMethod · 0.95
deleteMethod · 0.95
callMethod · 0.95
callMethod · 0.95
handleUIDMetaMethod · 0.95
callMethod · 0.95

Calls 2

stringToUidMethod · 0.95
getUidNameMethod · 0.80

Tested by 6

getUIDMetaMethod · 0.76
getUIDMetaByteMethod · 0.76
getUIDMetaExistsMethod · 0.76
getUIDMetaNoSuchMethod · 0.76
deleteMethod · 0.76