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.GetTracesResponse
DataServiceGrpc.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 void
DataServiceGrpc.DataServiceImplBase. getTraces(CommonMessages.EmptyMessage request, io.grpc.stub.StreamObserver<CommonMessages.GetTracesResponse> responseObserver)
void
DataServiceGrpc.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.GetTracesResponse
LogicModuleGrpc.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 void
LogicModuleGrpc.LogicModuleImplBase. getTraces(CommonMessages.EmptyMessage request, io.grpc.stub.StreamObserver<CommonMessages.GetTracesResponse> responseObserver)
void
LogicModuleGrpc.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.GetTracesResponse
CommonMessages.GetTracesResponse.Builder. build()
CommonMessages.GetTracesResponse
CommonMessages.GetTracesResponse.Builder. buildPartial()
static CommonMessages.GetTracesResponse
CommonMessages.GetTracesResponse. getDefaultInstance()
CommonMessages.GetTracesResponse
CommonMessages.GetTracesResponse.Builder. getDefaultInstanceForType()
CommonMessages.GetTracesResponse
CommonMessages.GetTracesResponse. getDefaultInstanceForType()
static CommonMessages.GetTracesResponse
CommonMessages.GetTracesResponse. parseDelimitedFrom(InputStream input)
static CommonMessages.GetTracesResponse
CommonMessages.GetTracesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonMessages.GetTracesResponse
CommonMessages.GetTracesResponse. parseFrom(byte[] data)
static CommonMessages.GetTracesResponse
CommonMessages.GetTracesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonMessages.GetTracesResponse
CommonMessages.GetTracesResponse. parseFrom(com.google.protobuf.ByteString data)
static CommonMessages.GetTracesResponse
CommonMessages.GetTracesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonMessages.GetTracesResponse
CommonMessages.GetTracesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static CommonMessages.GetTracesResponse
CommonMessages.GetTracesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonMessages.GetTracesResponse
CommonMessages.GetTracesResponse. parseFrom(InputStream input)
static CommonMessages.GetTracesResponse
CommonMessages.GetTracesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonMessages.GetTracesResponse
CommonMessages.GetTracesResponse. parseFrom(ByteBuffer data)
static CommonMessages.GetTracesResponse
CommonMessages.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.Builder
CommonMessages.GetTracesResponse.Builder. mergeFrom(CommonMessages.GetTracesResponse other)
static CommonMessages.GetTracesResponse.Builder
CommonMessages.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 void
DataServiceService. 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 void
LogicModuleService. getTraces(CommonMessages.EmptyMessage request, io.grpc.stub.StreamObserver<CommonMessages.GetTracesResponse> responseObserver)
-