Class MetadataSchema.TabletsSection
- java.lang.Object
-
- org.apache.accumulo.core.metadata.schema.MetadataSchema.TabletsSection
-
- Enclosing class:
- MetadataSchema
public static class MetadataSchema.TabletsSection extends Object
Used for storing information about tablets
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMetadataSchema.TabletsSection.BulkFileColumnFamilyTemporary markers that indicate a tablet loaded a bulk filestatic classMetadataSchema.TabletsSection.ChoppedColumnFamilyColumn 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 mergestatic classMetadataSchema.TabletsSection.ClonedColumnFamilyTemporary marker that indicates a tablet was successfully clonedstatic classMetadataSchema.TabletsSection.CurrentLocationColumnFamilyColumn family for storing entries created by the TServer to indicate it has loaded a tablet that it was assignedstatic classMetadataSchema.TabletsSection.DataFileColumnFamilyColumn family for storing files used by a tabletstatic classMetadataSchema.TabletsSection.FutureLocationColumnFamilyColumn family for storing the assigned locationstatic classMetadataSchema.TabletsSection.LastLocationColumnFamilyColumn family for storing last location, as a hint for assignmentstatic classMetadataSchema.TabletsSection.LogColumnFamilyColumn family for storing write-ahead log entriesstatic classMetadataSchema.TabletsSection.ScanFileColumnFamilyColumn family for storing the set of files scanned with an isolated scanner, to prevent them from being deletedstatic classMetadataSchema.TabletsSection.ServerColumnFamilyColumn family for recording information used by the TServerstatic classMetadataSchema.TabletsSection.SuspendLocationColumnColumn family for storing suspension location, as a demand for assignment.static classMetadataSchema.TabletsSection.TabletColumnFamilyColumn family for storing the tablet information needed by clients
-
Constructor Summary
Constructors Constructor Description TabletsSection()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RangegetRange()static RangegetRange(TableId tableId)static org.apache.hadoop.io.TextgetRow(TableId tableId, org.apache.hadoop.io.Text endRow)
-