Class DefaultStoreFileManager.StoreFileList
java.lang.Object
org.apache.hadoop.hbase.regionserver.DefaultStoreFileManager.StoreFileList
- Enclosing class:
- DefaultStoreFileManager
-
Field Summary
Modifier and TypeFieldDescription(package private) final org.apache.hbase.thirdparty.com.google.common.collect.ImmutableList<HStoreFile>
List of store files inside this store.(package private) final org.apache.hbase.thirdparty.com.google.common.collect.ImmutableList<HStoreFile>
List of store files that include the latest cells inside this store. -
Constructor Summary
ConstructorDescriptionStoreFileList
(org.apache.hbase.thirdparty.com.google.common.collect.ImmutableList<HStoreFile> storeFiles, org.apache.hbase.thirdparty.com.google.common.collect.ImmutableList<HStoreFile> liveStoreFiles) -
Method Summary
-
Field Details
-
all
List of store files inside this store. This is an immutable list that is atomically replaced when its contents change. -
live
@Nullable final org.apache.hbase.thirdparty.com.google.common.collect.ImmutableList<HStoreFile> liveList of store files that include the latest cells inside this store. This is an immutable list that is atomically replaced when its contents change.
-
-
Constructor Details
-
StoreFileList
StoreFileList(org.apache.hbase.thirdparty.com.google.common.collect.ImmutableList<HStoreFile> storeFiles, org.apache.hbase.thirdparty.com.google.common.collect.ImmutableList<HStoreFile> liveStoreFiles)
-