We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to make some exist calls, but it's private in GetRequest.java
exist
GetRequest.java
The text was updated successfully, but these errors were encountered:
You probably want https://github.com/OpenTSDB/asyncbigtable/blob/master/src/main/java/org/hbase/async/HBaseClient.java#L672 then :)
Sorry, something went wrong.
I want to be able to call Bigtable's exist, which I believe is called in HBaseRPC's static exist method but it's private.
Context on why I need to call exist functions: issue 1463
Ah thanks for the context! Would you mind opening a PR for it and I'd be happy to merge? Thanks!
No branches or pull requests
I want to make some
exist
calls, but it's private inGetRequest.java
The text was updated successfully, but these errors were encountered: