Send feedback
Class SpannerOptions.SpannerCallContextTimeoutConfigurator (2.25.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version latest keyboard_arrow_down
public static class SpannerOptions . SpannerCallContextTimeoutConfigurator implements SpannerOptions . CallContextConfigurator
Inheritance
java.lang.Object >
SpannerOptions.SpannerCallContextTimeoutConfigurator
Static Methods
create()
public static SpannerOptions . SpannerCallContextTimeoutConfigurator create ()
Methods
<ReqT,RespT>configure(ApiCallContext arg0, ReqT arg1, MethodDescriptor<ReqT,RespT> arg2)
public ApiCallContext <ReqT , RespT>configure ( ApiCallContext arg0 , ReqT arg1 , MethodDescriptor<ReqT , RespT > arg2 )
Parameters
Name
Description
arg0
ApiCallContext
arg1
ReqT
arg2
io.grpc.MethodDescriptor <ReqT ,RespT >
getBatchUpdateTimeout()
public Duration getBatchUpdateTimeout ()
Obsolete
Use getBatchUpdateTimeoutDuration() instead
This feature is stable for usage in this major version, but may be deprecated in a future release.
Returns
Type
Description
org.threeten.bp.Duration
getBatchUpdateTimeoutDuration()
public Duration getBatchUpdateTimeoutDuration ()
getCommitTimeout()
public Duration getCommitTimeout ()
Obsolete
Use getCommitTimeoutDuration() instead.
This feature is stable for usage in this major version, but may be deprecated in a future release.
Returns
Type
Description
org.threeten.bp.Duration
getCommitTimeoutDuration()
public Duration getCommitTimeoutDuration ()
getExecuteQueryTimeout()
public Duration getExecuteQueryTimeout ()
Obsolete
Use getExecuteQueryTimeoutDuration() instead.
This feature is stable for usage in this major version, but may be deprecated in a future release.
Returns
Type
Description
org.threeten.bp.Duration
getExecuteQueryTimeoutDuration()
public Duration getExecuteQueryTimeoutDuration ()
getExecuteUpdateTimeout()
public Duration getExecuteUpdateTimeout ()
Obsolete
Use getExecuteUpdateTimeoutDuration() instead
This feature is stable for usage in this major version, but may be deprecated in a future release.
Returns
Type
Description
org.threeten.bp.Duration
getExecuteUpdateTimeoutDuration()
public Duration getExecuteUpdateTimeoutDuration ()
getPartitionQueryTimeout()
public Duration getPartitionQueryTimeout ()
Obsolete
Use getPartitionQueryTimeoutDuration() instead
This feature is stable for usage in this major version, but may be deprecated in a future release.
Returns
Type
Description
org.threeten.bp.Duration
getPartitionQueryTimeoutDuration()
public Duration getPartitionQueryTimeoutDuration ()
getPartitionReadTimeout()
public Duration getPartitionReadTimeout ()
Obsolete
Use getPartitionReadTimeoutDuration() instead
This feature is stable for usage in this major version, but may be deprecated in a future release.
Returns
Type
Description
org.threeten.bp.Duration
getPartitionReadTimeoutDuration()
public Duration getPartitionReadTimeoutDuration ()
getReadTimeout()
public Duration getReadTimeout ()
Obsolete
Use getReadTimeoutDuration() instead
This feature is stable for usage in this major version, but may be deprecated in a future release.
Returns
Type
Description
org.threeten.bp.Duration
getReadTimeoutDuration()
public Duration getReadTimeoutDuration ()
getRollbackTimeout()
public Duration getRollbackTimeout ()
Obsolete
Use getRollbackTimeoutDuration() instead.
This feature is stable for usage in this major version, but may be deprecated in a future release.
Returns
Type
Description
org.threeten.bp.Duration
getRollbackTimeoutDuration()
public Duration getRollbackTimeoutDuration ()
withBatchUpdateTimeout(Duration arg0)
public SpannerOptions . SpannerCallContextTimeoutConfigurator withBatchUpdateTimeout ( Duration arg0 )
Obsolete
Use withBatchUpdateTimeoutDuration() instead
This feature is stable for usage in this major version, but may be deprecated in a future release.
Parameter
Name
Description
arg0
org.threeten.bp.Duration
withBatchUpdateTimeoutDuration(Duration arg0)
public SpannerOptions . SpannerCallContextTimeoutConfigurator withBatchUpdateTimeoutDuration ( Duration arg0 )
Parameter
Name
Description
arg0
Duration
withCommitTimeout(Duration arg0)
public SpannerOptions . SpannerCallContextTimeoutConfigurator withCommitTimeout ( Duration arg0 )
Obsolete
Use withCommitTimeoutDuration() instead.
This feature is stable for usage in this major version, but may be deprecated in a future release.
Parameter
Name
Description
arg0
org.threeten.bp.Duration
withCommitTimeoutDuration(Duration arg0)
public SpannerOptions . SpannerCallContextTimeoutConfigurator withCommitTimeoutDuration ( Duration arg0 )
Parameter
Name
Description
arg0
Duration
withExecuteQueryTimeout(Duration arg0)
public SpannerOptions . SpannerCallContextTimeoutConfigurator withExecuteQueryTimeout ( Duration arg0 )
Obsolete
Use withExecuteQueryTimeoutDuration() instead
This feature is stable for usage in this major version, but may be deprecated in a future release.
Parameter
Name
Description
arg0
org.threeten.bp.Duration
withExecuteQueryTimeoutDuration(Duration arg0)
public SpannerOptions . SpannerCallContextTimeoutConfigurator withExecuteQueryTimeoutDuration ( Duration arg0 )
Parameter
Name
Description
arg0
Duration
withExecuteUpdateTimeout(Duration arg0)
public SpannerOptions . SpannerCallContextTimeoutConfigurator withExecuteUpdateTimeout ( Duration arg0 )
Obsolete
Use withExecuteUpdateTimeoutDuration() instead
This feature is stable for usage in this major version, but may be deprecated in a future release.
Parameter
Name
Description
arg0
org.threeten.bp.Duration
withExecuteUpdateTimeoutDuration(Duration arg0)
public SpannerOptions . SpannerCallContextTimeoutConfigurator withExecuteUpdateTimeoutDuration ( Duration arg0 )
Parameter
Name
Description
arg0
Duration
withPartitionQueryTimeout(Duration arg0)
public SpannerOptions . SpannerCallContextTimeoutConfigurator withPartitionQueryTimeout ( Duration arg0 )
Obsolete
Use withPartitionQueryTimeoutDuration() instead
This feature is stable for usage in this major version, but may be deprecated in a future release.
Parameter
Name
Description
arg0
org.threeten.bp.Duration
withPartitionQueryTimeoutDuration(Duration arg0)
public SpannerOptions . SpannerCallContextTimeoutConfigurator withPartitionQueryTimeoutDuration ( Duration arg0 )
Parameter
Name
Description
arg0
Duration
withPartitionReadTimeout(Duration arg0)
public SpannerOptions . SpannerCallContextTimeoutConfigurator withPartitionReadTimeout ( Duration arg0 )
Obsolete
Use withPartitionReadTimeoutDuration() instead
This feature is stable for usage in this major version, but may be deprecated in a future release.
Parameter
Name
Description
arg0
org.threeten.bp.Duration
withPartitionReadTimeoutDuration(Duration arg0)
public SpannerOptions . SpannerCallContextTimeoutConfigurator withPartitionReadTimeoutDuration ( Duration arg0 )
Parameter
Name
Description
arg0
Duration
withReadTimeout(Duration arg0)
public SpannerOptions . SpannerCallContextTimeoutConfigurator withReadTimeout ( Duration arg0 )
Obsolete
Use withReadTimeoutDuration() instead
This feature is stable for usage in this major version, but may be deprecated in a future release.
Parameter
Name
Description
arg0
org.threeten.bp.Duration
withReadTimeoutDuration(Duration arg0)
public SpannerOptions . SpannerCallContextTimeoutConfigurator withReadTimeoutDuration ( Duration arg0 )
Parameter
Name
Description
arg0
Duration
withRollbackTimeout(Duration arg0)
public SpannerOptions . SpannerCallContextTimeoutConfigurator withRollbackTimeout ( Duration arg0 )
Obsolete
Use withRollbackTimeoutDuration() instead.
This feature is stable for usage in this major version, but may be deprecated in a future release.
Parameter
Name
Description
arg0
org.threeten.bp.Duration
withRollbackTimeoutDuration(Duration arg0)
public SpannerOptions . SpannerCallContextTimeoutConfigurator withRollbackTimeoutDuration ( Duration arg0 )
Parameter
Name
Description
arg0
Duration
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-19 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-19 UTC."],[],[]]