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> |
allFilesCached
Cached list of all files in the structure, to return from some calls
|
org.apache.hbase.thirdparty.com.google.common.collect.ImmutableList<HStoreFile> |
level0Files
Level 0.
|
byte[][] |
stripeEndRows
The end rows of each stripe.
|
ArrayList<org.apache.hbase.thirdparty.com.google.common.collect.ImmutableList<HStoreFile>> |
stripeFiles
Files 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.