| Class | Description |
|---|---|
| ByteStringer |
Wrapper around
ZeroCopyByteStringUtil for cases where it's not available. |
| FutureUtil |
Helpers to handle async operations inside the hbase adapter.
|
| HBaseTracingUtilities |
These utilities are to be used in conjunction with the opencensus-contrib-zpages artifact.
|
| Logger |
Wrapper around
Log to conditionally format messages if a specified log level is enabled. |
| ModifyTableBuilder |
Utility to create
ModifyColumnFamiliesRequest from HBase HColumnDescriptors. |
| OperationAccountant |
Throttles the number of operations that are outstanding at any point in time.
|
| RowKeyUtil |
For internal use only - public for technical reasons.
|
| RowKeyWrapper |
For internal use only - public for technical reasons.
|
| TimestampConverter |
For internal use only - public for technical reasons.
|
| ZeroCopyByteStringUtil |
Helper class to extract byte arrays from
ByteString without copy. |