MCPcopy Create free account
hub / github.com/apache/storm / makeId

Method makeId

storm-client/src/jvm/org/apache/storm/tuple/MessageId.java:42–44  ·  view source on GitHub ↗
(Map<Long, Long> anchorsToIds)

Source from the content-addressed store, hash-verified

40 }
41
42 public static MessageId makeId(Map<Long, Long> anchorsToIds) {
43 return new MessageId(anchorsToIds);
44 }
45
46 public static MessageId makeRootId(long id, long val) {
47 Map<Long, Long> anchorsToIds = new HashMap<>();

Callers 2

MessageIdClass · 0.95
boltEmitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected