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

Method getRowKey

src/FuzzyRowFilter.java:100–102  ·  view source on GitHub ↗

@return the row key base filter

()

Source from the content-addressed store, hash-verified

98
99 /** @return the row key base filter */
100 public byte[] getRowKey() {
101 return row_key;
102 }
103
104 /** @return the row key mask */
105 public byte[] getFuzzyMask() {

Callers 3

serializeMethod · 0.80
serializeOldMethod · 0.80
predictSerializedSizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected