Interface RoutingHint.SkippedTabletOrBuilder (6.107.0)

public static interface RoutingHint.SkippedTabletOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIncarnation()

public abstract ByteString getIncarnation()

The incarnation of the tablet that was skipped. See Tablet.incarnation.

bytes incarnation = 2;

Returns
Type Description
ByteString

The incarnation.

getTabletUid()

public abstract long getTabletUid()

The tablet UID of the tablet that was skipped. See Tablet.tablet_uid.

uint64 tablet_uid = 1;

Returns
Type Description
long

The tabletUid.