Class MetastorePartitionServiceStub (3.9.1)

public abstract class MetastorePartitionServiceStub implements BackgroundResource

Base stub class for the MetastorePartitionService service API.

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

Inheritance

java.lang.Object > MetastorePartitionServiceStub

Implements

BackgroundResource

Constructors

MetastorePartitionServiceStub()

public MetastorePartitionServiceStub()

Methods

batchCreateMetastorePartitionsCallable()

public UnaryCallable<BatchCreateMetastorePartitionsRequest,BatchCreateMetastorePartitionsResponse> batchCreateMetastorePartitionsCallable()
Returns
Type Description
UnaryCallable<BatchCreateMetastorePartitionsRequest,BatchCreateMetastorePartitionsResponse>

batchDeleteMetastorePartitionsCallable()

public UnaryCallable<BatchDeleteMetastorePartitionsRequest,Empty> batchDeleteMetastorePartitionsCallable()
Returns
Type Description
UnaryCallable<BatchDeleteMetastorePartitionsRequest,Empty>

batchUpdateMetastorePartitionsCallable()

public UnaryCallable<BatchUpdateMetastorePartitionsRequest,BatchUpdateMetastorePartitionsResponse> batchUpdateMetastorePartitionsCallable()
Returns
Type Description
UnaryCallable<BatchUpdateMetastorePartitionsRequest,BatchUpdateMetastorePartitionsResponse>

close()

public abstract void close()

listMetastorePartitionsCallable()

public UnaryCallable<ListMetastorePartitionsRequest,ListMetastorePartitionsResponse> listMetastorePartitionsCallable()
Returns
Type Description
UnaryCallable<ListMetastorePartitionsRequest,ListMetastorePartitionsResponse>

streamMetastorePartitionsCallable()

public BidiStreamingCallable<StreamMetastorePartitionsRequest,StreamMetastorePartitionsResponse> streamMetastorePartitionsCallable()
Returns
Type Description
BidiStreamingCallable<StreamMetastorePartitionsRequest,StreamMetastorePartitionsResponse>