Uses of Class
es.bsc.dataclay.communication.grpc.messages.logicmodule.LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest
-
Packages that use LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest 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.NotifyExecutionEnvironmentShutdownRequest in es.bsc.dataclay.communication.grpc.generated.logicmodule
Methods in es.bsc.dataclay.communication.grpc.generated.logicmodule that return types with arguments of type LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest,CommonMessages.ExceptionInfo>LogicModuleGrpc. getNotifyExecutionEnvironmentShutdownMethod() -
Uses of LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest in es.bsc.dataclay.communication.grpc.messages.logicmodule
Methods in es.bsc.dataclay.communication.grpc.messages.logicmodule that return LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest Modifier and Type Method Description LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequestLogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest.Builder. build()LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequestLogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest.Builder. buildPartial()static LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequestLogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest. getDefaultInstance()LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequestLogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest.Builder. getDefaultInstanceForType()LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequestLogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest. getDefaultInstanceForType()static LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequestLogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest. parseDelimitedFrom(InputStream input)static LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequestLogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequestLogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest. parseFrom(byte[] data)static LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequestLogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequestLogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest. parseFrom(com.google.protobuf.ByteString data)static LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequestLogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequestLogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest. parseFrom(com.google.protobuf.CodedInputStream input)static LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequestLogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequestLogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest. parseFrom(InputStream input)static LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequestLogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequestLogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest. parseFrom(ByteBuffer data)static LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequestLogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest. 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.NotifyExecutionEnvironmentShutdownRequest Modifier and Type Method Description com.google.protobuf.Parser<LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest>LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest. getParserForType()static com.google.protobuf.Parser<LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest>LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest. parser()Methods in es.bsc.dataclay.communication.grpc.messages.logicmodule with parameters of type LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest Modifier and Type Method Description LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest.BuilderLogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest.Builder. mergeFrom(LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest other)static LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest.BuilderLogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest. newBuilder(LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest prototype) -
Uses of LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest in es.bsc.dataclay.communication.grpc.services.logicmodule
Methods in es.bsc.dataclay.communication.grpc.services.logicmodule with parameters of type LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest Modifier and Type Method Description voidLogicModuleService. notifyExecutionEnvironmentShutdown(LogicmoduleMessages.NotifyExecutionEnvironmentShutdownRequest request, io.grpc.stub.StreamObserver<CommonMessages.ExceptionInfo> responseObserver)
-