Package com.google.cloud.spanner
Class XGoogSpannerRequestId
java.lang.Object
com.google.cloud.spanner.XGoogSpannerRequestId
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidstatic XGoogSpannerRequestIdof(long nthClientId, long nthChannelId, long nthRequest, long attempt) static XGoogSpannerRequestIdvoidsetChannelId(long channelId) toString()
-
Field Details
-
REQUEST_HEADER_KEY
-
-
Method Details
-
of
public static XGoogSpannerRequestId of(long nthClientId, long nthChannelId, long nthRequest, long attempt) -
of
-
toString
-
debugToString
-
equals
-
incrementAttempt
public void incrementAttempt() -
hashCode
public int hashCode() -
setChannelId
public void setChannelId(long channelId)
-