Class HiveMetastoreServiceStub (0.76.0)

public abstract class HiveMetastoreServiceStub implements BackgroundResource

Base stub class for the HiveMetastoreService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > HiveMetastoreServiceStub

Implements

BackgroundResource

Constructors

HiveMetastoreServiceStub()

public HiveMetastoreServiceStub()

Methods

batchCreatePartitionsCallable()

public UnaryCallable<BatchCreatePartitionsRequest,BatchCreatePartitionsResponse> batchCreatePartitionsCallable()
Returns
Type Description
UnaryCallable<BatchCreatePartitionsRequest,BatchCreatePartitionsResponse>

batchDeletePartitionsCallable()

public UnaryCallable<BatchDeletePartitionsRequest,Empty> batchDeletePartitionsCallable()
Returns
Type Description
UnaryCallable<BatchDeletePartitionsRequest,Empty>

batchUpdatePartitionsCallable()

public UnaryCallable<BatchUpdatePartitionsRequest,BatchUpdatePartitionsResponse> batchUpdatePartitionsCallable()
Returns
Type Description
UnaryCallable<BatchUpdatePartitionsRequest,BatchUpdatePartitionsResponse>

close()

public abstract void close()

createHiveCatalogCallable()

public UnaryCallable<CreateHiveCatalogRequest,HiveCatalog> createHiveCatalogCallable()
Returns
Type Description
UnaryCallable<CreateHiveCatalogRequest,HiveCatalog>

createHiveDatabaseCallable()

public UnaryCallable<CreateHiveDatabaseRequest,HiveDatabase> createHiveDatabaseCallable()
Returns
Type Description
UnaryCallable<CreateHiveDatabaseRequest,HiveDatabase>

createHiveTableCallable()

public UnaryCallable<CreateHiveTableRequest,HiveTable> createHiveTableCallable()
Returns
Type Description
UnaryCallable<CreateHiveTableRequest,HiveTable>

deleteHiveCatalogCallable()

public UnaryCallable<DeleteHiveCatalogRequest,Empty> deleteHiveCatalogCallable()
Returns
Type Description
UnaryCallable<DeleteHiveCatalogRequest,Empty>

deleteHiveDatabaseCallable()

public UnaryCallable<DeleteHiveDatabaseRequest,Empty> deleteHiveDatabaseCallable()
Returns
Type Description
UnaryCallable<DeleteHiveDatabaseRequest,Empty>

deleteHiveTableCallable()

public UnaryCallable<DeleteHiveTableRequest,Empty> deleteHiveTableCallable()
Returns
Type Description
UnaryCallable<DeleteHiveTableRequest,Empty>

getHiveCatalogCallable()

public UnaryCallable<GetHiveCatalogRequest,HiveCatalog> getHiveCatalogCallable()
Returns
Type Description
UnaryCallable<GetHiveCatalogRequest,HiveCatalog>

getHiveDatabaseCallable()

public UnaryCallable<GetHiveDatabaseRequest,HiveDatabase> getHiveDatabaseCallable()
Returns
Type Description
UnaryCallable<GetHiveDatabaseRequest,HiveDatabase>

getHiveTableCallable()

public UnaryCallable<GetHiveTableRequest,HiveTable> getHiveTableCallable()
Returns
Type Description
UnaryCallable<GetHiveTableRequest,HiveTable>

listHiveCatalogsCallable()

public UnaryCallable<ListHiveCatalogsRequest,ListHiveCatalogsResponse> listHiveCatalogsCallable()
Returns
Type Description
UnaryCallable<ListHiveCatalogsRequest,ListHiveCatalogsResponse>

listHiveCatalogsPagedCallable()

public UnaryCallable<ListHiveCatalogsRequest,HiveMetastoreServiceClient.ListHiveCatalogsPagedResponse> listHiveCatalogsPagedCallable()
Returns
Type Description
UnaryCallable<ListHiveCatalogsRequest,ListHiveCatalogsPagedResponse>

listHiveDatabasesCallable()

public UnaryCallable<ListHiveDatabasesRequest,ListHiveDatabasesResponse> listHiveDatabasesCallable()
Returns
Type Description
UnaryCallable<ListHiveDatabasesRequest,ListHiveDatabasesResponse>

listHiveDatabasesPagedCallable()

public UnaryCallable<ListHiveDatabasesRequest,HiveMetastoreServiceClient.ListHiveDatabasesPagedResponse> listHiveDatabasesPagedCallable()
Returns
Type Description
UnaryCallable<ListHiveDatabasesRequest,ListHiveDatabasesPagedResponse>

listHiveTablesCallable()

public UnaryCallable<ListHiveTablesRequest,ListHiveTablesResponse> listHiveTablesCallable()
Returns
Type Description
UnaryCallable<ListHiveTablesRequest,ListHiveTablesResponse>

listHiveTablesPagedCallable()

public UnaryCallable<ListHiveTablesRequest,HiveMetastoreServiceClient.ListHiveTablesPagedResponse> listHiveTablesPagedCallable()
Returns
Type Description
UnaryCallable<ListHiveTablesRequest,ListHiveTablesPagedResponse>

listPartitionsCallable()

public ServerStreamingCallable<ListPartitionsRequest,ListPartitionsResponse> listPartitionsCallable()
Returns
Type Description
ServerStreamingCallable<ListPartitionsRequest,ListPartitionsResponse>

updateHiveCatalogCallable()

public UnaryCallable<UpdateHiveCatalogRequest,HiveCatalog> updateHiveCatalogCallable()
Returns
Type Description
UnaryCallable<UpdateHiveCatalogRequest,HiveCatalog>

updateHiveDatabaseCallable()

public UnaryCallable<UpdateHiveDatabaseRequest,HiveDatabase> updateHiveDatabaseCallable()
Returns
Type Description
UnaryCallable<UpdateHiveDatabaseRequest,HiveDatabase>

updateHiveTableCallable()

public UnaryCallable<UpdateHiveTableRequest,HiveTable> updateHiveTableCallable()
Returns
Type Description
UnaryCallable<UpdateHiveTableRequest,HiveTable>