Uses of Class
es.bsc.dataclay.communication.grpc.messages.common.CommonMessages.RegistrationInfo
-
Packages that use CommonMessages.RegistrationInfo Package Description es.bsc.dataclay.communication.grpc.messages.common es.bsc.dataclay.communication.grpc.messages.logicmodule -
-
Uses of CommonMessages.RegistrationInfo in es.bsc.dataclay.communication.grpc.messages.common
Methods in es.bsc.dataclay.communication.grpc.messages.common that return CommonMessages.RegistrationInfo Modifier and Type Method Description CommonMessages.RegistrationInfo
CommonMessages.RegistrationInfo.Builder. build()
CommonMessages.RegistrationInfo
CommonMessages.RegistrationInfo.Builder. buildPartial()
static CommonMessages.RegistrationInfo
CommonMessages.RegistrationInfo. getDefaultInstance()
CommonMessages.RegistrationInfo
CommonMessages.RegistrationInfo.Builder. getDefaultInstanceForType()
CommonMessages.RegistrationInfo
CommonMessages.RegistrationInfo. getDefaultInstanceForType()
static CommonMessages.RegistrationInfo
CommonMessages.RegistrationInfo. parseDelimitedFrom(InputStream input)
static CommonMessages.RegistrationInfo
CommonMessages.RegistrationInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonMessages.RegistrationInfo
CommonMessages.RegistrationInfo. parseFrom(byte[] data)
static CommonMessages.RegistrationInfo
CommonMessages.RegistrationInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonMessages.RegistrationInfo
CommonMessages.RegistrationInfo. parseFrom(com.google.protobuf.ByteString data)
static CommonMessages.RegistrationInfo
CommonMessages.RegistrationInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonMessages.RegistrationInfo
CommonMessages.RegistrationInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static CommonMessages.RegistrationInfo
CommonMessages.RegistrationInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonMessages.RegistrationInfo
CommonMessages.RegistrationInfo. parseFrom(InputStream input)
static CommonMessages.RegistrationInfo
CommonMessages.RegistrationInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonMessages.RegistrationInfo
CommonMessages.RegistrationInfo. parseFrom(ByteBuffer data)
static CommonMessages.RegistrationInfo
CommonMessages.RegistrationInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in es.bsc.dataclay.communication.grpc.messages.common that return types with arguments of type CommonMessages.RegistrationInfo Modifier and Type Method Description com.google.protobuf.Parser<CommonMessages.RegistrationInfo>
CommonMessages.RegistrationInfo. getParserForType()
static com.google.protobuf.Parser<CommonMessages.RegistrationInfo>
CommonMessages.RegistrationInfo. parser()
Methods in es.bsc.dataclay.communication.grpc.messages.common with parameters of type CommonMessages.RegistrationInfo Modifier and Type Method Description CommonMessages.RegistrationInfo.Builder
CommonMessages.RegistrationInfo.Builder. mergeFrom(CommonMessages.RegistrationInfo other)
static CommonMessages.RegistrationInfo.Builder
CommonMessages.RegistrationInfo. newBuilder(CommonMessages.RegistrationInfo prototype)
-
Uses of CommonMessages.RegistrationInfo in es.bsc.dataclay.communication.grpc.messages.logicmodule
Methods in es.bsc.dataclay.communication.grpc.messages.logicmodule that return CommonMessages.RegistrationInfo Modifier and Type Method Description CommonMessages.RegistrationInfo
LogicmoduleMessages.RegisterObjectForGCRequest.Builder. getRegInfo()
.dataclay.communication.grpc.common.RegistrationInfo regInfo = 1;
CommonMessages.RegistrationInfo
LogicmoduleMessages.RegisterObjectForGCRequest. getRegInfo()
.dataclay.communication.grpc.common.RegistrationInfo regInfo = 1;
CommonMessages.RegistrationInfo
LogicmoduleMessages.RegisterObjectForGCRequestOrBuilder. getRegInfo()
.dataclay.communication.grpc.common.RegistrationInfo regInfo = 1;
CommonMessages.RegistrationInfo
LogicmoduleMessages.RegisterObjectsRequest.Builder. getRegInfos(int index)
repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;
CommonMessages.RegistrationInfo
LogicmoduleMessages.RegisterObjectsRequest. getRegInfos(int index)
repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;
CommonMessages.RegistrationInfo
LogicmoduleMessages.RegisterObjectsRequestOrBuilder. getRegInfos(int index)
repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;
Methods in es.bsc.dataclay.communication.grpc.messages.logicmodule that return types with arguments of type CommonMessages.RegistrationInfo Modifier and Type Method Description List<CommonMessages.RegistrationInfo>
LogicmoduleMessages.RegisterObjectsRequest.Builder. getRegInfosList()
repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;
List<CommonMessages.RegistrationInfo>
LogicmoduleMessages.RegisterObjectsRequest. getRegInfosList()
repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;
List<CommonMessages.RegistrationInfo>
LogicmoduleMessages.RegisterObjectsRequestOrBuilder. getRegInfosList()
repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;
Methods in es.bsc.dataclay.communication.grpc.messages.logicmodule with parameters of type CommonMessages.RegistrationInfo Modifier and Type Method Description LogicmoduleMessages.RegisterObjectsRequest.Builder
LogicmoduleMessages.RegisterObjectsRequest.Builder. addRegInfos(int index, CommonMessages.RegistrationInfo value)
repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;
LogicmoduleMessages.RegisterObjectsRequest.Builder
LogicmoduleMessages.RegisterObjectsRequest.Builder. addRegInfos(CommonMessages.RegistrationInfo value)
repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;
LogicmoduleMessages.RegisterObjectForGCRequest.Builder
LogicmoduleMessages.RegisterObjectForGCRequest.Builder. mergeRegInfo(CommonMessages.RegistrationInfo value)
.dataclay.communication.grpc.common.RegistrationInfo regInfo = 1;
LogicmoduleMessages.RegisterObjectForGCRequest.Builder
LogicmoduleMessages.RegisterObjectForGCRequest.Builder. setRegInfo(CommonMessages.RegistrationInfo value)
.dataclay.communication.grpc.common.RegistrationInfo regInfo = 1;
LogicmoduleMessages.RegisterObjectsRequest.Builder
LogicmoduleMessages.RegisterObjectsRequest.Builder. setRegInfos(int index, CommonMessages.RegistrationInfo value)
repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;
Method parameters in es.bsc.dataclay.communication.grpc.messages.logicmodule with type arguments of type CommonMessages.RegistrationInfo Modifier and Type Method Description LogicmoduleMessages.RegisterObjectsRequest.Builder
LogicmoduleMessages.RegisterObjectsRequest.Builder. addAllRegInfos(Iterable<? extends CommonMessages.RegistrationInfo> values)
repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;
-