Package | Description |
---|---|
alluxio.client.table | |
alluxio.grpc.table | |
alluxio.master.table |
Modifier and Type | Method and Description |
---|---|
Database |
RetryHandlingTableMasterClient.getDatabase(String databaseName) |
Database |
TableMasterClient.getDatabase(String databaseName)
Get database metadata.
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<Database> |
Database.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Database |
Database.Builder.build() |
Database |
Database.Builder.buildPartial() |
Database |
GetDatabasePResponse.getDb()
optional .alluxio.grpc.table.Database db = 1; |
Database |
GetDatabasePResponse.Builder.getDb()
optional .alluxio.grpc.table.Database db = 1; |
Database |
GetDatabasePResponseOrBuilder.getDb()
optional .alluxio.grpc.table.Database db = 1; |
static Database |
Database.getDefaultInstance() |
Database |
Database.getDefaultInstanceForType() |
Database |
Database.Builder.getDefaultInstanceForType() |
static Database |
Database.parseDelimitedFrom(InputStream input) |
static Database |
Database.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Database |
Database.parseFrom(byte[] data) |
static Database |
Database.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Database |
Database.parseFrom(ByteBuffer data) |
static Database |
Database.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Database |
Database.parseFrom(com.google.protobuf.ByteString data) |
static Database |
Database.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Database |
Database.parseFrom(com.google.protobuf.CodedInputStream input) |
static Database |
Database.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Database |
Database.parseFrom(InputStream input) |
static Database |
Database.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Database> |
Database.getParserForType() |
static com.google.protobuf.Parser<Database> |
Database.parser() |
Modifier and Type | Method and Description |
---|---|
GetDatabasePResponse.Builder |
GetDatabasePResponse.Builder.mergeDb(Database value)
optional .alluxio.grpc.table.Database db = 1; |
Database.Builder |
Database.Builder.mergeFrom(Database other) |
static Database.Builder |
Database.newBuilder(Database prototype) |
GetDatabasePResponse.Builder |
GetDatabasePResponse.Builder.setDb(Database value)
optional .alluxio.grpc.table.Database db = 1; |
Modifier and Type | Method and Description |
---|---|
Database |
DefaultTableMaster.getDatabase(String dbName) |
Database |
TableMaster.getDatabase(String dbName)
Gets a database object.
|
Database |
AlluxioCatalog.getDatabase(String dbName)
Get Database by its name.
|
Copyright © 2023. All Rights Reserved.