Interface CheckConsistencyResponseOrBuilder (2.9.0)

public interface CheckConsistencyResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConsistent()

public abstract boolean getConsistent()

True only if the token is consistent. A token is consistent if replication has caught up with the restrictions specified in the request.

bool consistent = 1;

Returns
TypeDescription
boolean

The consistent.