forked from apache/cassandra-java-driver
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add per partition rate limit table options
Added `maxReadsPerSecond` and `maxWritesPerSecond` options to `TableOptions` which will allow convenient creation of CREATE and ALTER statements with rate limit options for read and write operations. Both maxReadsPerSecond and maxWritesPerSecond are optional - omitting one of them means "no limit" for that type of operation. Fixes #166
- Loading branch information
1 parent
143ae5f
commit 4cabc5f
Showing
3 changed files
with
83 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters