Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTSDB/asynchbase
/ getStatic
Method
getStatic
test/BaseTestHBaseClient.java:217–219 ·
view source on GitHub ↗
(final String fieldname)
Source
from the content-addressed store, hash-verified
215
}
216
217
protected
static
<T> T getStatic(
final
String fieldname) {
218
return
Whitebox.getInternalState(HBaseClient.
class
, fieldname);
219
}
220
221
/**
222
* Creates a fake {@code .META.} row.
Callers
1
BaseTestHBaseClient
Class · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected