Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.regionserver.compactions |
Modifier and Type | Class and Description |
---|---|
class |
StoreEngine<SF extends org.apache.hadoop.hbase.regionserver.StoreFlusher,CP extends CompactionPolicy,C extends Compactor,SFM extends StoreFileManager>
StoreEngine is a factory that can create the objects necessary for HStore to operate.
|
Modifier and Type | Field and Description |
---|---|
protected C |
StoreEngine.compactor |
Modifier and Type | Method and Description |
---|---|
Compactor |
StoreEngine.getCompactor() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCompactor
Compact passed set of files.
|
class |
StripeCompactor
This is the placeholder for stripe compactor.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.