HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.Builder.clear() |
HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.Builder.clearDbName()
string db_name = 1;
|
HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.Builder.clearEventType()
.org.apache.hadoop.hive.metastore.grpc.PartitionEventType event_type = 4;
|
HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.Builder.clearPartVals() |
HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.Builder.clearTblName()
string tbl_name = 2;
|
HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.Builder.clone() |
HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.Builder.mergeFrom(HiveMetastore.MarkPartitionForEventRequest other) |
HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.newBuilder() |
static HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.newBuilder(HiveMetastore.MarkPartitionForEventRequest prototype) |
HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.newBuilderForType() |
protected HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.Builder.putAllPartVals(Map<String,String> values)
map<string, string> part_vals = 3;
|
HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.Builder.putPartVals(String key,
String value)
map<string, string> part_vals = 3;
|
HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.Builder.removePartVals(String key)
map<string, string> part_vals = 3;
|
HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.Builder.setDbName(String value)
string db_name = 1;
|
HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.Builder.setDbNameBytes(com.google.protobuf.ByteString value)
string db_name = 1;
|
HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.Builder.setEventType(HiveMetastore.PartitionEventType value)
.org.apache.hadoop.hive.metastore.grpc.PartitionEventType event_type = 4;
|
HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.Builder.setEventTypeValue(int value)
.org.apache.hadoop.hive.metastore.grpc.PartitionEventType event_type = 4;
|
HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.Builder.setTblName(String value)
string tbl_name = 2;
|
HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.Builder.setTblNameBytes(com.google.protobuf.ByteString value)
string tbl_name = 2;
|
HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
HiveMetastore.MarkPartitionForEventRequest.Builder |
HiveMetastore.MarkPartitionForEventRequest.toBuilder() |