public static interface ZooKeeperProtos.DeprecatedTableStateOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ZooKeeperProtos.DeprecatedTableState.State |
getState()
This is the table's state.
|
boolean |
hasState()
This is the table's state.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasState()
This is the table's state. If no znode for a table, its state is presumed enabled. See o.a.h.h.zookeeper.ZKTable class for more.
required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED];ZooKeeperProtos.DeprecatedTableState.State getState()
This is the table's state. If no znode for a table, its state is presumed enabled. See o.a.h.h.zookeeper.ZKTable class for more.
required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED];Copyright © 2007–2019 Cloudera. All rights reserved.