Uses of Class
es.bsc.dataclay.communication.grpc.messages.logicmodule.LogicmoduleMessages.GetInfoOfSessionForDSResponse
-
Packages that use LogicmoduleMessages.GetInfoOfSessionForDSResponse 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.GetInfoOfSessionForDSResponse in es.bsc.dataclay.communication.grpc.generated.logicmodule
Methods in es.bsc.dataclay.communication.grpc.generated.logicmodule that return LogicmoduleMessages.GetInfoOfSessionForDSResponse Modifier and Type Method Description LogicmoduleMessages.GetInfoOfSessionForDSResponseLogicModuleGrpc.LogicModuleBlockingStub. getInfoOfSessionForDS(LogicmoduleMessages.GetInfoOfSessionForDSRequest request)Methods in es.bsc.dataclay.communication.grpc.generated.logicmodule that return types with arguments of type LogicmoduleMessages.GetInfoOfSessionForDSResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<LogicmoduleMessages.GetInfoOfSessionForDSRequest,LogicmoduleMessages.GetInfoOfSessionForDSResponse>LogicModuleGrpc. getGetInfoOfSessionForDSMethod()com.google.common.util.concurrent.ListenableFuture<LogicmoduleMessages.GetInfoOfSessionForDSResponse>LogicModuleGrpc.LogicModuleFutureStub. getInfoOfSessionForDS(LogicmoduleMessages.GetInfoOfSessionForDSRequest request)Method parameters in es.bsc.dataclay.communication.grpc.generated.logicmodule with type arguments of type LogicmoduleMessages.GetInfoOfSessionForDSResponse Modifier and Type Method Description voidLogicModuleGrpc.LogicModuleImplBase. getInfoOfSessionForDS(LogicmoduleMessages.GetInfoOfSessionForDSRequest request, io.grpc.stub.StreamObserver<LogicmoduleMessages.GetInfoOfSessionForDSResponse> responseObserver)voidLogicModuleGrpc.LogicModuleStub. getInfoOfSessionForDS(LogicmoduleMessages.GetInfoOfSessionForDSRequest request, io.grpc.stub.StreamObserver<LogicmoduleMessages.GetInfoOfSessionForDSResponse> responseObserver) -
Uses of LogicmoduleMessages.GetInfoOfSessionForDSResponse in es.bsc.dataclay.communication.grpc.messages.logicmodule
Methods in es.bsc.dataclay.communication.grpc.messages.logicmodule that return LogicmoduleMessages.GetInfoOfSessionForDSResponse Modifier and Type Method Description LogicmoduleMessages.GetInfoOfSessionForDSResponseLogicmoduleMessages.GetInfoOfSessionForDSResponse.Builder. build()LogicmoduleMessages.GetInfoOfSessionForDSResponseLogicmoduleMessages.GetInfoOfSessionForDSResponse.Builder. buildPartial()static LogicmoduleMessages.GetInfoOfSessionForDSResponseLogicmoduleMessages.GetInfoOfSessionForDSResponse. getDefaultInstance()LogicmoduleMessages.GetInfoOfSessionForDSResponseLogicmoduleMessages.GetInfoOfSessionForDSResponse.Builder. getDefaultInstanceForType()LogicmoduleMessages.GetInfoOfSessionForDSResponseLogicmoduleMessages.GetInfoOfSessionForDSResponse. getDefaultInstanceForType()static LogicmoduleMessages.GetInfoOfSessionForDSResponseLogicmoduleMessages.GetInfoOfSessionForDSResponse. parseDelimitedFrom(InputStream input)static LogicmoduleMessages.GetInfoOfSessionForDSResponseLogicmoduleMessages.GetInfoOfSessionForDSResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.GetInfoOfSessionForDSResponseLogicmoduleMessages.GetInfoOfSessionForDSResponse. parseFrom(byte[] data)static LogicmoduleMessages.GetInfoOfSessionForDSResponseLogicmoduleMessages.GetInfoOfSessionForDSResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.GetInfoOfSessionForDSResponseLogicmoduleMessages.GetInfoOfSessionForDSResponse. parseFrom(com.google.protobuf.ByteString data)static LogicmoduleMessages.GetInfoOfSessionForDSResponseLogicmoduleMessages.GetInfoOfSessionForDSResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.GetInfoOfSessionForDSResponseLogicmoduleMessages.GetInfoOfSessionForDSResponse. parseFrom(com.google.protobuf.CodedInputStream input)static LogicmoduleMessages.GetInfoOfSessionForDSResponseLogicmoduleMessages.GetInfoOfSessionForDSResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.GetInfoOfSessionForDSResponseLogicmoduleMessages.GetInfoOfSessionForDSResponse. parseFrom(InputStream input)static LogicmoduleMessages.GetInfoOfSessionForDSResponseLogicmoduleMessages.GetInfoOfSessionForDSResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.GetInfoOfSessionForDSResponseLogicmoduleMessages.GetInfoOfSessionForDSResponse. parseFrom(ByteBuffer data)static LogicmoduleMessages.GetInfoOfSessionForDSResponseLogicmoduleMessages.GetInfoOfSessionForDSResponse. 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.GetInfoOfSessionForDSResponse Modifier and Type Method Description com.google.protobuf.Parser<LogicmoduleMessages.GetInfoOfSessionForDSResponse>LogicmoduleMessages.GetInfoOfSessionForDSResponse. getParserForType()static com.google.protobuf.Parser<LogicmoduleMessages.GetInfoOfSessionForDSResponse>LogicmoduleMessages.GetInfoOfSessionForDSResponse. parser()Methods in es.bsc.dataclay.communication.grpc.messages.logicmodule with parameters of type LogicmoduleMessages.GetInfoOfSessionForDSResponse Modifier and Type Method Description LogicmoduleMessages.GetInfoOfSessionForDSResponse.BuilderLogicmoduleMessages.GetInfoOfSessionForDSResponse.Builder. mergeFrom(LogicmoduleMessages.GetInfoOfSessionForDSResponse other)static LogicmoduleMessages.GetInfoOfSessionForDSResponse.BuilderLogicmoduleMessages.GetInfoOfSessionForDSResponse. newBuilder(LogicmoduleMessages.GetInfoOfSessionForDSResponse prototype) -
Uses of LogicmoduleMessages.GetInfoOfSessionForDSResponse in es.bsc.dataclay.communication.grpc.services.logicmodule
Method parameters in es.bsc.dataclay.communication.grpc.services.logicmodule with type arguments of type LogicmoduleMessages.GetInfoOfSessionForDSResponse Modifier and Type Method Description voidLogicModuleService. getInfoOfSessionForDS(LogicmoduleMessages.GetInfoOfSessionForDSRequest request, io.grpc.stub.StreamObserver<LogicmoduleMessages.GetInfoOfSessionForDSResponse> responseObserver)
-