DataFileValue |
|
MetadataSchema |
Describes the table schema used for metadata tables
|
MetadataSchema.BlipSection |
Holds bulk-load-in-progress processing flags
|
MetadataSchema.DeletesSection |
Holds delete markers for potentially unused files/directories
|
MetadataSchema.ReplicationSection |
Holds references to files that need replication
|
MetadataSchema.ReservedSection |
Contains additional metadata in a reserved area not for tablets
|
MetadataSchema.TabletsSection |
Used for storing information about tablets
|
MetadataSchema.TabletsSection.BulkFileColumnFamily |
Temporary markers that indicate a tablet loaded a bulk file
|
MetadataSchema.TabletsSection.ChoppedColumnFamily |
Column family for indicating that the files in a tablet have been trimmed to only include
data for the current tablet, so that they are safe to merge
|
MetadataSchema.TabletsSection.ClonedColumnFamily |
Temporary marker that indicates a tablet was successfully cloned
|
MetadataSchema.TabletsSection.CurrentLocationColumnFamily |
Column family for storing entries created by the TServer to indicate it has loaded a tablet
that it was assigned
|
MetadataSchema.TabletsSection.DataFileColumnFamily |
Column family for storing files used by a tablet
|
MetadataSchema.TabletsSection.FutureLocationColumnFamily |
Column family for storing the assigned location
|
MetadataSchema.TabletsSection.LastLocationColumnFamily |
Column family for storing last location, as a hint for assignment
|
MetadataSchema.TabletsSection.LogColumnFamily |
Column family for storing write-ahead log entries
|
MetadataSchema.TabletsSection.ScanFileColumnFamily |
Column family for storing the set of files scanned with an isolated scanner, to prevent them
from being deleted
|
MetadataSchema.TabletsSection.ServerColumnFamily |
Column family for recording information used by the TServer
|
MetadataSchema.TabletsSection.SuspendLocationColumn |
Column family for storing suspension location, as a demand for assignment.
|
MetadataSchema.TabletsSection.TabletColumnFamily |
Column family for storing the tablet information needed by clients
|