AbstractTabletFile<T extends AbstractTabletFile<T>> |
A base class used to represent file references that are handled by code that processes tablet
files.
|
CompactableFileImpl |
|
MetadataLocationObtainer |
|
MetadataServicer |
Provides a consolidated API for handling table metadata
|
MetadataTable |
|
ReferencedTabletFile |
Object representing a tablet file that may exist in the metadata table.
|
ReferencedTabletFile.FileParts |
|
RootTable |
|
ScanServerRefTabletFile |
|
StoredTabletFile |
Object representing a tablet file entry stored in the metadata table.
|
SuspendingTServer |
For a suspended tablet, the time of suspension and the server it was suspended from.
|
TabletLocationState |
When a tablet is assigned, we mark its future location.
|
TServerInstance |
A tablet is assigned to a tablet server at the given address as long as it is alive and well.
|
UnreferencedTabletFile |
A file that is not intended to be added to a tablet as a reference, within the scope of the code
using this class, but needs to be passed to code that processes tablet files.
|
ValidationUtil |
Utility class for validation of tablet file paths.
|