Uses of Class
org.apache.pinot.common.proto.Server.ServerResponse
-
Packages that use Server.ServerResponse Package Description org.apache.pinot.common.proto org.apache.pinot.common.utils.grpc -
-
Uses of Server.ServerResponse in org.apache.pinot.common.proto
Methods in org.apache.pinot.common.proto that return Server.ServerResponse Modifier and Type Method Description Server.ServerResponseServer.ServerResponse.Builder. build()Server.ServerResponseServer.ServerResponse.Builder. buildPartial()static Server.ServerResponseServer.ServerResponse. getDefaultInstance()Server.ServerResponseServer.ServerResponse.Builder. getDefaultInstanceForType()Server.ServerResponseServer.ServerResponse. getDefaultInstanceForType()static Server.ServerResponseServer.ServerResponse. parseDelimitedFrom(InputStream input)static Server.ServerResponseServer.ServerResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Server.ServerResponseServer.ServerResponse. parseFrom(byte[] data)static Server.ServerResponseServer.ServerResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Server.ServerResponseServer.ServerResponse. parseFrom(com.google.protobuf.ByteString data)static Server.ServerResponseServer.ServerResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Server.ServerResponseServer.ServerResponse. parseFrom(com.google.protobuf.CodedInputStream input)static Server.ServerResponseServer.ServerResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Server.ServerResponseServer.ServerResponse. parseFrom(InputStream input)static Server.ServerResponseServer.ServerResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Server.ServerResponseServer.ServerResponse. parseFrom(ByteBuffer data)static Server.ServerResponseServer.ServerResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.apache.pinot.common.proto that return types with arguments of type Server.ServerResponse Modifier and Type Method Description com.google.protobuf.Parser<Server.ServerResponse>Server.ServerResponse. getParserForType()static io.grpc.MethodDescriptor<Server.ServerRequest,Server.ServerResponse>PinotQueryServerGrpc. getSubmitMethod()static com.google.protobuf.Parser<Server.ServerResponse>Server.ServerResponse. parser()Iterator<Server.ServerResponse>PinotQueryServerGrpc.PinotQueryServerBlockingStub. submit(Server.ServerRequest request)Methods in org.apache.pinot.common.proto with parameters of type Server.ServerResponse Modifier and Type Method Description Server.ServerResponse.BuilderServer.ServerResponse.Builder. mergeFrom(Server.ServerResponse other)static Server.ServerResponse.BuilderServer.ServerResponse. newBuilder(Server.ServerResponse prototype)Method parameters in org.apache.pinot.common.proto with type arguments of type Server.ServerResponse Modifier and Type Method Description voidPinotQueryServerGrpc.PinotQueryServerImplBase. submit(Server.ServerRequest request, io.grpc.stub.StreamObserver<Server.ServerResponse> responseObserver)voidPinotQueryServerGrpc.PinotQueryServerStub. submit(Server.ServerRequest request, io.grpc.stub.StreamObserver<Server.ServerResponse> responseObserver) -
Uses of Server.ServerResponse in org.apache.pinot.common.utils.grpc
Methods in org.apache.pinot.common.utils.grpc that return types with arguments of type Server.ServerResponse Modifier and Type Method Description Iterator<Server.ServerResponse>GrpcQueryClient. submit(Server.ServerRequest request)
-