Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
IncludeReplicas |
IncludeReplicas.clone() |
IncludeReplicas |
DirectedReadOptions.getIncludeReplicas()
`Include_replicas` indicates the order of replicas (as they appear in this list) to process the
request.
|
IncludeReplicas |
IncludeReplicas.set(String fieldName,
Object value) |
IncludeReplicas |
IncludeReplicas.setAutoFailoverDisabled(Boolean autoFailoverDisabled)
If `true`, Spanner doesn't route requests to a replica outside the <`include_replicas` list
when all of the specified replicas are unavailable or unhealthy.
|
IncludeReplicas |
IncludeReplicas.setReplicaSelections(List<ReplicaSelection> replicaSelections)
The directed read replica selector.
|
Modifier and Type | Method and Description |
---|---|
DirectedReadOptions |
DirectedReadOptions.setIncludeReplicas(IncludeReplicas includeReplicas)
`Include_replicas` indicates the order of replicas (as they appear in this list) to process the
request.
|
Copyright © 2011–2025 Google. All rights reserved.