Class Service.CloseStatementResponse
- java.lang.Object
-
- org.apache.calcite.avatica.remote.Service.Base
-
- org.apache.calcite.avatica.remote.Service.Response
-
- org.apache.calcite.avatica.remote.Service.CloseStatementResponse
-
- Enclosing interface:
- Service
public static class Service.CloseStatementResponse extends Service.Response
Response fromService.CloseStatementRequest.
-
-
Field Summary
Fields Modifier and Type Field Description private static com.google.protobuf.Descriptors.FieldDescriptorCONNECTION_ID_DESCRIPTORService.RpcMetadataResponserpcMetadata-
Fields inherited from class org.apache.calcite.avatica.remote.Service.Base
PRIME
-
-
Constructor Summary
Constructors Constructor Description CloseStatementResponse()CloseStatementResponse(Service.RpcMetadataResponse rpcMetadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Service.CloseStatementResponsedeserialize(com.google.protobuf.Message genericMsg)booleanequals(java.lang.Object o)inthashCode()(package private) Responses.CloseStatementResponseserialize()-
Methods inherited from class org.apache.calcite.avatica.remote.Service.Base
p, p, p, p
-
-
-
-
Field Detail
-
CONNECTION_ID_DESCRIPTOR
private static final com.google.protobuf.Descriptors.FieldDescriptor CONNECTION_ID_DESCRIPTOR
-
rpcMetadata
public final Service.RpcMetadataResponse rpcMetadata
-
-
Constructor Detail
-
CloseStatementResponse
public CloseStatementResponse()
-
CloseStatementResponse
public CloseStatementResponse(Service.RpcMetadataResponse rpcMetadata)
-
-
Method Detail
-
deserialize
Service.CloseStatementResponse deserialize(com.google.protobuf.Message genericMsg)
- Specified by:
deserializein classService.Response
-
serialize
Responses.CloseStatementResponse 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
-
-