Package | Description |
---|---|
org.apache.hadoop.hbase.procedure2.store | |
org.apache.hadoop.hbase.procedure2.store.region | |
org.apache.hadoop.hbase.procedure2.store.wal |
Modifier and Type | Class and Description |
---|---|
class |
NoopProcedureStore
An In-Memory store that does not keep track of the procedures inserted.
|
Modifier and Type | Class and Description |
---|---|
class |
RegionProcedureStore
A procedure store which uses the master local store to store all the procedures.
|
Modifier and Type | Class and Description |
---|---|
class |
WALProcedureStore
Deprecated.
Since 2.3.0, will be removed in 4.0.0. Keep here only for rolling upgrading, now we
use the new region based procedure store.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.