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