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

Method family

src/KeyValue.java:138–140  ·  view source on GitHub ↗

Returns the column family.

()

Source from the content-addressed store, hash-verified

136
137 /** Returns the column family. */
138 public byte[] family() {
139 return family;
140 }
141
142 /** Returns the column qualifier. */
143 public byte[] qualifier() {

Callers 6

putReadMethod · 0.95
parseResultMethod · 0.95

Calls

no outgoing calls

Tested by 5

putReadMethod · 0.76