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

Method call

test/TestIntegration.java:740–744  ·  view source on GitHub ↗
(final ArrayList<Long> incs)

Source from the content-addressed store, hash-verified

738 ).addCallbackDeferring(new Callback<Deferred<ArrayList<KeyValue>>,
739 ArrayList<Long>>() {
740 public Deferred<ArrayList<KeyValue>> call(final ArrayList<Long> incs) {
741 final GetRequest get = new GetRequest(table, key)
742 .family(family).qualifier(qual);
743 return client.get(get);
744 }
745 }).join();
746 assertSizeIs(1, kvs);
747 assertEquals(big + big, Bytes.getLong(kvs.get(0).value()));

Callers

nothing calls this directly

Calls 4

qualifierMethod · 0.65
familyMethod · 0.65
qualifiersMethod · 0.65
getMethod · 0.45

Tested by

no test coverage detected