public interface HiveBucketPropertyOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBucketCount()
optional int64 bucket_count = 2; |
String |
getBucketedBy(int index)
repeated string bucketed_by = 1; |
com.google.protobuf.ByteString |
getBucketedByBytes(int index)
repeated string bucketed_by = 1; |
int |
getBucketedByCount()
repeated string bucketed_by = 1; |
List<String> |
getBucketedByList()
repeated string bucketed_by = 1; |
SortingColumn |
getSortedBy(int index)
repeated .alluxio.grpc.table.layout.SortingColumn sorted_by = 3; |
int |
getSortedByCount()
repeated .alluxio.grpc.table.layout.SortingColumn sorted_by = 3; |
List<SortingColumn> |
getSortedByList()
repeated .alluxio.grpc.table.layout.SortingColumn sorted_by = 3; |
SortingColumnOrBuilder |
getSortedByOrBuilder(int index)
repeated .alluxio.grpc.table.layout.SortingColumn sorted_by = 3; |
List<? extends SortingColumnOrBuilder> |
getSortedByOrBuilderList()
repeated .alluxio.grpc.table.layout.SortingColumn sorted_by = 3; |
boolean |
hasBucketCount()
optional int64 bucket_count = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<String> getBucketedByList()
repeated string bucketed_by = 1;
int getBucketedByCount()
repeated string bucketed_by = 1;
String getBucketedBy(int index)
repeated string bucketed_by = 1;
index
- The index of the element to return.com.google.protobuf.ByteString getBucketedByBytes(int index)
repeated string bucketed_by = 1;
index
- The index of the value to return.boolean hasBucketCount()
optional int64 bucket_count = 2;
long getBucketCount()
optional int64 bucket_count = 2;
List<SortingColumn> getSortedByList()
repeated .alluxio.grpc.table.layout.SortingColumn sorted_by = 3;
SortingColumn getSortedBy(int index)
repeated .alluxio.grpc.table.layout.SortingColumn sorted_by = 3;
int getSortedByCount()
repeated .alluxio.grpc.table.layout.SortingColumn sorted_by = 3;
List<? extends SortingColumnOrBuilder> getSortedByOrBuilderList()
repeated .alluxio.grpc.table.layout.SortingColumn sorted_by = 3;
SortingColumnOrBuilder getSortedByOrBuilder(int index)
repeated .alluxio.grpc.table.layout.SortingColumn sorted_by = 3;
Copyright © 2023. All Rights Reserved.