Package | Description |
---|---|
com.google.cloud.spanner |
A client for Cloud Spanner - A no-compromise relational database service.
|
com.google.cloud.spanner.connection |
Internal API for Google Cloud Spanner.
|
Modifier and Type | Method and Description |
---|---|
static Options.RpcPriority |
Options.RpcPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Options.RpcPriority[] |
Options.RpcPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Options.ReadQueryUpdateTransactionOption |
Options.priority(Options.RpcPriority priority)
Specifies the priority to use for the RPC.
|
Modifier and Type | Method and Description |
---|---|
default Options.RpcPriority |
Connection.getRPCPriority()
Gets the current RPC priority of this connection.
|
Modifier and Type | Method and Description |
---|---|
default void |
Connection.setRPCPriority(Options.RpcPriority rpcPriority)
Sets the priority to use for RPCs executed by this connection..
|
Copyright © 2022 Google LLC. All rights reserved.