| Package | Description |
|---|---|
| org.apache.hadoop.hbase.protobuf.generated |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<ZooKeeperProtos.TableCF> |
ZooKeeperProtos.TableCF.PARSER |
| Modifier and Type | Method and Description |
|---|---|
ZooKeeperProtos.TableCF |
ZooKeeperProtos.TableCF.Builder.build() |
ZooKeeperProtos.TableCF |
ZooKeeperProtos.TableCF.Builder.buildPartial() |
static ZooKeeperProtos.TableCF |
ZooKeeperProtos.TableCF.getDefaultInstance() |
ZooKeeperProtos.TableCF |
ZooKeeperProtos.TableCF.getDefaultInstanceForType() |
ZooKeeperProtos.TableCF |
ZooKeeperProtos.TableCF.Builder.getDefaultInstanceForType() |
ZooKeeperProtos.TableCF |
ZooKeeperProtos.ReplicationPeerOrBuilder.getTableCfs(int index)
repeated .hbase.pb.TableCF table_cfs = 5; |
ZooKeeperProtos.TableCF |
ZooKeeperProtos.ReplicationPeer.getTableCfs(int index)
repeated .hbase.pb.TableCF table_cfs = 5; |
ZooKeeperProtos.TableCF |
ZooKeeperProtos.ReplicationPeer.Builder.getTableCfs(int index)
repeated .hbase.pb.TableCF table_cfs = 5; |
static ZooKeeperProtos.TableCF |
ZooKeeperProtos.TableCF.parseDelimitedFrom(InputStream input) |
static ZooKeeperProtos.TableCF |
ZooKeeperProtos.TableCF.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperProtos.TableCF |
ZooKeeperProtos.TableCF.parseFrom(byte[] data) |
static ZooKeeperProtos.TableCF |
ZooKeeperProtos.TableCF.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperProtos.TableCF |
ZooKeeperProtos.TableCF.parseFrom(com.google.protobuf.ByteString data) |
static ZooKeeperProtos.TableCF |
ZooKeeperProtos.TableCF.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperProtos.TableCF |
ZooKeeperProtos.TableCF.parseFrom(com.google.protobuf.CodedInputStream input) |
static ZooKeeperProtos.TableCF |
ZooKeeperProtos.TableCF.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperProtos.TableCF |
ZooKeeperProtos.TableCF.parseFrom(InputStream input) |
static ZooKeeperProtos.TableCF |
ZooKeeperProtos.TableCF.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ZooKeeperProtos.TableCF> |
ZooKeeperProtos.TableCF.getParserForType() |
List<ZooKeeperProtos.TableCF> |
ZooKeeperProtos.ReplicationPeerOrBuilder.getTableCfsList()
repeated .hbase.pb.TableCF table_cfs = 5; |
List<ZooKeeperProtos.TableCF> |
ZooKeeperProtos.ReplicationPeer.getTableCfsList()
repeated .hbase.pb.TableCF table_cfs = 5; |
List<ZooKeeperProtos.TableCF> |
ZooKeeperProtos.ReplicationPeer.Builder.getTableCfsList()
repeated .hbase.pb.TableCF table_cfs = 5; |
| Modifier and Type | Method and Description |
|---|---|
ZooKeeperProtos.ReplicationPeer.Builder |
ZooKeeperProtos.ReplicationPeer.Builder.addTableCfs(int index,
ZooKeeperProtos.TableCF value)
repeated .hbase.pb.TableCF table_cfs = 5; |
ZooKeeperProtos.ReplicationPeer.Builder |
ZooKeeperProtos.ReplicationPeer.Builder.addTableCfs(ZooKeeperProtos.TableCF value)
repeated .hbase.pb.TableCF table_cfs = 5; |
ZooKeeperProtos.TableCF.Builder |
ZooKeeperProtos.TableCF.Builder.mergeFrom(ZooKeeperProtos.TableCF other) |
static ZooKeeperProtos.TableCF.Builder |
ZooKeeperProtos.TableCF.newBuilder(ZooKeeperProtos.TableCF prototype) |
ZooKeeperProtos.ReplicationPeer.Builder |
ZooKeeperProtos.ReplicationPeer.Builder.setTableCfs(int index,
ZooKeeperProtos.TableCF value)
repeated .hbase.pb.TableCF table_cfs = 5; |
| Modifier and Type | Method and Description |
|---|---|
ZooKeeperProtos.ReplicationPeer.Builder |
ZooKeeperProtos.ReplicationPeer.Builder.addAllTableCfs(Iterable<? extends ZooKeeperProtos.TableCF> values)
repeated .hbase.pb.TableCF table_cfs = 5; |
Copyright © 2007–2019 Cloudera. All rights reserved.