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

Method clearCaches

test/BaseTestHBaseClient.java:211–215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

209 // ----------------- //
210
211 protected void clearCaches(){
212 regions_cache.clear();
213 region2client.clear();
214 client2regions.clear();
215 }
216
217 protected static <T> T getStatic(final String fieldname) {
218 return Whitebox.getInternalState(HBaseClient.class, fieldname);

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected