Class Service.CommitResponse
- java.lang.Object
-
- org.apache.calcite.avatica.remote.Service.Base
-
- org.apache.calcite.avatica.remote.Service.Response
-
- org.apache.calcite.avatica.remote.Service.CommitResponse
-
- Enclosing interface:
- Service
public static class Service.CommitResponse extends Service.Response
An RPC response from invoking commit on a Connection.
-
-
Field Summary
Fields Modifier and Type Field Description private static Service.CommitResponseINSTANCEprivate static Responses.CommitResponsePB_INSTANCE-
Fields inherited from class org.apache.calcite.avatica.remote.Service.Base
PRIME
-
-
Constructor Summary
Constructors Constructor Description CommitResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Service.CommitResponsedeserialize(com.google.protobuf.Message genericMsg)booleanequals(java.lang.Object o)inthashCode()(package private) Responses.CommitResponseserialize()-
Methods inherited from class org.apache.calcite.avatica.remote.Service.Base
p, p, p, p
-
-
-
-
Field Detail
-
INSTANCE
private static final Service.CommitResponse INSTANCE
-
PB_INSTANCE
private static final Responses.CommitResponse PB_INSTANCE
-
-
Method Detail
-
deserialize
Service.CommitResponse deserialize(com.google.protobuf.Message genericMsg)
- Specified by:
deserializein classService.Response
-
serialize
Responses.CommitResponse serialize()
- Specified by:
serializein classService.Response
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
-