@InterfaceAudience.LimitedPrivate(value="HBCK") public interface Hbck extends Abortable, Closeable
ClusterConnection.getHbck()
and call
Closeable.close()
when done.
Hbck client APIs will be mostly used by hbck tool which in turn can be used by operators to fix HBase and bringging it to consistent state.
ConnectionFactory
,
ClusterConnection
Modifier and Type | Method and Description |
---|---|
TableState |
setTableStateInMeta(TableState state)
Update table state in Meta only.
|
TableState setTableStateInMeta(TableState state) throws IOException
state
- table stateIOException
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.