Uses of Class
es.bsc.dataclay.communication.grpc.messages.logicmodule.LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse
-
Packages that use LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse Package Description es.bsc.dataclay.communication.grpc.generated.logicmodule es.bsc.dataclay.communication.grpc.messages.logicmodule es.bsc.dataclay.communication.grpc.services.logicmodule Contain service classes for communication in Logic Module. -
-
Uses of LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse in es.bsc.dataclay.communication.grpc.generated.logicmodule
Methods in es.bsc.dataclay.communication.grpc.generated.logicmodule that return LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse Modifier and Type Method Description LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponseLogicModuleGrpc.LogicModuleBlockingStub. getAllExecutionEnvironmentsInfo(LogicmoduleMessages.GetAllExecutionEnvironmentsInfoRequest request)EE-SL informationMethods in es.bsc.dataclay.communication.grpc.generated.logicmodule that return types with arguments of type LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse>LogicModuleGrpc.LogicModuleFutureStub. getAllExecutionEnvironmentsInfo(LogicmoduleMessages.GetAllExecutionEnvironmentsInfoRequest request)EE-SL informationstatic io.grpc.MethodDescriptor<LogicmoduleMessages.GetAllExecutionEnvironmentsInfoRequest,LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse>LogicModuleGrpc. getGetAllExecutionEnvironmentsInfoMethod()Method parameters in es.bsc.dataclay.communication.grpc.generated.logicmodule with type arguments of type LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse Modifier and Type Method Description voidLogicModuleGrpc.LogicModuleImplBase. getAllExecutionEnvironmentsInfo(LogicmoduleMessages.GetAllExecutionEnvironmentsInfoRequest request, io.grpc.stub.StreamObserver<LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse> responseObserver)EE-SL informationvoidLogicModuleGrpc.LogicModuleStub. getAllExecutionEnvironmentsInfo(LogicmoduleMessages.GetAllExecutionEnvironmentsInfoRequest request, io.grpc.stub.StreamObserver<LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse> responseObserver)EE-SL information -
Uses of LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse in es.bsc.dataclay.communication.grpc.messages.logicmodule
Methods in es.bsc.dataclay.communication.grpc.messages.logicmodule that return LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse Modifier and Type Method Description LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponseLogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse.Builder. build()LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponseLogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse.Builder. buildPartial()static LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponseLogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse. getDefaultInstance()LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponseLogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse.Builder. getDefaultInstanceForType()LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponseLogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse. getDefaultInstanceForType()static LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponseLogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse. parseDelimitedFrom(InputStream input)static LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponseLogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponseLogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse. parseFrom(byte[] data)static LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponseLogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponseLogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse. parseFrom(com.google.protobuf.ByteString data)static LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponseLogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponseLogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse. parseFrom(com.google.protobuf.CodedInputStream input)static LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponseLogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponseLogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse. parseFrom(InputStream input)static LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponseLogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponseLogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse. parseFrom(ByteBuffer data)static LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponseLogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in es.bsc.dataclay.communication.grpc.messages.logicmodule that return types with arguments of type LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse Modifier and Type Method Description com.google.protobuf.Parser<LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse>LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse. getParserForType()static com.google.protobuf.Parser<LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse>LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse. parser()Methods in es.bsc.dataclay.communication.grpc.messages.logicmodule with parameters of type LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse Modifier and Type Method Description LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse.BuilderLogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse.Builder. mergeFrom(LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse other)static LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse.BuilderLogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse. newBuilder(LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse prototype) -
Uses of LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse in es.bsc.dataclay.communication.grpc.services.logicmodule
Method parameters in es.bsc.dataclay.communication.grpc.services.logicmodule with type arguments of type LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse Modifier and Type Method Description voidLogicModuleService. getAllExecutionEnvironmentsInfo(LogicmoduleMessages.GetAllExecutionEnvironmentsInfoRequest request, io.grpc.stub.StreamObserver<LogicmoduleMessages.GetAllExecutionEnvironmentsInfoResponse> responseObserver)
-