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
Hi!
Thanks for publishing this!
I have tried to modify it to use it with composite keys but have sofar failed.
How would one go about that?
Here is how I tried to do it:
Composite ckey = new Composite(); key.addComponent("key", strSerializer); key.addComponent("ts", strSerializer); m.addInsertion(ckey, recordsColFamName, HFactory.createColumn("data", "data value", HFactory.createClock(), strSerializer, strSerializer));
But of course that has not worked.
Thanks for any tips!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
Thanks for publishing this!
I have tried to modify it to use it with composite keys but have sofar failed.
How would one go about that?
Here is how I tried to do it:
But of course that has not worked.
Thanks for any tips!
The text was updated successfully, but these errors were encountered: