HiveMetastore.GetNextNotificationResponse.Builder |
HiveMetastore.GetNextNotificationResponse.Builder.addAllEvents(Iterable<? extends HiveMetastore.NotificationEvent> values)
repeated .org.apache.hadoop.hive.metastore.grpc.NotificationEvent events = 1;
|
HiveMetastore.GetNextNotificationResponse.Builder |
HiveMetastore.GetNextNotificationResponse.Builder.addEvents(HiveMetastore.NotificationEvent.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.NotificationEvent events = 1;
|
HiveMetastore.GetNextNotificationResponse.Builder |
HiveMetastore.GetNextNotificationResponse.Builder.addEvents(HiveMetastore.NotificationEvent value)
repeated .org.apache.hadoop.hive.metastore.grpc.NotificationEvent events = 1;
|
HiveMetastore.GetNextNotificationResponse.Builder |
HiveMetastore.GetNextNotificationResponse.Builder.addEvents(int index,
HiveMetastore.NotificationEvent.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.NotificationEvent events = 1;
|
HiveMetastore.GetNextNotificationResponse.Builder |
HiveMetastore.GetNextNotificationResponse.Builder.addEvents(int index,
HiveMetastore.NotificationEvent value)
repeated .org.apache.hadoop.hive.metastore.grpc.NotificationEvent events = 1;
|
HiveMetastore.GetNextNotificationResponse.Builder |
HiveMetastore.GetNextNotificationResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HiveMetastore.GetNextNotificationResponse.Builder |
HiveMetastore.GetNextNotificationResponse.Builder.clear() |
HiveMetastore.GetNextNotificationResponse.Builder |
HiveMetastore.GetNextNotificationResponse.Builder.clearEvents()
repeated .org.apache.hadoop.hive.metastore.grpc.NotificationEvent events = 1;
|
HiveMetastore.GetNextNotificationResponse.Builder |
HiveMetastore.GetNextNotificationResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
HiveMetastore.GetNextNotificationResponse.Builder |
HiveMetastore.GetNextNotificationResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HiveMetastore.GetNextNotificationResponse.Builder |
HiveMetastore.GetNextNotificationResponse.Builder.clone() |
HiveMetastore.GetNextNotificationResponse.Builder |
HiveMetastore.GetNextNotificationResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HiveMetastore.GetNextNotificationResponse.Builder |
HiveMetastore.GetNextNotificationResponse.Builder.mergeFrom(HiveMetastore.GetNextNotificationResponse other) |
HiveMetastore.GetNextNotificationResponse.Builder |
HiveMetastore.GetNextNotificationResponse.Builder.mergeFrom(com.google.protobuf.Message other) |
HiveMetastore.GetNextNotificationResponse.Builder |
HiveMetastore.GetNextNotificationResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static HiveMetastore.GetNextNotificationResponse.Builder |
HiveMetastore.GetNextNotificationResponse.newBuilder() |
static HiveMetastore.GetNextNotificationResponse.Builder |
HiveMetastore.GetNextNotificationResponse.newBuilder(HiveMetastore.GetNextNotificationResponse prototype) |
HiveMetastore.GetNextNotificationResponse.Builder |
HiveMetastore.GetNextNotificationResponse.newBuilderForType() |
protected HiveMetastore.GetNextNotificationResponse.Builder |
HiveMetastore.GetNextNotificationResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
HiveMetastore.GetNextNotificationResponse.Builder |
HiveMetastore.GetNextNotificationResponse.Builder.removeEvents(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.NotificationEvent events = 1;
|
HiveMetastore.GetNextNotificationResponse.Builder |
HiveMetastore.GetNextNotificationResponse.Builder.setEvents(int index,
HiveMetastore.NotificationEvent.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.NotificationEvent events = 1;
|
HiveMetastore.GetNextNotificationResponse.Builder |
HiveMetastore.GetNextNotificationResponse.Builder.setEvents(int index,
HiveMetastore.NotificationEvent value)
repeated .org.apache.hadoop.hive.metastore.grpc.NotificationEvent events = 1;
|
HiveMetastore.GetNextNotificationResponse.Builder |
HiveMetastore.GetNextNotificationResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HiveMetastore.GetNextNotificationResponse.Builder |
HiveMetastore.GetNextNotificationResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
HiveMetastore.GetNextNotificationResponse.Builder |
HiveMetastore.GetNextNotificationResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
HiveMetastore.GetNextNotificationResponse.Builder |
HiveMetastore.GetNextNotificationResponse.toBuilder() |