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

Method add

src/BatchGet.java:69–71  ·  view source on GitHub ↗
(final GetRequest rpc)

Source from the content-addressed store, hash-verified

67 }
68
69 void add(final GetRequest rpc) {
70 batch.add(new ActionEntry(rpc, batch.size()));
71 }
72
73 void add(final ActionEntry rpcEntry) {
74 batch.add(rpcEntry);

Callers 1

convertResultMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected