Package org.apache.hadoop.hbase.tool
Class LoadIncrementalHFiles.LoadQueueItem
java.lang.Object
org.apache.hadoop.hbase.tool.BulkLoadHFiles.LoadQueueItem
org.apache.hadoop.hbase.tool.LoadIncrementalHFiles.LoadQueueItem
- Direct Known Subclasses:
- LoadIncrementalHFiles.LoadQueueItem
- Enclosing class:
- LoadIncrementalHFiles
@Public
@Deprecated
public static class LoadIncrementalHFiles.LoadQueueItem
extends BulkLoadHFiles.LoadQueueItem
Deprecated.
Represents an HFile waiting to be loaded. An queue is used in this class in order to support
 the case where a region has split during the process of the load. When this happens, the HFile
 is split into two physical parts across the new region boundary, and each part is added back
 into the queue. The import process finishes when the queue is empty.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionLoadQueueItem(byte[] family, org.apache.hadoop.fs.Path hfilePath) Deprecated.
- 
Method SummaryMethods inherited from class org.apache.hadoop.hbase.tool.BulkLoadHFiles.LoadQueueItemgetFamily, getFilePath, toString
- 
Constructor Details- 
LoadQueueItemDeprecated.
 
- 
BulkLoadHFilesinstead.