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