Interface StreamMetastorePartitionsResponseOrBuilder (3.9.1)

public interface StreamMetastorePartitionsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTotalPartitionsInsertedCount()

public abstract long getTotalPartitionsInsertedCount()

Total count of partitions inserted by the server during the lifetime of the stream. This is only set in the final response message before closing the stream.

int64 total_partitions_inserted_count = 3;

Returns
Type Description
long

The totalPartitionsInsertedCount.

getTotalPartitionsStreamedCount()

public abstract long getTotalPartitionsStreamedCount()

Total count of partitions streamed by the client during the lifetime of the stream. This is only set in the final response message before closing the stream.

int64 total_partitions_streamed_count = 2;

Returns
Type Description
long

The totalPartitionsStreamedCount.