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)
| 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. |