Uses of Class
es.bsc.dataclay.communication.grpc.messages.common.CommonMessages.GetNumObjectsResponse
-
Packages that use CommonMessages.GetNumObjectsResponse Package Description es.bsc.dataclay.communication.grpc.generated.dataservice es.bsc.dataclay.communication.grpc.generated.logicmodule es.bsc.dataclay.communication.grpc.messages.common es.bsc.dataclay.communication.grpc.services.dataservice Contains service classes for communication in DataService.es.bsc.dataclay.communication.grpc.services.logicmodule Contain service classes for communication in Logic Module. -
-
Uses of CommonMessages.GetNumObjectsResponse in es.bsc.dataclay.communication.grpc.generated.dataservice
Methods in es.bsc.dataclay.communication.grpc.generated.dataservice that return CommonMessages.GetNumObjectsResponse Modifier and Type Method Description CommonMessages.GetNumObjectsResponseDataServiceGrpc.DataServiceBlockingStub. getNumObjects(CommonMessages.EmptyMessage request)CommonMessages.GetNumObjectsResponseDataServiceGrpc.DataServiceBlockingStub. getNumObjectsInEE(CommonMessages.EmptyMessage request)Methods in es.bsc.dataclay.communication.grpc.generated.dataservice that return types with arguments of type CommonMessages.GetNumObjectsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<CommonMessages.EmptyMessage,CommonMessages.GetNumObjectsResponse>DataServiceGrpc. getGetNumObjectsInEEMethod()static io.grpc.MethodDescriptor<CommonMessages.EmptyMessage,CommonMessages.GetNumObjectsResponse>DataServiceGrpc. getGetNumObjectsMethod()com.google.common.util.concurrent.ListenableFuture<CommonMessages.GetNumObjectsResponse>DataServiceGrpc.DataServiceFutureStub. getNumObjects(CommonMessages.EmptyMessage request)com.google.common.util.concurrent.ListenableFuture<CommonMessages.GetNumObjectsResponse>DataServiceGrpc.DataServiceFutureStub. getNumObjectsInEE(CommonMessages.EmptyMessage request)Method parameters in es.bsc.dataclay.communication.grpc.generated.dataservice with type arguments of type CommonMessages.GetNumObjectsResponse Modifier and Type Method Description voidDataServiceGrpc.DataServiceImplBase. getNumObjects(CommonMessages.EmptyMessage request, io.grpc.stub.StreamObserver<CommonMessages.GetNumObjectsResponse> responseObserver)voidDataServiceGrpc.DataServiceStub. getNumObjects(CommonMessages.EmptyMessage request, io.grpc.stub.StreamObserver<CommonMessages.GetNumObjectsResponse> responseObserver)voidDataServiceGrpc.DataServiceImplBase. getNumObjectsInEE(CommonMessages.EmptyMessage request, io.grpc.stub.StreamObserver<CommonMessages.GetNumObjectsResponse> responseObserver)voidDataServiceGrpc.DataServiceStub. getNumObjectsInEE(CommonMessages.EmptyMessage request, io.grpc.stub.StreamObserver<CommonMessages.GetNumObjectsResponse> responseObserver) -
Uses of CommonMessages.GetNumObjectsResponse in es.bsc.dataclay.communication.grpc.generated.logicmodule
Methods in es.bsc.dataclay.communication.grpc.generated.logicmodule that return CommonMessages.GetNumObjectsResponse Modifier and Type Method Description CommonMessages.GetNumObjectsResponseLogicModuleGrpc.LogicModuleBlockingStub. getNumObjects(CommonMessages.EmptyMessage request)Methods in es.bsc.dataclay.communication.grpc.generated.logicmodule that return types with arguments of type CommonMessages.GetNumObjectsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<CommonMessages.EmptyMessage,CommonMessages.GetNumObjectsResponse>LogicModuleGrpc. getGetNumObjectsMethod()com.google.common.util.concurrent.ListenableFuture<CommonMessages.GetNumObjectsResponse>LogicModuleGrpc.LogicModuleFutureStub. getNumObjects(CommonMessages.EmptyMessage request)Method parameters in es.bsc.dataclay.communication.grpc.generated.logicmodule with type arguments of type CommonMessages.GetNumObjectsResponse Modifier and Type Method Description voidLogicModuleGrpc.LogicModuleImplBase. getNumObjects(CommonMessages.EmptyMessage request, io.grpc.stub.StreamObserver<CommonMessages.GetNumObjectsResponse> responseObserver)voidLogicModuleGrpc.LogicModuleStub. getNumObjects(CommonMessages.EmptyMessage request, io.grpc.stub.StreamObserver<CommonMessages.GetNumObjectsResponse> responseObserver) -
Uses of CommonMessages.GetNumObjectsResponse in es.bsc.dataclay.communication.grpc.messages.common
Methods in es.bsc.dataclay.communication.grpc.messages.common that return CommonMessages.GetNumObjectsResponse Modifier and Type Method Description CommonMessages.GetNumObjectsResponseCommonMessages.GetNumObjectsResponse.Builder. build()CommonMessages.GetNumObjectsResponseCommonMessages.GetNumObjectsResponse.Builder. buildPartial()static CommonMessages.GetNumObjectsResponseCommonMessages.GetNumObjectsResponse. getDefaultInstance()CommonMessages.GetNumObjectsResponseCommonMessages.GetNumObjectsResponse.Builder. getDefaultInstanceForType()CommonMessages.GetNumObjectsResponseCommonMessages.GetNumObjectsResponse. getDefaultInstanceForType()static CommonMessages.GetNumObjectsResponseCommonMessages.GetNumObjectsResponse. parseDelimitedFrom(InputStream input)static CommonMessages.GetNumObjectsResponseCommonMessages.GetNumObjectsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonMessages.GetNumObjectsResponseCommonMessages.GetNumObjectsResponse. parseFrom(byte[] data)static CommonMessages.GetNumObjectsResponseCommonMessages.GetNumObjectsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonMessages.GetNumObjectsResponseCommonMessages.GetNumObjectsResponse. parseFrom(com.google.protobuf.ByteString data)static CommonMessages.GetNumObjectsResponseCommonMessages.GetNumObjectsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonMessages.GetNumObjectsResponseCommonMessages.GetNumObjectsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static CommonMessages.GetNumObjectsResponseCommonMessages.GetNumObjectsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonMessages.GetNumObjectsResponseCommonMessages.GetNumObjectsResponse. parseFrom(InputStream input)static CommonMessages.GetNumObjectsResponseCommonMessages.GetNumObjectsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonMessages.GetNumObjectsResponseCommonMessages.GetNumObjectsResponse. parseFrom(ByteBuffer data)static CommonMessages.GetNumObjectsResponseCommonMessages.GetNumObjectsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in es.bsc.dataclay.communication.grpc.messages.common that return types with arguments of type CommonMessages.GetNumObjectsResponse Modifier and Type Method Description com.google.protobuf.Parser<CommonMessages.GetNumObjectsResponse>CommonMessages.GetNumObjectsResponse. getParserForType()static com.google.protobuf.Parser<CommonMessages.GetNumObjectsResponse>CommonMessages.GetNumObjectsResponse. parser()Methods in es.bsc.dataclay.communication.grpc.messages.common with parameters of type CommonMessages.GetNumObjectsResponse Modifier and Type Method Description CommonMessages.GetNumObjectsResponse.BuilderCommonMessages.GetNumObjectsResponse.Builder. mergeFrom(CommonMessages.GetNumObjectsResponse other)static CommonMessages.GetNumObjectsResponse.BuilderCommonMessages.GetNumObjectsResponse. newBuilder(CommonMessages.GetNumObjectsResponse prototype) -
Uses of CommonMessages.GetNumObjectsResponse in es.bsc.dataclay.communication.grpc.services.dataservice
Method parameters in es.bsc.dataclay.communication.grpc.services.dataservice with type arguments of type CommonMessages.GetNumObjectsResponse Modifier and Type Method Description voidDataServiceService. getNumObjects(CommonMessages.EmptyMessage request, io.grpc.stub.StreamObserver<CommonMessages.GetNumObjectsResponse> responseObserver)voidDataServiceService. getNumObjectsInEE(CommonMessages.EmptyMessage request, io.grpc.stub.StreamObserver<CommonMessages.GetNumObjectsResponse> responseObserver) -
Uses of CommonMessages.GetNumObjectsResponse in es.bsc.dataclay.communication.grpc.services.logicmodule
Method parameters in es.bsc.dataclay.communication.grpc.services.logicmodule with type arguments of type CommonMessages.GetNumObjectsResponse Modifier and Type Method Description voidLogicModuleService. getNumObjects(CommonMessages.EmptyMessage request, io.grpc.stub.StreamObserver<CommonMessages.GetNumObjectsResponse> responseObserver)
-