public final class Storage extends com.google.protobuf.GeneratedMessageV3 implements StorageOrBuilder
alluxio.grpc.table.layout.Storage
Modifier and Type | Class and Description |
---|---|
static class |
Storage.Builder
Protobuf type
alluxio.grpc.table.layout.Storage |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
BUCKET_PROPERTY_FIELD_NUMBER |
static int |
LOCATION_FIELD_NUMBER |
static com.google.protobuf.Parser<Storage> |
PARSER
Deprecated.
|
static int |
SERDE_PARAMETERS_FIELD_NUMBER |
static int |
SKEWED_FIELD_NUMBER |
static int |
STORAGE_FORMAT_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
containsSerdeParameters(String key)
map<string, string> serde_parameters = 5; |
boolean |
equals(Object obj) |
HiveBucketProperty |
getBucketProperty()
optional .alluxio.grpc.table.layout.HiveBucketProperty bucket_property = 3; |
HiveBucketPropertyOrBuilder |
getBucketPropertyOrBuilder()
optional .alluxio.grpc.table.layout.HiveBucketProperty bucket_property = 3; |
static Storage |
getDefaultInstance() |
Storage |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getLocation()
optional string location = 2; |
com.google.protobuf.ByteString |
getLocationBytes()
optional string location = 2; |
com.google.protobuf.Parser<Storage> |
getParserForType() |
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; |
int |
getSerializedSize() |
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; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasBucketProperty()
optional .alluxio.grpc.table.layout.HiveBucketProperty bucket_property = 3; |
int |
hashCode() |
boolean |
hasLocation()
optional string location = 2; |
boolean |
hasSkewed()
optional bool skewed = 4; |
boolean |
hasStorageFormat()
optional .alluxio.grpc.table.layout.StorageFormat storage_format = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static Storage.Builder |
newBuilder() |
static Storage.Builder |
newBuilder(Storage prototype) |
Storage.Builder |
newBuilderForType() |
protected Storage.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Storage |
parseDelimitedFrom(InputStream input) |
static Storage |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Storage |
parseFrom(byte[] data) |
static Storage |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Storage |
parseFrom(ByteBuffer data) |
static Storage |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Storage |
parseFrom(com.google.protobuf.ByteString data) |
static Storage |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Storage |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Storage |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Storage |
parseFrom(InputStream input) |
static Storage |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Storage> |
parser() |
Storage.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int STORAGE_FORMAT_FIELD_NUMBER
public static final int LOCATION_FIELD_NUMBER
public static final int BUCKET_PROPERTY_FIELD_NUMBER
public static final int SKEWED_FIELD_NUMBER
public static final int SERDE_PARAMETERS_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<Storage> PARSER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField
in class com.google.protobuf.GeneratedMessageV3
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public boolean hasStorageFormat()
optional .alluxio.grpc.table.layout.StorageFormat storage_format = 1;
hasStorageFormat
in interface StorageOrBuilder
public StorageFormat getStorageFormat()
optional .alluxio.grpc.table.layout.StorageFormat storage_format = 1;
getStorageFormat
in interface StorageOrBuilder
public StorageFormatOrBuilder getStorageFormatOrBuilder()
optional .alluxio.grpc.table.layout.StorageFormat storage_format = 1;
getStorageFormatOrBuilder
in interface StorageOrBuilder
public boolean hasLocation()
optional string location = 2;
hasLocation
in interface StorageOrBuilder
public String getLocation()
optional string location = 2;
getLocation
in interface StorageOrBuilder
public com.google.protobuf.ByteString getLocationBytes()
optional string location = 2;
getLocationBytes
in interface StorageOrBuilder
public boolean hasBucketProperty()
optional .alluxio.grpc.table.layout.HiveBucketProperty bucket_property = 3;
hasBucketProperty
in interface StorageOrBuilder
public HiveBucketProperty getBucketProperty()
optional .alluxio.grpc.table.layout.HiveBucketProperty bucket_property = 3;
getBucketProperty
in interface StorageOrBuilder
public HiveBucketPropertyOrBuilder getBucketPropertyOrBuilder()
optional .alluxio.grpc.table.layout.HiveBucketProperty bucket_property = 3;
getBucketPropertyOrBuilder
in interface StorageOrBuilder
public boolean hasSkewed()
optional bool skewed = 4;
hasSkewed
in interface StorageOrBuilder
public boolean getSkewed()
optional bool skewed = 4;
getSkewed
in interface StorageOrBuilder
public int getSerdeParametersCount()
StorageOrBuilder
map<string, string> serde_parameters = 5;
getSerdeParametersCount
in interface StorageOrBuilder
public boolean containsSerdeParameters(String key)
map<string, string> serde_parameters = 5;
containsSerdeParameters
in interface StorageOrBuilder
@Deprecated public Map<String,String> getSerdeParameters()
getSerdeParametersMap()
instead.getSerdeParameters
in interface StorageOrBuilder
public Map<String,String> getSerdeParametersMap()
map<string, string> serde_parameters = 5;
getSerdeParametersMap
in interface StorageOrBuilder
public String getSerdeParametersOrDefault(String key, String defaultValue)
map<string, string> serde_parameters = 5;
getSerdeParametersOrDefault
in interface StorageOrBuilder
public String getSerdeParametersOrThrow(String key)
map<string, string> serde_parameters = 5;
getSerdeParametersOrThrow
in interface StorageOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static Storage parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Storage parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Storage parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Storage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Storage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Storage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Storage parseFrom(InputStream input) throws IOException
IOException
public static Storage parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Storage parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Storage parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Storage parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Storage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Storage.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Storage.Builder newBuilder()
public static Storage.Builder newBuilder(Storage prototype)
public Storage.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Storage.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static Storage getDefaultInstance()
public static com.google.protobuf.Parser<Storage> parser()
public com.google.protobuf.Parser<Storage> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Storage getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023. All Rights Reserved.