Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support delete #15

Closed
fengmk2 opened this issue May 5, 2013 · 1 comment
Closed

Support delete #15

fengmk2 opened this issue May 5, 2013 · 1 comment
Milestone

Comments

@fengmk2
Copy link
Member

fengmk2 commented May 5, 2013

/**
 * Deletes all the KeyValues that match those found in the Delete object,
 * if their ts <= to the Delete. In case of a delete with a specific ts it
 * only deletes that specific KeyValue.
 * @param regionName region name
 * @param delete delete object
 * @throws IOException e
 */
public void delete(final byte[] regionName, final Delete delete) throws IOException;
@ghost ghost assigned fengmk2 May 5, 2013
@fengmk2
Copy link
Member Author

fengmk2 commented May 13, 2013

@coolme200 work for this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant