Interface | Description |
---|---|
TableRateLimiter.CreditFunction<K,V> |
Function interface for providing rate limiting credits for each table record.
|
TableReadFunction<K,V> |
A function object to be used with a remote readable table implementation.
|
TableWriteFunction<K,V> |
A function object to be used with a remote read/write table implementation.
|
Class | Description |
---|---|
TableRateLimiter<K,V> |
Helper class for remote table to throttle table IO requests with the configured rate limiter.
|