| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.grpc |
| Modifier and Type | Method and Description |
|---|---|
HiveMetastore.StringList |
HiveMetastore.StringList.Builder.build() |
HiveMetastore.StringList |
HiveMetastore.StringList.Builder.buildPartial() |
static HiveMetastore.StringList |
HiveMetastore.StringList.getDefaultInstance() |
HiveMetastore.StringList |
HiveMetastore.StringList.getDefaultInstanceForType() |
HiveMetastore.StringList |
HiveMetastore.StringList.Builder.getDefaultInstanceForType() |
HiveMetastore.StringList |
HiveMetastore.MapStringListStringEntryOrBuilder.getKey()
.org.apache.hadoop.hive.metastore.grpc.StringList key = 1; |
HiveMetastore.StringList |
HiveMetastore.MapStringListStringEntry.getKey()
.org.apache.hadoop.hive.metastore.grpc.StringList key = 1; |
HiveMetastore.StringList |
HiveMetastore.MapStringListStringEntry.Builder.getKey()
.org.apache.hadoop.hive.metastore.grpc.StringList key = 1; |
HiveMetastore.StringList |
HiveMetastore.RequestPartsSpecOrBuilder.getNames()
.org.apache.hadoop.hive.metastore.grpc.StringList names = 1; |
HiveMetastore.StringList |
HiveMetastore.RequestPartsSpec.getNames()
.org.apache.hadoop.hive.metastore.grpc.StringList names = 1; |
HiveMetastore.StringList |
HiveMetastore.RequestPartsSpec.Builder.getNames()
.org.apache.hadoop.hive.metastore.grpc.StringList names = 1; |
HiveMetastore.StringList |
HiveMetastore.SkewedInfoOrBuilder.getSkewedColValues(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.StringList skewed_col_values = 2; |
HiveMetastore.StringList |
HiveMetastore.SkewedInfo.getSkewedColValues(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.StringList skewed_col_values = 2; |
HiveMetastore.StringList |
HiveMetastore.SkewedInfo.Builder.getSkewedColValues(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.StringList skewed_col_values = 2; |
static HiveMetastore.StringList |
HiveMetastore.StringList.parseDelimitedFrom(InputStream input) |
static HiveMetastore.StringList |
HiveMetastore.StringList.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveMetastore.StringList |
HiveMetastore.StringList.parseFrom(byte[] data) |
static HiveMetastore.StringList |
HiveMetastore.StringList.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveMetastore.StringList |
HiveMetastore.StringList.parseFrom(ByteBuffer data) |
static HiveMetastore.StringList |
HiveMetastore.StringList.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveMetastore.StringList |
HiveMetastore.StringList.parseFrom(com.google.protobuf.ByteString data) |
static HiveMetastore.StringList |
HiveMetastore.StringList.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveMetastore.StringList |
HiveMetastore.StringList.parseFrom(com.google.protobuf.CodedInputStream input) |
static HiveMetastore.StringList |
HiveMetastore.StringList.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveMetastore.StringList |
HiveMetastore.StringList.parseFrom(InputStream input) |
static HiveMetastore.StringList |
HiveMetastore.StringList.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<HiveMetastore.StringList> |
HiveMetastore.StringList.getParserForType() |
List<HiveMetastore.StringList> |
HiveMetastore.SkewedInfoOrBuilder.getSkewedColValuesList()
repeated .org.apache.hadoop.hive.metastore.grpc.StringList skewed_col_values = 2; |
List<HiveMetastore.StringList> |
HiveMetastore.SkewedInfo.getSkewedColValuesList()
repeated .org.apache.hadoop.hive.metastore.grpc.StringList skewed_col_values = 2; |
List<HiveMetastore.StringList> |
HiveMetastore.SkewedInfo.Builder.getSkewedColValuesList()
repeated .org.apache.hadoop.hive.metastore.grpc.StringList skewed_col_values = 2; |
static com.google.protobuf.Parser<HiveMetastore.StringList> |
HiveMetastore.StringList.parser() |
| Modifier and Type | Method and Description |
|---|---|
HiveMetastore.SkewedInfo.Builder |
HiveMetastore.SkewedInfo.Builder.addSkewedColValues(HiveMetastore.StringList value)
repeated .org.apache.hadoop.hive.metastore.grpc.StringList skewed_col_values = 2; |
HiveMetastore.SkewedInfo.Builder |
HiveMetastore.SkewedInfo.Builder.addSkewedColValues(int index,
HiveMetastore.StringList value)
repeated .org.apache.hadoop.hive.metastore.grpc.StringList skewed_col_values = 2; |
HiveMetastore.StringList.Builder |
HiveMetastore.StringList.Builder.mergeFrom(HiveMetastore.StringList other) |
HiveMetastore.MapStringListStringEntry.Builder |
HiveMetastore.MapStringListStringEntry.Builder.mergeKey(HiveMetastore.StringList value)
.org.apache.hadoop.hive.metastore.grpc.StringList key = 1; |
HiveMetastore.RequestPartsSpec.Builder |
HiveMetastore.RequestPartsSpec.Builder.mergeNames(HiveMetastore.StringList value)
.org.apache.hadoop.hive.metastore.grpc.StringList names = 1; |
static HiveMetastore.StringList.Builder |
HiveMetastore.StringList.newBuilder(HiveMetastore.StringList prototype) |
HiveMetastore.MapStringListStringEntry.Builder |
HiveMetastore.MapStringListStringEntry.Builder.setKey(HiveMetastore.StringList value)
.org.apache.hadoop.hive.metastore.grpc.StringList key = 1; |
HiveMetastore.RequestPartsSpec.Builder |
HiveMetastore.RequestPartsSpec.Builder.setNames(HiveMetastore.StringList value)
.org.apache.hadoop.hive.metastore.grpc.StringList names = 1; |
HiveMetastore.SkewedInfo.Builder |
HiveMetastore.SkewedInfo.Builder.setSkewedColValues(int index,
HiveMetastore.StringList value)
repeated .org.apache.hadoop.hive.metastore.grpc.StringList skewed_col_values = 2; |
| Modifier and Type | Method and Description |
|---|---|
HiveMetastore.SkewedInfo.Builder |
HiveMetastore.SkewedInfo.Builder.addAllSkewedColValues(Iterable<? extends HiveMetastore.StringList> values)
repeated .org.apache.hadoop.hive.metastore.grpc.StringList skewed_col_values = 2; |
Copyright © 2024 The Apache Software Foundation. All rights reserved.