Package | Description |
---|---|
alluxio.grpc.table |
Modifier and Type | Method and Description |
---|---|
TableInfo.Builder |
TableInfo.Builder.addAllPartitionCols(Iterable<? extends FieldSchema> values)
partitioning scheme
|
TableInfo.Builder |
TableInfo.Builder.addPartitionCols(FieldSchema.Builder builderForValue)
partitioning scheme
|
TableInfo.Builder |
TableInfo.Builder.addPartitionCols(FieldSchema value)
partitioning scheme
|
TableInfo.Builder |
TableInfo.Builder.addPartitionCols(int index,
FieldSchema.Builder builderForValue)
partitioning scheme
|
TableInfo.Builder |
TableInfo.Builder.addPartitionCols(int index,
FieldSchema value)
partitioning scheme
|
TableInfo.Builder |
TableInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TableInfo.Builder |
TableInfo.Builder.clear() |
TableInfo.Builder |
TableInfo.Builder.clearDbName()
optional string db_name = 1; |
TableInfo.Builder |
TableInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TableInfo.Builder |
TableInfo.Builder.clearLayout()
optional .alluxio.grpc.table.Layout layout = 6; |
TableInfo.Builder |
TableInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TableInfo.Builder |
TableInfo.Builder.clearOwner()
optional string owner = 4; |
TableInfo.Builder |
TableInfo.Builder.clearParameters() |
TableInfo.Builder |
TableInfo.Builder.clearPartitionCols()
partitioning scheme
|
TableInfo.Builder |
TableInfo.Builder.clearPreviousVersion()
optional int64 previous_version = 9; |
TableInfo.Builder |
TableInfo.Builder.clearSchema()
optional .alluxio.grpc.table.Schema schema = 5; |
TableInfo.Builder |
TableInfo.Builder.clearTableName()
optional string table_name = 2; |
TableInfo.Builder |
TableInfo.Builder.clearType()
optional .alluxio.grpc.table.TableInfo.TableType type = 3; |
TableInfo.Builder |
TableInfo.Builder.clearVersion()
optional int64 version = 10; |
TableInfo.Builder |
TableInfo.Builder.clearVersionCreationTime()
optional int64 version_creation_time = 11; |
TableInfo.Builder |
TableInfo.Builder.clone() |
TableInfo.Builder |
GetTablePResponse.Builder.getTableInfoBuilder()
optional .alluxio.grpc.table.TableInfo table_info = 1; |
TableInfo.Builder |
TableInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TableInfo.Builder |
TableInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
TableInfo.Builder |
TableInfo.Builder.mergeFrom(TableInfo other) |
TableInfo.Builder |
TableInfo.Builder.mergeLayout(Layout value)
optional .alluxio.grpc.table.Layout layout = 6; |
TableInfo.Builder |
TableInfo.Builder.mergeSchema(Schema value)
optional .alluxio.grpc.table.Schema schema = 5; |
TableInfo.Builder |
TableInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static TableInfo.Builder |
TableInfo.newBuilder() |
static TableInfo.Builder |
TableInfo.newBuilder(TableInfo prototype) |
TableInfo.Builder |
TableInfo.newBuilderForType() |
protected TableInfo.Builder |
TableInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
TableInfo.Builder |
TableInfo.Builder.putAllParameters(Map<String,String> values)
map<string, string> parameters = 7; |
TableInfo.Builder |
TableInfo.Builder.putParameters(String key,
String value)
map<string, string> parameters = 7; |
TableInfo.Builder |
TableInfo.Builder.removeParameters(String key)
map<string, string> parameters = 7; |
TableInfo.Builder |
TableInfo.Builder.removePartitionCols(int index)
partitioning scheme
|
TableInfo.Builder |
TableInfo.Builder.setDbName(String value)
optional string db_name = 1; |
TableInfo.Builder |
TableInfo.Builder.setDbNameBytes(com.google.protobuf.ByteString value)
optional string db_name = 1; |
TableInfo.Builder |
TableInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TableInfo.Builder |
TableInfo.Builder.setLayout(Layout.Builder builderForValue)
optional .alluxio.grpc.table.Layout layout = 6; |
TableInfo.Builder |
TableInfo.Builder.setLayout(Layout value)
optional .alluxio.grpc.table.Layout layout = 6; |
TableInfo.Builder |
TableInfo.Builder.setOwner(String value)
optional string owner = 4; |
TableInfo.Builder |
TableInfo.Builder.setOwnerBytes(com.google.protobuf.ByteString value)
optional string owner = 4; |
TableInfo.Builder |
TableInfo.Builder.setPartitionCols(int index,
FieldSchema.Builder builderForValue)
partitioning scheme
|
TableInfo.Builder |
TableInfo.Builder.setPartitionCols(int index,
FieldSchema value)
partitioning scheme
|
TableInfo.Builder |
TableInfo.Builder.setPreviousVersion(long value)
optional int64 previous_version = 9; |
TableInfo.Builder |
TableInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TableInfo.Builder |
TableInfo.Builder.setSchema(Schema.Builder builderForValue)
optional .alluxio.grpc.table.Schema schema = 5; |
TableInfo.Builder |
TableInfo.Builder.setSchema(Schema value)
optional .alluxio.grpc.table.Schema schema = 5; |
TableInfo.Builder |
TableInfo.Builder.setTableName(String value)
optional string table_name = 2; |
TableInfo.Builder |
TableInfo.Builder.setTableNameBytes(com.google.protobuf.ByteString value)
optional string table_name = 2; |
TableInfo.Builder |
TableInfo.Builder.setType(TableInfo.TableType value)
optional .alluxio.grpc.table.TableInfo.TableType type = 3; |
TableInfo.Builder |
TableInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TableInfo.Builder |
TableInfo.Builder.setVersion(long value)
optional int64 version = 10; |
TableInfo.Builder |
TableInfo.Builder.setVersionCreationTime(long value)
optional int64 version_creation_time = 11; |
TableInfo.Builder |
TableInfo.toBuilder() |
Modifier and Type | Method and Description |
---|---|
GetTablePResponse.Builder |
GetTablePResponse.Builder.setTableInfo(TableInfo.Builder builderForValue)
optional .alluxio.grpc.table.TableInfo table_info = 1; |
Copyright © 2023. All Rights Reserved.