public interface LayoutOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsStats(String key)
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> stats = 4; |
com.google.protobuf.ByteString |
getLayoutData()
optional bytes layout_data = 3; |
LayoutSpec |
getLayoutSpec()
optional .alluxio.grpc.table.LayoutSpec layout_spec = 2; |
LayoutSpecOrBuilder |
getLayoutSpecOrBuilder()
optional .alluxio.grpc.table.LayoutSpec layout_spec = 2; |
String |
getLayoutType()
optional string layout_type = 1; |
com.google.protobuf.ByteString |
getLayoutTypeBytes()
optional string layout_type = 1; |
Map<String,ColumnStatisticsInfo> |
getStats()
Deprecated.
|
int |
getStatsCount()
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> stats = 4; |
Map<String,ColumnStatisticsInfo> |
getStatsMap()
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> stats = 4; |
ColumnStatisticsInfo |
getStatsOrDefault(String key,
ColumnStatisticsInfo defaultValue)
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> stats = 4; |
ColumnStatisticsInfo |
getStatsOrThrow(String key)
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> stats = 4; |
boolean |
hasLayoutData()
optional bytes layout_data = 3; |
boolean |
hasLayoutSpec()
optional .alluxio.grpc.table.LayoutSpec layout_spec = 2; |
boolean |
hasLayoutType()
optional string layout_type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasLayoutType()
optional string layout_type = 1;
String getLayoutType()
optional string layout_type = 1;
com.google.protobuf.ByteString getLayoutTypeBytes()
optional string layout_type = 1;
boolean hasLayoutSpec()
optional .alluxio.grpc.table.LayoutSpec layout_spec = 2;
LayoutSpec getLayoutSpec()
optional .alluxio.grpc.table.LayoutSpec layout_spec = 2;
LayoutSpecOrBuilder getLayoutSpecOrBuilder()
optional .alluxio.grpc.table.LayoutSpec layout_spec = 2;
boolean hasLayoutData()
optional bytes layout_data = 3;
com.google.protobuf.ByteString getLayoutData()
optional bytes layout_data = 3;
int getStatsCount()
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> stats = 4;
boolean containsStats(String key)
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> stats = 4;
@Deprecated Map<String,ColumnStatisticsInfo> getStats()
getStatsMap()
instead.Map<String,ColumnStatisticsInfo> getStatsMap()
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> stats = 4;
ColumnStatisticsInfo getStatsOrDefault(String key, ColumnStatisticsInfo defaultValue)
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> stats = 4;
ColumnStatisticsInfo getStatsOrThrow(String key)
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> stats = 4;
Copyright © 2023. All Rights Reserved.