static class TestPartitionedMobCompactor.MyPartitionedMobCompactor extends org.apache.hadoop.hbase.mob.compactions.PartitionedMobCompactor
Modifier and Type | Field and Description |
---|---|
(package private) org.apache.hadoop.hbase.io.hfile.CacheConfig |
cacheConfig |
(package private) int |
delPartitionSize |
(package private) int |
PartitionsIncludeDelFiles |
Constructor and Description |
---|
MyPartitionedMobCompactor(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.hbase.TableName tableName,
org.apache.hadoop.hbase.client.ColumnFamilyDescriptor column,
ExecutorService pool,
int delPartitionSize,
org.apache.hadoop.hbase.io.hfile.CacheConfig cacheConf,
int PartitionsIncludeDelFiles) |
Modifier and Type | Method and Description |
---|---|
List<org.apache.hadoop.fs.Path> |
compact(List<org.apache.hadoop.fs.FileStatus> files,
boolean isForceAllFiles) |
int delPartitionSize
int PartitionsIncludeDelFiles
org.apache.hadoop.hbase.io.hfile.CacheConfig cacheConfig
MyPartitionedMobCompactor(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.ColumnFamilyDescriptor column, ExecutorService pool, int delPartitionSize, org.apache.hadoop.hbase.io.hfile.CacheConfig cacheConf, int PartitionsIncludeDelFiles) throws IOException
IOException
public List<org.apache.hadoop.fs.Path> compact(List<org.apache.hadoop.fs.FileStatus> files, boolean isForceAllFiles) throws IOException
compact
in class org.apache.hadoop.hbase.mob.compactions.PartitionedMobCompactor
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.