public class ConnectionOptions
Static Fields
AUTOCOMMIT_PROPERTY_NAME
public static final String AUTOCOMMIT_PROPERTY_NAME
Field Value |
---|
Type | Description |
String | |
CHANNEL_PROVIDER_PROPERTY_NAME
public static final String CHANNEL_PROVIDER_PROPERTY_NAME
Field Value |
---|
Type | Description |
String | |
CREDENTIALS_PROPERTY_NAME
public static final String CREDENTIALS_PROPERTY_NAME
Field Value |
---|
Type | Description |
String | |
CREDENTIALS_PROVIDER_PROPERTY_NAME
public static final String CREDENTIALS_PROVIDER_PROPERTY_NAME
Field Value |
---|
Type | Description |
String | |
DATABASE_ROLE_PROPERTY_NAME
public static final String DATABASE_ROLE_PROPERTY_NAME
Field Value |
---|
Type | Description |
String | |
ENCODED_CREDENTIALS_PROPERTY_NAME
public static final String ENCODED_CREDENTIALS_PROPERTY_NAME
Field Value |
---|
Type | Description |
String | |
LENIENT_PROPERTY_NAME
public static final String LENIENT_PROPERTY_NAME
Field Value |
---|
Type | Description |
String | |
MAX_SESSIONS_PROPERTY_NAME
public static final String MAX_SESSIONS_PROPERTY_NAME
Field Value |
---|
Type | Description |
String | |
MIN_SESSIONS_PROPERTY_NAME
public static final String MIN_SESSIONS_PROPERTY_NAME
Field Value |
---|
Type | Description |
String | |
NUM_CHANNELS_PROPERTY_NAME
public static final String NUM_CHANNELS_PROPERTY_NAME
Field Value |
---|
Type | Description |
String | |
OAUTH_TOKEN_PROPERTY_NAME
public static final String OAUTH_TOKEN_PROPERTY_NAME
Field Value |
---|
Type | Description |
String | |
READONLY_PROPERTY_NAME
public static final String READONLY_PROPERTY_NAME
Field Value |
---|
Type | Description |
String | |
RETRY_ABORTS_INTERNALLY_PROPERTY_NAME
public static final String RETRY_ABORTS_INTERNALLY_PROPERTY_NAME
Field Value |
---|
Type | Description |
String | |
RPC_PRIORITY_NAME
public static final String RPC_PRIORITY_NAME
Field Value |
---|
Type | Description |
String | |
VALID_PROPERTIES
public static final Set<ConnectionOptions.ConnectionProperty> VALID_PROPERTIES
Static Methods
closeSpanner()
public static void closeSpanner()
getDefaultProjectId(Credentials arg0)
public static String getDefaultProjectId(Credentials arg0)
Parameter |
---|
Name | Description |
arg0 | com.google.auth.Credentials
|
newBuilder()
public static ConnectionOptions.Builder newBuilder()
Methods
getChannelProvider()
public TransportChannelProvider getChannelProvider()
getConnection()
public Connection getConnection()
getCredentials()
public Credentials getCredentials()
Returns |
---|
Type | Description |
com.google.auth.Credentials | |
getCredentialsUrl()
public String getCredentialsUrl()
getDatabaseId()
public DatabaseId getDatabaseId()
Returns |
---|
Type | Description |
com.google.cloud.spanner.DatabaseId | |
getDatabaseName()
public String getDatabaseName()
getDatabaseRole()
public String getDatabaseRole()
getHost()
getInstanceId()
public String getInstanceId()
getMaxSessions()
public Integer getMaxSessions()
getMinSessions()
public Integer getMinSessions()
getNumChannels()
public Integer getNumChannels()
getProjectId()
public String getProjectId()
getSessionPoolOptions()
public SessionPoolOptions getSessionPoolOptions()
Returns |
---|
Type | Description |
com.google.cloud.spanner.SessionPoolOptions | |
getUri()
getWarnings()
public String getWarnings()
isAutoConfigEmulator()
public boolean isAutoConfigEmulator()
isAutocommit()
public boolean isAutocommit()
isReadOnly()
public boolean isReadOnly()
isRetryAbortsInternally()
public boolean isRetryAbortsInternally()
isReturnCommitStats()
public boolean isReturnCommitStats()
toString()
Overrides