MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / batch

Method batch

src/MultiAction.java:134–136  ·  view source on GitHub ↗

Returns the list of individual RPCs that make up this batch.

()

Source from the content-addressed store, hash-verified

132
133 /** Returns the list of individual RPCs that make up this batch. */
134 ArrayList<BatchableRpc> batch() {
135 return batch;
136 }
137
138 /**
139 * Predicts a lower bound on the serialized size of this RPC.

Callers 7

callMethod · 0.80
handleExceptionMethod · 0.80
callMethod · 0.80
handleExceptionMethod · 0.80

Calls

no outgoing calls