private static class StripeStoreFileManager.State extends Object
| Modifier and Type | Field and Description | 
|---|---|
| private org.apache.hbase.thirdparty.com.google.common.collect.ImmutableList<HStoreFile> | allCompactedFilesCached | 
| org.apache.hbase.thirdparty.com.google.common.collect.ImmutableList<HStoreFile> | allFilesCachedCached list of all files in the structure, to return from some calls | 
| org.apache.hbase.thirdparty.com.google.common.collect.ImmutableList<HStoreFile> | level0FilesLevel 0. | 
| byte[][] | stripeEndRowsThe end rows of each stripe. | 
| ArrayList<org.apache.hbase.thirdparty.com.google.common.collect.ImmutableList<HStoreFile>> | stripeFilesFiles by stripe. | 
| Modifier | Constructor and Description | 
|---|---|
| private  | State() | 
public byte[][] stripeEndRows
public ArrayList<org.apache.hbase.thirdparty.com.google.common.collect.ImmutableList<HStoreFile>> stripeFiles
public org.apache.hbase.thirdparty.com.google.common.collect.ImmutableList<HStoreFile> level0Files
public org.apache.hbase.thirdparty.com.google.common.collect.ImmutableList<HStoreFile> allFilesCached
private org.apache.hbase.thirdparty.com.google.common.collect.ImmutableList<HStoreFile> allCompactedFilesCached
private State()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.