Class XGoogSpannerRequestId (6.95.1)

public class XGoogSpannerRequestId

Inheritance

Object > XGoogSpannerRequestId

Static Fields

REQUEST_HEADER_KEY

public static final Metadata.Key<String> REQUEST_HEADER_KEY
Field Value
Type Description
io.grpc.Metadata.Key<String>

Static Methods

of(String s)

public static XGoogSpannerRequestId of(String s)
Parameter
Name Description
s String
Returns
Type Description
XGoogSpannerRequestId

of(long nthClientId, long nthChannelId, long nthRequest, long attempt)

public static XGoogSpannerRequestId of(long nthClientId, long nthChannelId, long nthRequest, long attempt)
Parameters
Name Description
nthClientId long
nthChannelId long
nthRequest long
attempt long
Returns
Type Description
XGoogSpannerRequestId

Methods

equals(Object other)

public boolean equals(Object other)
Parameter
Name Description
other Object
Returns
Type Description
boolean
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

incrementAttempt()

public void incrementAttempt()

toString()

public String toString()
Returns
Type Description
String
Overrides