public static final class TableMasterClientServiceGrpc.TableMasterClientServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<TableMasterClientServiceGrpc.TableMasterClientServiceBlockingStub>
This interface contains table master service endpoints for Alluxio clients.
protected TableMasterClientServiceGrpc.TableMasterClientServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<TableMasterClientServiceGrpc.TableMasterClientServiceBlockingStub>
public GetAllDatabasesPResponse getAllDatabases(GetAllDatabasesPRequest request)
Returns all databases in the catalog
public GetAllTablesPResponse getAllTables(GetAllTablesPRequest request)
Returns all tables in the database
public GetDatabasePResponse getDatabase(GetDatabasePRequest request)
Gets a database by name from the table master
public GetTablePResponse getTable(GetTablePRequest request)
Returns a specific table info
public AttachDatabasePResponse attachDatabase(AttachDatabasePRequest request)
Attach an existing database into the catalog as a new database name
public DetachDatabasePResponse detachDatabase(DetachDatabasePRequest request)
Detach existing database into the catalog, removing any metadata about the table
public SyncDatabasePResponse syncDatabase(SyncDatabasePRequest request)
Sync existing database into the catalog
public GetTableColumnStatisticsPResponse getTableColumnStatistics(GetTableColumnStatisticsPRequest request)
public GetPartitionColumnStatisticsPResponse getPartitionColumnStatistics(GetPartitionColumnStatisticsPRequest request)
public ReadTablePResponse readTable(ReadTablePRequest request)
public TransformTablePResponse transformTable(TransformTablePRequest request)
public GetTransformJobInfoPResponse getTransformJobInfo(GetTransformJobInfoPRequest request)
Gets information of transformation jobs. If the job ID exists in the request, the information for that job is returned; Otherwise, information of all the jobs kept in table master will be returned.
Copyright © 2023. All Rights Reserved.