Uses of Class
org.apache.calcite.avatica.proto.Responses.CommitResponse
-
Packages that use Responses.CommitResponse Package Description org.apache.calcite.avatica.proto org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of Responses.CommitResponse in org.apache.calcite.avatica.proto
Fields in org.apache.calcite.avatica.proto declared as Responses.CommitResponse Modifier and Type Field Description private static Responses.CommitResponseResponses.CommitResponse. DEFAULT_INSTANCEFields in org.apache.calcite.avatica.proto with type parameters of type Responses.CommitResponse Modifier and Type Field Description private static com.google.protobuf.Parser<Responses.CommitResponse>Responses.CommitResponse. PARSERMethods in org.apache.calcite.avatica.proto that return Responses.CommitResponse Modifier and Type Method Description Responses.CommitResponseResponses.CommitResponse.Builder. build()Responses.CommitResponseResponses.CommitResponse.Builder. buildPartial()static Responses.CommitResponseResponses.CommitResponse. getDefaultInstance()Responses.CommitResponseResponses.CommitResponse.Builder. getDefaultInstanceForType()Responses.CommitResponseResponses.CommitResponse. getDefaultInstanceForType()static Responses.CommitResponseResponses.CommitResponse. parseDelimitedFrom(java.io.InputStream input)static Responses.CommitResponseResponses.CommitResponse. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Responses.CommitResponseResponses.CommitResponse. parseFrom(byte[] data)static Responses.CommitResponseResponses.CommitResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Responses.CommitResponseResponses.CommitResponse. parseFrom(com.google.protobuf.ByteString data)static Responses.CommitResponseResponses.CommitResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Responses.CommitResponseResponses.CommitResponse. parseFrom(com.google.protobuf.CodedInputStream input)static Responses.CommitResponseResponses.CommitResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Responses.CommitResponseResponses.CommitResponse. parseFrom(java.io.InputStream input)static Responses.CommitResponseResponses.CommitResponse. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Responses.CommitResponseResponses.CommitResponse. parseFrom(java.nio.ByteBuffer data)static Responses.CommitResponseResponses.CommitResponse. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.apache.calcite.avatica.proto that return types with arguments of type Responses.CommitResponse Modifier and Type Method Description com.google.protobuf.Parser<Responses.CommitResponse>Responses.CommitResponse. getParserForType()static com.google.protobuf.Parser<Responses.CommitResponse>Responses.CommitResponse. parser()Methods in org.apache.calcite.avatica.proto with parameters of type Responses.CommitResponse Modifier and Type Method Description Responses.CommitResponse.BuilderResponses.CommitResponse.Builder. mergeFrom(Responses.CommitResponse other)static Responses.CommitResponse.BuilderResponses.CommitResponse. newBuilder(Responses.CommitResponse prototype) -
Uses of Responses.CommitResponse in org.apache.calcite.avatica.remote
Fields in org.apache.calcite.avatica.remote declared as Responses.CommitResponse Modifier and Type Field Description private static Responses.CommitResponseService.CommitResponse. PB_INSTANCEMethods in org.apache.calcite.avatica.remote that return Responses.CommitResponse Modifier and Type Method Description (package private) Responses.CommitResponseService.CommitResponse. serialize()
-