public static interface LlapDaemonProtocolProtos.TableProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPartKey(int index)
repeated string part_key = 2; |
com.google.protobuf.ByteString |
getPartKeyBytes(int index)
repeated string part_key = 2; |
int |
getPartKeyCount()
repeated string part_key = 2; |
List<String> |
getPartKeyList()
repeated string part_key = 2; |
String |
getPartVal(int index)
repeated string part_val = 3; |
com.google.protobuf.ByteString |
getPartValBytes(int index)
repeated string part_val = 3; |
int |
getPartValCount()
repeated string part_val = 3; |
List<String> |
getPartValList()
repeated string part_val = 3; |
String |
getTableName()
required string table_name = 1; |
com.google.protobuf.ByteString |
getTableNameBytes()
required string table_name = 1; |
boolean |
hasTableName()
required string table_name = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTableName()
required string table_name = 1;String getTableName()
required string table_name = 1;com.google.protobuf.ByteString getTableNameBytes()
required string table_name = 1;List<String> getPartKeyList()
repeated string part_key = 2;int getPartKeyCount()
repeated string part_key = 2;String getPartKey(int index)
repeated string part_key = 2;index - The index of the element to return.com.google.protobuf.ByteString getPartKeyBytes(int index)
repeated string part_key = 2;index - The index of the value to return.List<String> getPartValList()
repeated string part_val = 3;int getPartValCount()
repeated string part_val = 3;String getPartVal(int index)
repeated string part_val = 3;index - The index of the element to return.com.google.protobuf.ByteString getPartValBytes(int index)
repeated string part_val = 3;index - The index of the value to return.Copyright © 2024 The Apache Software Foundation. All rights reserved.