Uses of Class
com.salesforce.hyperdb.grpc.CancelQueryParam
-
Packages that use CancelQueryParam Package Description com.salesforce.hyperdb.grpc -
-
Uses of CancelQueryParam in com.salesforce.hyperdb.grpc
Methods in com.salesforce.hyperdb.grpc that return CancelQueryParam Modifier and Type Method Description CancelQueryParamCancelQueryParam.Builder. build()CancelQueryParamCancelQueryParam.Builder. buildPartial()static CancelQueryParamCancelQueryParam. getDefaultInstance()CancelQueryParamCancelQueryParam.Builder. getDefaultInstanceForType()CancelQueryParamCancelQueryParam. getDefaultInstanceForType()static CancelQueryParamCancelQueryParam. parseDelimitedFrom(InputStream input)static CancelQueryParamCancelQueryParam. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelQueryParamCancelQueryParam. parseFrom(byte[] data)static CancelQueryParamCancelQueryParam. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelQueryParamCancelQueryParam. parseFrom(com.google.protobuf.ByteString data)static CancelQueryParamCancelQueryParam. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelQueryParamCancelQueryParam. parseFrom(com.google.protobuf.CodedInputStream input)static CancelQueryParamCancelQueryParam. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelQueryParamCancelQueryParam. parseFrom(InputStream input)static CancelQueryParamCancelQueryParam. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelQueryParamCancelQueryParam. parseFrom(ByteBuffer data)static CancelQueryParamCancelQueryParam. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.salesforce.hyperdb.grpc that return types with arguments of type CancelQueryParam Modifier and Type Method Description static io.grpc.MethodDescriptor<CancelQueryParam,com.google.protobuf.Empty>HyperServiceGrpc. getCancelQueryMethod()com.google.protobuf.Parser<CancelQueryParam>CancelQueryParam. getParserForType()static com.google.protobuf.Parser<CancelQueryParam>CancelQueryParam. parser()Methods in com.salesforce.hyperdb.grpc with parameters of type CancelQueryParam Modifier and Type Method Description default voidHyperServiceGrpc.AsyncService. cancelQuery(CancelQueryParam request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)com.google.protobuf.EmptyHyperServiceGrpc.HyperServiceBlockingStub. cancelQuery(CancelQueryParam request)com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>HyperServiceGrpc.HyperServiceFutureStub. cancelQuery(CancelQueryParam request)voidHyperServiceGrpc.HyperServiceStub. cancelQuery(CancelQueryParam request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)CancelQueryParam.BuilderCancelQueryParam.Builder. mergeFrom(CancelQueryParam other)static CancelQueryParam.BuilderCancelQueryParam. newBuilder(CancelQueryParam prototype)
-