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