Class DefaultStoreFileManager.StoreFileList

java.lang.Object
org.apache.hadoop.hbase.regionserver.DefaultStoreFileManager.StoreFileList
Enclosing class:
DefaultStoreFileManager

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (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

    Constructors
    Constructor
    Description
    StoreFileList(org.apache.hbase.thirdparty.com.google.common.collect.ImmutableList<HStoreFile> storeFiles, org.apache.hbase.thirdparty.com.google.common.collect.ImmutableList<HStoreFile> liveStoreFiles)
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • all

      final org.apache.hbase.thirdparty.com.google.common.collect.ImmutableList<HStoreFile> 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> live
      List 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)