Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTSDB/asynchbase
/ serialize
Method
serialize
src/ValueFilter.java:51–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
@Override
52
byte[] serialize() {
53
return
FilterPB
54
.ValueFilter
55
.newBuilder()
56
.setCompareFilter(toProtobuf())
57
.build()
58
.toByteArray();
59
}
60
}
Callers
nothing calls this directly
Calls
1
toProtobuf
Method · 0.45
Tested by
no test coverage detected