HiveMetastore.NotificationEvent.Builder |
HiveMetastore.GetNextNotificationResponse.Builder.addEventsBuilder()
repeated .org.apache.hadoop.hive.metastore.grpc.NotificationEvent events = 1;
|
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.GetNextNotificationResponse.Builder.addEventsBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.NotificationEvent events = 1;
|
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.clear() |
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.clearCatName()
string cat_name = 8;
|
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.clearDbName()
string db_name = 4;
|
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.clearEventId()
int64 event_id = 1;
|
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.clearEventTime()
int32 event_time = 2;
|
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.clearEventType()
string event_type = 3;
|
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.clearMessage()
string message = 6;
|
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.clearMessageFormat()
string message_format = 7;
|
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.clearTableName()
string table_name = 5;
|
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.clone() |
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.GetNextNotificationResponse.Builder.getEventsBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.NotificationEvent events = 1;
|
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.mergeFrom(HiveMetastore.NotificationEvent other) |
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.mergeFrom(com.google.protobuf.Message other) |
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.newBuilder() |
static HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.newBuilder(HiveMetastore.NotificationEvent prototype) |
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.newBuilderForType() |
protected HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.setCatName(String value)
string cat_name = 8;
|
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.setCatNameBytes(com.google.protobuf.ByteString value)
string cat_name = 8;
|
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.setDbName(String value)
string db_name = 4;
|
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.setDbNameBytes(com.google.protobuf.ByteString value)
string db_name = 4;
|
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.setEventId(long value)
int64 event_id = 1;
|
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.setEventTime(int value)
int32 event_time = 2;
|
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.setEventType(String value)
string event_type = 3;
|
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.setEventTypeBytes(com.google.protobuf.ByteString value)
string event_type = 3;
|
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.setMessage(String value)
string message = 6;
|
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.setMessageBytes(com.google.protobuf.ByteString value)
string message = 6;
|
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.setMessageFormat(String value)
string message_format = 7;
|
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.setMessageFormatBytes(com.google.protobuf.ByteString value)
string message_format = 7;
|
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.setTableName(String value)
string table_name = 5;
|
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.setTableNameBytes(com.google.protobuf.ByteString value)
string table_name = 5;
|
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
HiveMetastore.NotificationEvent.Builder |
HiveMetastore.NotificationEvent.toBuilder() |