Uses of Class
com.google.cloud.spanner.XGoogSpannerRequestId
Packages that use XGoogSpannerRequestId
Package
Description
A client for Cloud Spanner - A no-compromise relational database service.
-
Uses of XGoogSpannerRequestId in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return XGoogSpannerRequestIdModifier and TypeMethodDescriptionstatic XGoogSpannerRequestIdXGoogSpannerRequestId.of(long nthClientId, long nthChannelId, long nthRequest, long attempt) static XGoogSpannerRequestIdMethods in com.google.cloud.spanner with parameters of type XGoogSpannerRequestIdModifier and TypeMethodDescriptionstatic SpannerBatchUpdateExceptionSpannerExceptionFactory.newSpannerBatchUpdateException(ErrorCode code, String message, long[] updateCounts, XGoogSpannerRequestId reqId) static SpannerExceptionSpannerExceptionFactory.newSpannerException(ErrorCode code, String message, XGoogSpannerRequestId reqId) static SpannerExceptionSpannerExceptionFactory.newSpannerException(ErrorCode code, String message, Throwable cause, XGoogSpannerRequestId reqId) static SpannerExceptionSpannerExceptionFactory.newSpannerException(io.grpc.Context context, Throwable cause, XGoogSpannerRequestId reqId) Creates a new exception based oncause.static SpannerExceptionSpannerExceptionFactory.newSpannerException(Throwable cause, XGoogSpannerRequestId reqId) static SpannerExceptionSpannerExceptionFactory.propagateInterrupt(InterruptedException e, XGoogSpannerRequestId reqId) static com.google.cloud.spanner.Options.RequestIdOptionOptions.requestId(XGoogSpannerRequestId reqId) voidSpannerException.setRequestId(XGoogSpannerRequestId reqId) Sets the requestId.