Uses of Class
es.bsc.dataclay.communication.grpc.messages.common.CommonMessages.GetTracesResponse
-
Packages that use CommonMessages.GetTracesResponse 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.GetTracesResponse in es.bsc.dataclay.communication.grpc.generated.dataservice
Methods in es.bsc.dataclay.communication.grpc.generated.dataservice that return CommonMessages.GetTracesResponse Modifier and Type Method Description CommonMessages.GetTracesResponseDataServiceGrpc.DataServiceBlockingStub. getTraces(CommonMessages.EmptyMessage request)Methods in es.bsc.dataclay.communication.grpc.generated.dataservice that return types with arguments of type CommonMessages.GetTracesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<CommonMessages.EmptyMessage,CommonMessages.GetTracesResponse>DataServiceGrpc. getGetTracesMethod()com.google.common.util.concurrent.ListenableFuture<CommonMessages.GetTracesResponse>DataServiceGrpc.DataServiceFutureStub. getTraces(CommonMessages.EmptyMessage request)Method parameters in es.bsc.dataclay.communication.grpc.generated.dataservice with type arguments of type CommonMessages.GetTracesResponse Modifier and Type Method Description voidDataServiceGrpc.DataServiceImplBase. getTraces(CommonMessages.EmptyMessage request, io.grpc.stub.StreamObserver<CommonMessages.GetTracesResponse> responseObserver)voidDataServiceGrpc.DataServiceStub. getTraces(CommonMessages.EmptyMessage request, io.grpc.stub.StreamObserver<CommonMessages.GetTracesResponse> responseObserver) -
Uses of CommonMessages.GetTracesResponse in es.bsc.dataclay.communication.grpc.generated.logicmodule
Methods in es.bsc.dataclay.communication.grpc.generated.logicmodule that return CommonMessages.GetTracesResponse Modifier and Type Method Description CommonMessages.GetTracesResponseLogicModuleGrpc.LogicModuleBlockingStub. getTraces(CommonMessages.EmptyMessage request)Methods in es.bsc.dataclay.communication.grpc.generated.logicmodule that return types with arguments of type CommonMessages.GetTracesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<CommonMessages.EmptyMessage,CommonMessages.GetTracesResponse>LogicModuleGrpc. getGetTracesMethod()com.google.common.util.concurrent.ListenableFuture<CommonMessages.GetTracesResponse>LogicModuleGrpc.LogicModuleFutureStub. getTraces(CommonMessages.EmptyMessage request)Method parameters in es.bsc.dataclay.communication.grpc.generated.logicmodule with type arguments of type CommonMessages.GetTracesResponse Modifier and Type Method Description voidLogicModuleGrpc.LogicModuleImplBase. getTraces(CommonMessages.EmptyMessage request, io.grpc.stub.StreamObserver<CommonMessages.GetTracesResponse> responseObserver)voidLogicModuleGrpc.LogicModuleStub. getTraces(CommonMessages.EmptyMessage request, io.grpc.stub.StreamObserver<CommonMessages.GetTracesResponse> responseObserver) -
Uses of CommonMessages.GetTracesResponse in es.bsc.dataclay.communication.grpc.messages.common
Methods in es.bsc.dataclay.communication.grpc.messages.common that return CommonMessages.GetTracesResponse Modifier and Type Method Description CommonMessages.GetTracesResponseCommonMessages.GetTracesResponse.Builder. build()CommonMessages.GetTracesResponseCommonMessages.GetTracesResponse.Builder. buildPartial()static CommonMessages.GetTracesResponseCommonMessages.GetTracesResponse. getDefaultInstance()CommonMessages.GetTracesResponseCommonMessages.GetTracesResponse.Builder. getDefaultInstanceForType()CommonMessages.GetTracesResponseCommonMessages.GetTracesResponse. getDefaultInstanceForType()static CommonMessages.GetTracesResponseCommonMessages.GetTracesResponse. parseDelimitedFrom(InputStream input)static CommonMessages.GetTracesResponseCommonMessages.GetTracesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonMessages.GetTracesResponseCommonMessages.GetTracesResponse. parseFrom(byte[] data)static CommonMessages.GetTracesResponseCommonMessages.GetTracesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonMessages.GetTracesResponseCommonMessages.GetTracesResponse. parseFrom(com.google.protobuf.ByteString data)static CommonMessages.GetTracesResponseCommonMessages.GetTracesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonMessages.GetTracesResponseCommonMessages.GetTracesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static CommonMessages.GetTracesResponseCommonMessages.GetTracesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonMessages.GetTracesResponseCommonMessages.GetTracesResponse. parseFrom(InputStream input)static CommonMessages.GetTracesResponseCommonMessages.GetTracesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonMessages.GetTracesResponseCommonMessages.GetTracesResponse. parseFrom(ByteBuffer data)static CommonMessages.GetTracesResponseCommonMessages.GetTracesResponse. 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.GetTracesResponse Modifier and Type Method Description com.google.protobuf.Parser<CommonMessages.GetTracesResponse>CommonMessages.GetTracesResponse. getParserForType()static com.google.protobuf.Parser<CommonMessages.GetTracesResponse>CommonMessages.GetTracesResponse. parser()Methods in es.bsc.dataclay.communication.grpc.messages.common with parameters of type CommonMessages.GetTracesResponse Modifier and Type Method Description CommonMessages.GetTracesResponse.BuilderCommonMessages.GetTracesResponse.Builder. mergeFrom(CommonMessages.GetTracesResponse other)static CommonMessages.GetTracesResponse.BuilderCommonMessages.GetTracesResponse. newBuilder(CommonMessages.GetTracesResponse prototype) -
Uses of CommonMessages.GetTracesResponse in es.bsc.dataclay.communication.grpc.services.dataservice
Method parameters in es.bsc.dataclay.communication.grpc.services.dataservice with type arguments of type CommonMessages.GetTracesResponse Modifier and Type Method Description voidDataServiceService. getTraces(CommonMessages.EmptyMessage request, io.grpc.stub.StreamObserver<CommonMessages.GetTracesResponse> responseObserver) -
Uses of CommonMessages.GetTracesResponse in es.bsc.dataclay.communication.grpc.services.logicmodule
Method parameters in es.bsc.dataclay.communication.grpc.services.logicmodule with type arguments of type CommonMessages.GetTracesResponse Modifier and Type Method Description voidLogicModuleService. getTraces(CommonMessages.EmptyMessage request, io.grpc.stub.StreamObserver<CommonMessages.GetTracesResponse> responseObserver)
-