Class Service.Response
- java.lang.Object
-
- org.apache.calcite.avatica.remote.Service.Base
-
- org.apache.calcite.avatica.remote.Service.Response
-
- Direct Known Subclasses:
Service.CloseConnectionResponse,Service.CloseStatementResponse,Service.CommitResponse,Service.ConnectionSyncResponse,Service.CreateStatementResponse,Service.DatabasePropertyResponse,Service.ErrorResponse,Service.ExecuteBatchResponse,Service.ExecuteResponse,Service.FetchResponse,Service.OpenConnectionResponse,Service.PrepareResponse,Service.ResultSetResponse,Service.RollbackResponse,Service.RpcMetadataResponse,Service.SyncResultsResponse
- Enclosing interface:
- Service
public abstract static class Service.Response extends Service.Base
Base class for all service response messages.
-
-
Field Summary
-
Fields inherited from class org.apache.calcite.avatica.remote.Service.Base
PRIME
-
-
Constructor Summary
Constructors Constructor Description Response()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description (package private) abstract Service.Responsedeserialize(com.google.protobuf.Message genericMsg)(package private) abstract com.google.protobuf.Messageserialize()-
Methods inherited from class org.apache.calcite.avatica.remote.Service.Base
p, p, p, p
-
-
-
-
Method Detail
-
deserialize
abstract Service.Response deserialize(com.google.protobuf.Message genericMsg)
-
serialize
abstract com.google.protobuf.Message serialize()
-
-