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

Method getFuzzyMask

src/FuzzyRowFilter.java:105–107  ·  view source on GitHub ↗

@return the row key mask

()

Source from the content-addressed store, hash-verified

103
104 /** @return the row key mask */
105 public byte[] getFuzzyMask() {
106 return fuzzy_mask;
107 }
108
109 @Override
110 public String toString() {

Callers 2

serializeMethod · 0.80
serializeOldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected