|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoreFile | |
---|---|
org.apache.hadoop.hbase.coprocessor | Table of Contents |
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.regionserver.compactions |
Uses of StoreFile in org.apache.hadoop.hbase.coprocessor |
---|
Methods in org.apache.hadoop.hbase.coprocessor with parameters of type StoreFile | |
---|---|
void |
BaseRegionObserver.postCompact(ObserverContext<RegionCoprocessorEnvironment> e,
Store store,
StoreFile resultFile)
|
void |
RegionObserver.postCompact(ObserverContext<RegionCoprocessorEnvironment> c,
Store store,
StoreFile resultFile)
Called after compaction has completed and the new store file has been moved in to place. |
Method parameters in org.apache.hadoop.hbase.coprocessor with type arguments of type StoreFile | |
---|---|
void |
BaseRegionObserver.postCompactSelection(ObserverContext<RegionCoprocessorEnvironment> c,
Store store,
com.google.common.collect.ImmutableList<StoreFile> selected)
|
void |
RegionObserver.postCompactSelection(ObserverContext<RegionCoprocessorEnvironment> c,
Store store,
com.google.common.collect.ImmutableList<StoreFile> selected)
Called after the StoreFile s to compact have been selected from the
available candidates. |
void |
BaseRegionObserver.preCompactSelection(ObserverContext<RegionCoprocessorEnvironment> c,
Store store,
List<StoreFile> candidates)
|
void |
RegionObserver.preCompactSelection(ObserverContext<RegionCoprocessorEnvironment> c,
Store store,
List<StoreFile> candidates)
Called prior to selecting the StoreFile s to compact from the list
of available candidates. |
Uses of StoreFile in org.apache.hadoop.hbase.regionserver |
---|
Methods in org.apache.hadoop.hbase.regionserver that return types with arguments of type StoreFile | |
---|---|
List<StoreFile> |
HRegion.close()
Close down this HRegion. |
List<StoreFile> |
HRegion.close(boolean abort)
Close down this HRegion. |
com.google.common.collect.ImmutableList<StoreFile> |
Store.sortAndClone(List<StoreFile> storeFiles)
|
Methods in org.apache.hadoop.hbase.regionserver with parameters of type StoreFile | |
---|---|
void |
RegionCoprocessorHost.postCompact(Store store,
StoreFile resultFile)
Called after the store compaction has completed. |
Method parameters in org.apache.hadoop.hbase.regionserver with type arguments of type StoreFile | |
---|---|
static long |
Store.getLowestTimestamp(List<StoreFile> candidates)
|
static long |
StoreFile.getMaxMemstoreTSInList(Collection<StoreFile> sfs)
Return the largest memstoreTS found across all storefiles in the given list. |
static long |
StoreFile.getMaxSequenceIdInList(Collection<StoreFile> sfs)
Return the highest sequence ID found across all storefiles in the given list. |
void |
RegionCoprocessorHost.postCompactSelection(Store store,
com.google.common.collect.ImmutableList<StoreFile> selected)
Called after the StoreFile s to be compacted have been selected
from the available candidates. |
boolean |
RegionCoprocessorHost.preCompactSelection(Store store,
List<StoreFile> candidates)
Called prior to selecting the StoreFile s for compaction from
the list of currently available candidates. |
com.google.common.collect.ImmutableList<StoreFile> |
Store.sortAndClone(List<StoreFile> storeFiles)
|
Uses of StoreFile in org.apache.hadoop.hbase.regionserver.compactions |
---|
Methods in org.apache.hadoop.hbase.regionserver.compactions that return types with arguments of type StoreFile | |
---|---|
List<StoreFile> |
CompactionRequest.getFiles()
Gets the StoreFiles for the request |
Constructor parameters in org.apache.hadoop.hbase.regionserver.compactions with type arguments of type StoreFile | |
---|---|
CompactionRequest(HRegion r,
Store s,
List<StoreFile> files,
boolean isMajor,
int p)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |