Interface FlushRowsResponseOrBuilder (3.5.1)

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
Type Description
long

The offset.