public interface StorageOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsSerdeParameters(String key)
map<string, string> serde_parameters = 5; |
HiveBucketProperty |
getBucketProperty()
optional .alluxio.grpc.table.layout.HiveBucketProperty bucket_property = 3; |
HiveBucketPropertyOrBuilder |
getBucketPropertyOrBuilder()
optional .alluxio.grpc.table.layout.HiveBucketProperty bucket_property = 3; |
String |
getLocation()
optional string location = 2; |
com.google.protobuf.ByteString |
getLocationBytes()
optional string location = 2; |
Map<String,String> |
getSerdeParameters()
Deprecated.
|
int |
getSerdeParametersCount()
map<string, string> serde_parameters = 5; |
Map<String,String> |
getSerdeParametersMap()
map<string, string> serde_parameters = 5; |
String |
getSerdeParametersOrDefault(String key,
String defaultValue)
map<string, string> serde_parameters = 5; |
String |
getSerdeParametersOrThrow(String key)
map<string, string> serde_parameters = 5; |
boolean |
getSkewed()
optional bool skewed = 4; |
StorageFormat |
getStorageFormat()
optional .alluxio.grpc.table.layout.StorageFormat storage_format = 1; |
StorageFormatOrBuilder |
getStorageFormatOrBuilder()
optional .alluxio.grpc.table.layout.StorageFormat storage_format = 1; |
boolean |
hasBucketProperty()
optional .alluxio.grpc.table.layout.HiveBucketProperty bucket_property = 3; |
boolean |
hasLocation()
optional string location = 2; |
boolean |
hasSkewed()
optional bool skewed = 4; |
boolean |
hasStorageFormat()
optional .alluxio.grpc.table.layout.StorageFormat storage_format = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasStorageFormat()
optional .alluxio.grpc.table.layout.StorageFormat storage_format = 1;
StorageFormat getStorageFormat()
optional .alluxio.grpc.table.layout.StorageFormat storage_format = 1;
StorageFormatOrBuilder getStorageFormatOrBuilder()
optional .alluxio.grpc.table.layout.StorageFormat storage_format = 1;
boolean hasLocation()
optional string location = 2;
String getLocation()
optional string location = 2;
com.google.protobuf.ByteString getLocationBytes()
optional string location = 2;
boolean hasBucketProperty()
optional .alluxio.grpc.table.layout.HiveBucketProperty bucket_property = 3;
HiveBucketProperty getBucketProperty()
optional .alluxio.grpc.table.layout.HiveBucketProperty bucket_property = 3;
HiveBucketPropertyOrBuilder getBucketPropertyOrBuilder()
optional .alluxio.grpc.table.layout.HiveBucketProperty bucket_property = 3;
boolean hasSkewed()
optional bool skewed = 4;
boolean getSkewed()
optional bool skewed = 4;
int getSerdeParametersCount()
map<string, string> serde_parameters = 5;
boolean containsSerdeParameters(String key)
map<string, string> serde_parameters = 5;
@Deprecated Map<String,String> getSerdeParameters()
getSerdeParametersMap()
instead.Map<String,String> getSerdeParametersMap()
map<string, string> serde_parameters = 5;
String getSerdeParametersOrDefault(String key, String defaultValue)
map<string, string> serde_parameters = 5;
Copyright © 2023. All Rights Reserved.