Package | Description |
---|---|
alluxio.grpc.table.layout.hive | |
alluxio.table.under.glue | |
alluxio.table.under.hive |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<Storage> |
Storage.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Storage |
Storage.Builder.build() |
Storage |
Storage.Builder.buildPartial() |
static Storage |
Storage.getDefaultInstance() |
Storage |
Storage.getDefaultInstanceForType() |
Storage |
Storage.Builder.getDefaultInstanceForType() |
Storage |
PartitionInfoOrBuilder.getStorage()
optional .alluxio.grpc.table.layout.Storage storage = 5; |
Storage |
PartitionInfo.getStorage()
optional .alluxio.grpc.table.layout.Storage storage = 5; |
Storage |
PartitionInfo.Builder.getStorage()
optional .alluxio.grpc.table.layout.Storage storage = 5; |
static Storage |
Storage.parseDelimitedFrom(InputStream input) |
static Storage |
Storage.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Storage |
Storage.parseFrom(byte[] data) |
static Storage |
Storage.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Storage |
Storage.parseFrom(ByteBuffer data) |
static Storage |
Storage.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Storage |
Storage.parseFrom(com.google.protobuf.ByteString data) |
static Storage |
Storage.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Storage |
Storage.parseFrom(com.google.protobuf.CodedInputStream input) |
static Storage |
Storage.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Storage |
Storage.parseFrom(InputStream input) |
static Storage |
Storage.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Storage> |
Storage.getParserForType() |
static com.google.protobuf.Parser<Storage> |
Storage.parser() |
Modifier and Type | Method and Description |
---|---|
Storage.Builder |
Storage.Builder.mergeFrom(Storage other) |
PartitionInfo.Builder |
PartitionInfo.Builder.mergeStorage(Storage value)
optional .alluxio.grpc.table.layout.Storage storage = 5; |
static Storage.Builder |
Storage.newBuilder(Storage prototype) |
PartitionInfo.Builder |
PartitionInfo.Builder.setStorage(Storage value)
optional .alluxio.grpc.table.layout.Storage storage = 5; |
Modifier and Type | Method and Description |
---|---|
static Storage |
GlueUtils.toProto(com.amazonaws.services.glue.model.StorageDescriptor sd,
PathTranslator translator)
Convert the Glue Storage Descriptor and Translator information to Storage.
|
Modifier and Type | Method and Description |
---|---|
static Storage |
HiveUtils.toProto(org.apache.hadoop.hive.metastore.api.StorageDescriptor sd,
PathTranslator translator)
Convert from a StorageDescriptor to a Storage object.
|
Copyright © 2023. All Rights Reserved.