Interface AppProfile.SingleClusterRoutingOrBuilder (2.14.0)

public static interface AppProfile.SingleClusterRoutingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAllowTransactionalWrites()

public abstract boolean getAllowTransactionalWrites()

Whether or not CheckAndMutateRow and ReadModifyWriteRow requests are allowed by this app profile. It is unsafe to send these requests to the same table/row/column in multiple clusters.

bool allow_transactional_writes = 2;

Returns
TypeDescription
boolean

The allowTransactionalWrites.

getClusterId()

public abstract String getClusterId()

The cluster to which read/write requests should be routed.

string cluster_id = 1;

Returns
TypeDescription
String

The clusterId.

getClusterIdBytes()

public abstract ByteString getClusterIdBytes()

The cluster to which read/write requests should be routed.

string cluster_id = 1;

Returns
TypeDescription
ByteString

The bytes for clusterId.