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
Anup Sabbi opened DATACASS-443 and commented
Add TTL support to Batch Operations by adding the overloaded methods
CassandraBatchOperations insert(Iterable<?> entities, int ttl); CassandraBatchOperations update(Iterable<?> entities, int ttl);
to CassandraBatchOperations
CassandraBatchOperations
Referenced from: pull request #102
The text was updated successfully, but these errors were encountered:
mp911de
No branches or pull requests
Anup Sabbi opened DATACASS-443 and commented
Add TTL support to Batch Operations by adding the overloaded methods
to
CassandraBatchOperations
Referenced from: pull request #102
The text was updated successfully, but these errors were encountered: