MCPcopy Index your code
hub / github.com/OpenTSDB/async / getDeferred

Method getDeferred

src/DeferredGroup.java:127–129  ·  view source on GitHub ↗

Returns the parent Deferred of the group.

()

Source from the content-addressed store, hash-verified

125 * Returns the parent {@link Deferred} of the group.
126 */
127 public Deferred<ArrayList<T>> getDeferred() {
128 return parent;
129 }
130
131 /**
132 * Called back when one of the {@link Deferred} in the group completes.

Callers 2

groupMethod · 0.80
groupInOrderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected