Package | Description |
---|---|
alluxio.grpc.table | |
alluxio.grpc.table.layout.hive |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<FieldSchema> |
FieldSchema.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FieldSchema |
FieldSchema.Builder.build() |
FieldSchema |
FieldSchema.Builder.buildPartial() |
FieldSchema |
SchemaOrBuilder.getCols(int index)
repeated .alluxio.grpc.table.FieldSchema cols = 1; |
FieldSchema |
Schema.getCols(int index)
repeated .alluxio.grpc.table.FieldSchema cols = 1; |
FieldSchema |
Schema.Builder.getCols(int index)
repeated .alluxio.grpc.table.FieldSchema cols = 1; |
static FieldSchema |
FieldSchema.getDefaultInstance() |
FieldSchema |
FieldSchema.getDefaultInstanceForType() |
FieldSchema |
FieldSchema.Builder.getDefaultInstanceForType() |
FieldSchema |
TableInfoOrBuilder.getPartitionCols(int index)
partitioning scheme
|
FieldSchema |
TableInfo.getPartitionCols(int index)
partitioning scheme
|
FieldSchema |
TableInfo.Builder.getPartitionCols(int index)
partitioning scheme
|
static FieldSchema |
FieldSchema.parseDelimitedFrom(InputStream input) |
static FieldSchema |
FieldSchema.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldSchema |
FieldSchema.parseFrom(byte[] data) |
static FieldSchema |
FieldSchema.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldSchema |
FieldSchema.parseFrom(ByteBuffer data) |
static FieldSchema |
FieldSchema.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldSchema |
FieldSchema.parseFrom(com.google.protobuf.ByteString data) |
static FieldSchema |
FieldSchema.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldSchema |
FieldSchema.parseFrom(com.google.protobuf.CodedInputStream input) |
static FieldSchema |
FieldSchema.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldSchema |
FieldSchema.parseFrom(InputStream input) |
static FieldSchema |
FieldSchema.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<FieldSchema> |
SchemaOrBuilder.getColsList()
repeated .alluxio.grpc.table.FieldSchema cols = 1; |
List<FieldSchema> |
Schema.getColsList()
repeated .alluxio.grpc.table.FieldSchema cols = 1; |
List<FieldSchema> |
Schema.Builder.getColsList()
repeated .alluxio.grpc.table.FieldSchema cols = 1; |
com.google.protobuf.Parser<FieldSchema> |
FieldSchema.getParserForType() |
List<FieldSchema> |
TableInfoOrBuilder.getPartitionColsList()
partitioning scheme
|
List<FieldSchema> |
TableInfo.getPartitionColsList()
partitioning scheme
|
List<FieldSchema> |
TableInfo.Builder.getPartitionColsList()
partitioning scheme
|
static com.google.protobuf.Parser<FieldSchema> |
FieldSchema.parser() |
Modifier and Type | Method and Description |
---|---|
Schema.Builder |
Schema.Builder.addCols(FieldSchema value)
repeated .alluxio.grpc.table.FieldSchema cols = 1; |
Schema.Builder |
Schema.Builder.addCols(int index,
FieldSchema value)
repeated .alluxio.grpc.table.FieldSchema cols = 1; |
TableInfo.Builder |
TableInfo.Builder.addPartitionCols(FieldSchema value)
partitioning scheme
|
TableInfo.Builder |
TableInfo.Builder.addPartitionCols(int index,
FieldSchema value)
partitioning scheme
|
FieldSchema.Builder |
FieldSchema.Builder.mergeFrom(FieldSchema other) |
static FieldSchema.Builder |
FieldSchema.newBuilder(FieldSchema prototype) |
Schema.Builder |
Schema.Builder.setCols(int index,
FieldSchema value)
repeated .alluxio.grpc.table.FieldSchema cols = 1; |
TableInfo.Builder |
TableInfo.Builder.setPartitionCols(int index,
FieldSchema value)
partitioning scheme
|
Modifier and Type | Method and Description |
---|---|
Schema.Builder |
Schema.Builder.addAllCols(Iterable<? extends FieldSchema> values)
repeated .alluxio.grpc.table.FieldSchema cols = 1; |
TableInfo.Builder |
TableInfo.Builder.addAllPartitionCols(Iterable<? extends FieldSchema> values)
partitioning scheme
|
Modifier and Type | Method and Description |
---|---|
FieldSchema |
PartitionInfo.getDataCols(int index)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6; |
FieldSchema |
PartitionInfo.Builder.getDataCols(int index)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6; |
FieldSchema |
PartitionInfoOrBuilder.getDataCols(int index)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6; |
Modifier and Type | Method and Description |
---|---|
List<FieldSchema> |
PartitionInfo.getDataColsList()
repeated .alluxio.grpc.table.FieldSchema data_cols = 6; |
List<FieldSchema> |
PartitionInfo.Builder.getDataColsList()
repeated .alluxio.grpc.table.FieldSchema data_cols = 6; |
List<FieldSchema> |
PartitionInfoOrBuilder.getDataColsList()
repeated .alluxio.grpc.table.FieldSchema data_cols = 6; |
Modifier and Type | Method and Description |
---|---|
PartitionInfo.Builder |
PartitionInfo.Builder.addDataCols(FieldSchema value)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6; |
PartitionInfo.Builder |
PartitionInfo.Builder.addDataCols(int index,
FieldSchema value)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6; |
PartitionInfo.Builder |
PartitionInfo.Builder.setDataCols(int index,
FieldSchema value)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6; |
Modifier and Type | Method and Description |
---|---|
PartitionInfo.Builder |
PartitionInfo.Builder.addAllDataCols(Iterable<? extends FieldSchema> values)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6; |
Copyright © 2023. All Rights Reserved.