MCPcopy Index your code
hub / github.com/OpenTSDB/asynchbase / delete

Method delete

src/HBaseClient.java:2225–2228  ·  view source on GitHub ↗

Deletes data from HBase. @param request The delete request. @return A deferred object that indicates the completion of the request. The Object has not special meaning and can be null (think of it as Deferred ). But you probably want to attach at least an errback

(final DeleteRequest request)

Source from the content-addressed store, hash-verified

2223 * at least an errback to this {@code Deferred} to handle failures.
2224 */
2225 public Deferred<Object> delete(final DeleteRequest request) {
2226 num_deletes.increment();
2227 return sendRpcToRegion(request);
2228 }
2229
2230 /**
2231 * Eagerly prefetches and caches a table's region metadata from HBase.

Callers 15

testMethod · 0.80
testMethod · 0.80
executeMethod · 0.80
simpleDeleteMethod · 0.80
deleteWithTimeMethod · 0.80
deleteWithFamilyMethod · 0.80
deleteWithQualifierMethod · 0.80
deleteWithColumnMethod · 0.80
deleteWithLockMethod · 0.80

Calls 2

sendRpcToRegionMethod · 0.95
incrementMethod · 0.80

Tested by 15

testMethod · 0.64
testMethod · 0.64
executeMethod · 0.64
simpleDeleteMethod · 0.64
deleteWithTimeMethod · 0.64
deleteWithFamilyMethod · 0.64
deleteWithQualifierMethod · 0.64
deleteWithColumnMethod · 0.64
deleteWithLockMethod · 0.64