public static interface HiveHookEvents.HiveHookEventProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEventType()
optional string eventType = 1; |
com.google.protobuf.ByteString |
getEventTypeBytes()
optional string eventType = 1; |
String |
getExecutionMode()
optional string executionMode = 4; |
com.google.protobuf.ByteString |
getExecutionModeBytes()
optional string executionMode = 4; |
String |
getHiveQueryId()
optional string hiveQueryId = 2; |
com.google.protobuf.ByteString |
getHiveQueryIdBytes()
optional string hiveQueryId = 2; |
String |
getOperationId()
optional string operationId = 8; |
com.google.protobuf.ByteString |
getOperationIdBytes()
optional string operationId = 8; |
HiveHookEvents.MapFieldEntry |
getOtherInfo(int index)
repeated .MapFieldEntry otherInfo = 50; |
int |
getOtherInfoCount()
repeated .MapFieldEntry otherInfo = 50; |
List<HiveHookEvents.MapFieldEntry> |
getOtherInfoList()
repeated .MapFieldEntry otherInfo = 50; |
HiveHookEvents.MapFieldEntryOrBuilder |
getOtherInfoOrBuilder(int index)
repeated .MapFieldEntry otherInfo = 50; |
List<? extends HiveHookEvents.MapFieldEntryOrBuilder> |
getOtherInfoOrBuilderList()
repeated .MapFieldEntry otherInfo = 50; |
String |
getQueue()
optional string queue = 6; |
com.google.protobuf.ByteString |
getQueueBytes()
optional string queue = 6; |
String |
getRequestUser()
optional string requestUser = 5; |
com.google.protobuf.ByteString |
getRequestUserBytes()
optional string requestUser = 5; |
String |
getTablesRead(int index)
repeated string tablesRead = 10; |
com.google.protobuf.ByteString |
getTablesReadBytes(int index)
repeated string tablesRead = 10; |
int |
getTablesReadCount()
repeated string tablesRead = 10; |
List<String> |
getTablesReadList()
repeated string tablesRead = 10; |
String |
getTablesWritten(int index)
repeated string tablesWritten = 9; |
com.google.protobuf.ByteString |
getTablesWrittenBytes(int index)
repeated string tablesWritten = 9; |
int |
getTablesWrittenCount()
repeated string tablesWritten = 9; |
List<String> |
getTablesWrittenList()
repeated string tablesWritten = 9; |
long |
getTimestamp()
optional int64 timestamp = 3; |
String |
getUser()
optional string user = 7; |
com.google.protobuf.ByteString |
getUserBytes()
optional string user = 7; |
boolean |
hasEventType()
optional string eventType = 1; |
boolean |
hasExecutionMode()
optional string executionMode = 4; |
boolean |
hasHiveQueryId()
optional string hiveQueryId = 2; |
boolean |
hasOperationId()
optional string operationId = 8; |
boolean |
hasQueue()
optional string queue = 6; |
boolean |
hasRequestUser()
optional string requestUser = 5; |
boolean |
hasTimestamp()
optional int64 timestamp = 3; |
boolean |
hasUser()
optional string user = 7; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEventType()
optional string eventType = 1;String getEventType()
optional string eventType = 1;com.google.protobuf.ByteString getEventTypeBytes()
optional string eventType = 1;boolean hasHiveQueryId()
optional string hiveQueryId = 2;String getHiveQueryId()
optional string hiveQueryId = 2;com.google.protobuf.ByteString getHiveQueryIdBytes()
optional string hiveQueryId = 2;boolean hasTimestamp()
optional int64 timestamp = 3;long getTimestamp()
optional int64 timestamp = 3;boolean hasExecutionMode()
optional string executionMode = 4;String getExecutionMode()
optional string executionMode = 4;com.google.protobuf.ByteString getExecutionModeBytes()
optional string executionMode = 4;boolean hasRequestUser()
optional string requestUser = 5;String getRequestUser()
optional string requestUser = 5;com.google.protobuf.ByteString getRequestUserBytes()
optional string requestUser = 5;boolean hasQueue()
optional string queue = 6;String getQueue()
optional string queue = 6;com.google.protobuf.ByteString getQueueBytes()
optional string queue = 6;boolean hasUser()
optional string user = 7;String getUser()
optional string user = 7;com.google.protobuf.ByteString getUserBytes()
optional string user = 7;boolean hasOperationId()
optional string operationId = 8;String getOperationId()
optional string operationId = 8;com.google.protobuf.ByteString getOperationIdBytes()
optional string operationId = 8;List<String> getTablesWrittenList()
repeated string tablesWritten = 9;int getTablesWrittenCount()
repeated string tablesWritten = 9;String getTablesWritten(int index)
repeated string tablesWritten = 9;index - The index of the element to return.com.google.protobuf.ByteString getTablesWrittenBytes(int index)
repeated string tablesWritten = 9;index - The index of the value to return.List<String> getTablesReadList()
repeated string tablesRead = 10;int getTablesReadCount()
repeated string tablesRead = 10;String getTablesRead(int index)
repeated string tablesRead = 10;index - The index of the element to return.com.google.protobuf.ByteString getTablesReadBytes(int index)
repeated string tablesRead = 10;index - The index of the value to return.List<HiveHookEvents.MapFieldEntry> getOtherInfoList()
repeated .MapFieldEntry otherInfo = 50;HiveHookEvents.MapFieldEntry getOtherInfo(int index)
repeated .MapFieldEntry otherInfo = 50;int getOtherInfoCount()
repeated .MapFieldEntry otherInfo = 50;List<? extends HiveHookEvents.MapFieldEntryOrBuilder> getOtherInfoOrBuilderList()
repeated .MapFieldEntry otherInfo = 50;HiveHookEvents.MapFieldEntryOrBuilder getOtherInfoOrBuilder(int index)
repeated .MapFieldEntry otherInfo = 50;Copyright © 2024 The Apache Software Foundation. All rights reserved.