Interface | Description |
---|---|
TableFunction |
The root interface for table read and write function.
|
TablePart |
A building block of a remote table
|
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,U> |
A function object to be used with a remote read/write table implementation.
|
Class | Description |
---|---|
BaseTableFunction |
Base class for all table read and write functions.
|
TableRateLimiter<K,V> |
Helper class for remote table to throttle table IO requests with the configured rate limiter.
|