public static final class ZooKeeperProtos.DeprecatedTableState.Builder extends com.google.protobuf.GeneratedMessage.Builder<ZooKeeperProtos.DeprecatedTableState.Builder> implements ZooKeeperProtos.DeprecatedTableStateOrBuilder
hbase.pb.DeprecatedTableState
The znode that holds state of table. Deprected, table state is stored in table descriptor on HDFS.
| 限定符和类型 | 方法和说明 |
|---|---|
ZooKeeperProtos.DeprecatedTableState |
build() |
ZooKeeperProtos.DeprecatedTableState |
buildPartial() |
ZooKeeperProtos.DeprecatedTableState.Builder |
clear() |
ZooKeeperProtos.DeprecatedTableState.Builder |
clearState()
required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED];
This is the table's state. |
ZooKeeperProtos.DeprecatedTableState.Builder |
clone() |
ZooKeeperProtos.DeprecatedTableState |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
ZooKeeperProtos.DeprecatedTableState.State |
getState()
required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED];
This is the table's state. |
boolean |
hasState()
required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED];
This is the table's state. |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ZooKeeperProtos.DeprecatedTableState.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ZooKeeperProtos.DeprecatedTableState.Builder |
mergeFrom(com.google.protobuf.Message other) |
ZooKeeperProtos.DeprecatedTableState.Builder |
mergeFrom(ZooKeeperProtos.DeprecatedTableState other) |
ZooKeeperProtos.DeprecatedTableState.Builder |
setState(ZooKeeperProtos.DeprecatedTableState.State value)
required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED];
This is the table's state. |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessage.Builder<ZooKeeperProtos.DeprecatedTableState.Builder>public ZooKeeperProtos.DeprecatedTableState.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessage.Builder<ZooKeeperProtos.DeprecatedTableState.Builder>public ZooKeeperProtos.DeprecatedTableState.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessage.Builder<ZooKeeperProtos.DeprecatedTableState.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessage.Builder<ZooKeeperProtos.DeprecatedTableState.Builder>public ZooKeeperProtos.DeprecatedTableState getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic ZooKeeperProtos.DeprecatedTableState build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic ZooKeeperProtos.DeprecatedTableState buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic ZooKeeperProtos.DeprecatedTableState.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ZooKeeperProtos.DeprecatedTableState.Builder>public ZooKeeperProtos.DeprecatedTableState.Builder mergeFrom(ZooKeeperProtos.DeprecatedTableState other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessage.Builder<ZooKeeperProtos.DeprecatedTableState.Builder>public ZooKeeperProtos.DeprecatedTableState.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ZooKeeperProtos.DeprecatedTableState.Builder>IOExceptionpublic boolean hasState()
required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED];
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.
public ZooKeeperProtos.DeprecatedTableState.State getState()
required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED];
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.
public ZooKeeperProtos.DeprecatedTableState.Builder setState(ZooKeeperProtos.DeprecatedTableState.State value)
required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED];
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.
public ZooKeeperProtos.DeprecatedTableState.Builder clearState()
required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED];
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.
Copyright © 2007–2019. All rights reserved.