- 直接已知子类:
- LoadIncrementalHFiles.LoadQueueItem
- 封闭类:
- LoadIncrementalHFiles
@InterfaceAudience.Public
@Deprecated
public static class LoadIncrementalHFiles.LoadQueueItem
extends BulkLoadHFiles.LoadQueueItem
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.
- 另请参阅:
BulkLoadHFiles,
HBASE-21782