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