Package | Description |
---|---|
alluxio.client.table | |
alluxio.grpc.table | |
alluxio.master.table |
Modifier and Type | Method and Description |
---|---|
List<Partition> |
RetryHandlingTableMasterClient.readTable(String databaseName,
String tableName,
Constraint constraint) |
List<Partition> |
TableMasterClient.readTable(String databaseName,
String tableName,
Constraint constraint)
Returns metadata for reading a table given constraints.
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<Constraint> |
Constraint.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Constraint |
Constraint.Builder.build() |
Constraint |
Constraint.Builder.buildPartial() |
Constraint |
ReadTablePRequestOrBuilder.getConstraint()
optional .alluxio.grpc.table.Constraint constraint = 3; |
Constraint |
ReadTablePRequest.getConstraint()
optional .alluxio.grpc.table.Constraint constraint = 3; |
Constraint |
ReadTablePRequest.Builder.getConstraint()
optional .alluxio.grpc.table.Constraint constraint = 3; |
static Constraint |
Constraint.getDefaultInstance() |
Constraint |
Constraint.getDefaultInstanceForType() |
Constraint |
Constraint.Builder.getDefaultInstanceForType() |
static Constraint |
Constraint.parseDelimitedFrom(InputStream input) |
static Constraint |
Constraint.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Constraint |
Constraint.parseFrom(byte[] data) |
static Constraint |
Constraint.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Constraint |
Constraint.parseFrom(ByteBuffer data) |
static Constraint |
Constraint.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Constraint |
Constraint.parseFrom(com.google.protobuf.ByteString data) |
static Constraint |
Constraint.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Constraint |
Constraint.parseFrom(com.google.protobuf.CodedInputStream input) |
static Constraint |
Constraint.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Constraint |
Constraint.parseFrom(InputStream input) |
static Constraint |
Constraint.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Constraint> |
Constraint.getParserForType() |
static com.google.protobuf.Parser<Constraint> |
Constraint.parser() |
Modifier and Type | Method and Description |
---|---|
ReadTablePRequest.Builder |
ReadTablePRequest.Builder.mergeConstraint(Constraint value)
optional .alluxio.grpc.table.Constraint constraint = 3; |
Constraint.Builder |
Constraint.Builder.mergeFrom(Constraint other) |
static Constraint.Builder |
Constraint.newBuilder(Constraint prototype) |
ReadTablePRequest.Builder |
ReadTablePRequest.Builder.setConstraint(Constraint value)
optional .alluxio.grpc.table.Constraint constraint = 3; |
Modifier and Type | Method and Description |
---|---|
List<Partition> |
DefaultTableMaster.readTable(String dbName,
String tableName,
Constraint constraint) |
List<Partition> |
TableMaster.readTable(String dbName,
String tableName,
Constraint constraint)
Returns metadata for reading a table given constraints.
|
List<Partition> |
AlluxioCatalog.readTable(String dbName,
String tableName,
Constraint constraint)
Returns the partitions based on a constraint for the specified table.
|
Copyright © 2023. All Rights Reserved.