@InterfaceAudience.Private final class StoreFileComparators extends Object
Modifier and Type | Class and Description |
---|---|
private static class |
StoreFileComparators.GetBulkTime |
private static class |
StoreFileComparators.GetFileSize |
private static class |
StoreFileComparators.GetMaxTimestamp |
private static class |
StoreFileComparators.GetPathName |
Modifier and Type | Field and Description |
---|---|
static Comparator<HStoreFile> |
SEQ_ID
Comparator that compares based on the Sequence Ids of the the store files.
|
static Comparator<HStoreFile> |
SEQ_ID_MAX_TIMESTAMP
Comparator for time-aware compaction.
|
Constructor and Description |
---|
StoreFileComparators() |
public static final Comparator<HStoreFile> SEQ_ID
public static final Comparator<HStoreFile> SEQ_ID_MAX_TIMESTAMP
StoreFileComparators()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.