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

Method GetRequest

src/GetRequest.java:86–89  ·  view source on GitHub ↗

Constructor. These byte arrays will NOT be copied. @param table The non-empty name of the table to use. @param key The row key to get in that table.

(final byte[] table, final byte[] key)

Source from the content-addressed store, hash-verified

84 * @param key The row key to get in that table.
85 */
86 public GetRequest(final byte[] table, final byte[] key) {
87 super(table, key);
88 this.bufferable = false; //don't buffer get request
89 }
90
91 /**
92 * Constructor.

Callers

nothing calls this directly

Calls 2

familyMethod · 0.95
qualifierMethod · 0.95

Tested by

no test coverage detected