Interface FlushRowsResponseOrBuilder (3.4.0)

public interface FlushRowsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOffset()

public abstract long getOffset()

The rows before this offset (including this offset) are flushed.

int64 offset = 1;

Returns
TypeDescription
long

The offset.