| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.grpc |
| Modifier and Type | Method and Description |
|---|---|
HiveMetastore.SQLPrimaryKey |
HiveMetastore.SQLPrimaryKey.Builder.build() |
HiveMetastore.SQLPrimaryKey |
HiveMetastore.SQLPrimaryKey.Builder.buildPartial() |
static HiveMetastore.SQLPrimaryKey |
HiveMetastore.SQLPrimaryKey.getDefaultInstance() |
HiveMetastore.SQLPrimaryKey |
HiveMetastore.SQLPrimaryKey.getDefaultInstanceForType() |
HiveMetastore.SQLPrimaryKey |
HiveMetastore.SQLPrimaryKey.Builder.getDefaultInstanceForType() |
HiveMetastore.SQLPrimaryKey |
HiveMetastore.AddPrimaryKeyRequestOrBuilder.getPrimaryKeyCols(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_key_cols = 1; |
HiveMetastore.SQLPrimaryKey |
HiveMetastore.AddPrimaryKeyRequest.getPrimaryKeyCols(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_key_cols = 1; |
HiveMetastore.SQLPrimaryKey |
HiveMetastore.AddPrimaryKeyRequest.Builder.getPrimaryKeyCols(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_key_cols = 1; |
HiveMetastore.SQLPrimaryKey |
HiveMetastore.SQLAllTableConstraintsOrBuilder.getPrimaryKeys(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
HiveMetastore.SQLPrimaryKey |
HiveMetastore.SQLAllTableConstraints.getPrimaryKeys(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
HiveMetastore.SQLPrimaryKey |
HiveMetastore.SQLAllTableConstraints.Builder.getPrimaryKeys(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
HiveMetastore.SQLPrimaryKey |
HiveMetastore.CreateTableReqRequestOrBuilder.getPrimaryKeys(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 3; |
HiveMetastore.SQLPrimaryKey |
HiveMetastore.CreateTableReqRequest.getPrimaryKeys(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 3; |
HiveMetastore.SQLPrimaryKey |
HiveMetastore.CreateTableReqRequest.Builder.getPrimaryKeys(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 3; |
HiveMetastore.SQLPrimaryKey |
HiveMetastore.GetPrimaryKeysResponseOrBuilder.getPrimaryKeys(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
HiveMetastore.SQLPrimaryKey |
HiveMetastore.GetPrimaryKeysResponse.getPrimaryKeys(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
HiveMetastore.SQLPrimaryKey |
HiveMetastore.GetPrimaryKeysResponse.Builder.getPrimaryKeys(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
static HiveMetastore.SQLPrimaryKey |
HiveMetastore.SQLPrimaryKey.parseDelimitedFrom(InputStream input) |
static HiveMetastore.SQLPrimaryKey |
HiveMetastore.SQLPrimaryKey.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveMetastore.SQLPrimaryKey |
HiveMetastore.SQLPrimaryKey.parseFrom(byte[] data) |
static HiveMetastore.SQLPrimaryKey |
HiveMetastore.SQLPrimaryKey.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveMetastore.SQLPrimaryKey |
HiveMetastore.SQLPrimaryKey.parseFrom(ByteBuffer data) |
static HiveMetastore.SQLPrimaryKey |
HiveMetastore.SQLPrimaryKey.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveMetastore.SQLPrimaryKey |
HiveMetastore.SQLPrimaryKey.parseFrom(com.google.protobuf.ByteString data) |
static HiveMetastore.SQLPrimaryKey |
HiveMetastore.SQLPrimaryKey.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveMetastore.SQLPrimaryKey |
HiveMetastore.SQLPrimaryKey.parseFrom(com.google.protobuf.CodedInputStream input) |
static HiveMetastore.SQLPrimaryKey |
HiveMetastore.SQLPrimaryKey.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveMetastore.SQLPrimaryKey |
HiveMetastore.SQLPrimaryKey.parseFrom(InputStream input) |
static HiveMetastore.SQLPrimaryKey |
HiveMetastore.SQLPrimaryKey.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<HiveMetastore.SQLPrimaryKey> |
HiveMetastore.SQLPrimaryKey.getParserForType() |
List<HiveMetastore.SQLPrimaryKey> |
HiveMetastore.AddPrimaryKeyRequestOrBuilder.getPrimaryKeyColsList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_key_cols = 1; |
List<HiveMetastore.SQLPrimaryKey> |
HiveMetastore.AddPrimaryKeyRequest.getPrimaryKeyColsList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_key_cols = 1; |
List<HiveMetastore.SQLPrimaryKey> |
HiveMetastore.AddPrimaryKeyRequest.Builder.getPrimaryKeyColsList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_key_cols = 1; |
List<HiveMetastore.SQLPrimaryKey> |
HiveMetastore.SQLAllTableConstraintsOrBuilder.getPrimaryKeysList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
List<HiveMetastore.SQLPrimaryKey> |
HiveMetastore.SQLAllTableConstraints.getPrimaryKeysList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
List<HiveMetastore.SQLPrimaryKey> |
HiveMetastore.SQLAllTableConstraints.Builder.getPrimaryKeysList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
List<HiveMetastore.SQLPrimaryKey> |
HiveMetastore.CreateTableReqRequestOrBuilder.getPrimaryKeysList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 3; |
List<HiveMetastore.SQLPrimaryKey> |
HiveMetastore.CreateTableReqRequest.getPrimaryKeysList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 3; |
List<HiveMetastore.SQLPrimaryKey> |
HiveMetastore.CreateTableReqRequest.Builder.getPrimaryKeysList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 3; |
List<HiveMetastore.SQLPrimaryKey> |
HiveMetastore.GetPrimaryKeysResponseOrBuilder.getPrimaryKeysList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
List<HiveMetastore.SQLPrimaryKey> |
HiveMetastore.GetPrimaryKeysResponse.getPrimaryKeysList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
List<HiveMetastore.SQLPrimaryKey> |
HiveMetastore.GetPrimaryKeysResponse.Builder.getPrimaryKeysList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
static com.google.protobuf.Parser<HiveMetastore.SQLPrimaryKey> |
HiveMetastore.SQLPrimaryKey.parser() |
| Modifier and Type | Method and Description |
|---|---|
HiveMetastore.AddPrimaryKeyRequest.Builder |
HiveMetastore.AddPrimaryKeyRequest.Builder.addPrimaryKeyCols(HiveMetastore.SQLPrimaryKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_key_cols = 1; |
HiveMetastore.AddPrimaryKeyRequest.Builder |
HiveMetastore.AddPrimaryKeyRequest.Builder.addPrimaryKeyCols(int index,
HiveMetastore.SQLPrimaryKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_key_cols = 1; |
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addPrimaryKeys(HiveMetastore.SQLPrimaryKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
HiveMetastore.CreateTableReqRequest.Builder |
HiveMetastore.CreateTableReqRequest.Builder.addPrimaryKeys(HiveMetastore.SQLPrimaryKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 3; |
HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.Builder.addPrimaryKeys(HiveMetastore.SQLPrimaryKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addPrimaryKeys(int index,
HiveMetastore.SQLPrimaryKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
HiveMetastore.CreateTableReqRequest.Builder |
HiveMetastore.CreateTableReqRequest.Builder.addPrimaryKeys(int index,
HiveMetastore.SQLPrimaryKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 3; |
HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.Builder.addPrimaryKeys(int index,
HiveMetastore.SQLPrimaryKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
HiveMetastore.SQLPrimaryKey.Builder |
HiveMetastore.SQLPrimaryKey.Builder.mergeFrom(HiveMetastore.SQLPrimaryKey other) |
static HiveMetastore.SQLPrimaryKey.Builder |
HiveMetastore.SQLPrimaryKey.newBuilder(HiveMetastore.SQLPrimaryKey prototype) |
HiveMetastore.AddPrimaryKeyRequest.Builder |
HiveMetastore.AddPrimaryKeyRequest.Builder.setPrimaryKeyCols(int index,
HiveMetastore.SQLPrimaryKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_key_cols = 1; |
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.setPrimaryKeys(int index,
HiveMetastore.SQLPrimaryKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
HiveMetastore.CreateTableReqRequest.Builder |
HiveMetastore.CreateTableReqRequest.Builder.setPrimaryKeys(int index,
HiveMetastore.SQLPrimaryKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 3; |
HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.Builder.setPrimaryKeys(int index,
HiveMetastore.SQLPrimaryKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
| Modifier and Type | Method and Description |
|---|---|
HiveMetastore.AddPrimaryKeyRequest.Builder |
HiveMetastore.AddPrimaryKeyRequest.Builder.addAllPrimaryKeyCols(Iterable<? extends HiveMetastore.SQLPrimaryKey> values)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_key_cols = 1; |
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addAllPrimaryKeys(Iterable<? extends HiveMetastore.SQLPrimaryKey> values)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
HiveMetastore.CreateTableReqRequest.Builder |
HiveMetastore.CreateTableReqRequest.Builder.addAllPrimaryKeys(Iterable<? extends HiveMetastore.SQLPrimaryKey> values)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 3; |
HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.Builder.addAllPrimaryKeys(Iterable<? extends HiveMetastore.SQLPrimaryKey> values)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
Copyright © 2024 The Apache Software Foundation. All rights reserved.