Uses of Class
es.bsc.dataclay.serialization.lib.ImmutableParamOrReturn
-
Packages that use ImmutableParamOrReturn Package Description es.bsc.dataclay.communication.grpc Contains GRPC classes.es.bsc.dataclay.serialization.lib Utility classes for binary serialization -
-
Uses of ImmutableParamOrReturn in es.bsc.dataclay.communication.grpc
Methods in es.bsc.dataclay.communication.grpc that return ImmutableParamOrReturn Modifier and Type Method Description static ImmutableParamOrReturnUtils. getImmutableParamOrReturn(CommonMessages.ImmutableParamOrReturn paramOrRet)Return the immutable instance included in the specified messageMethods in es.bsc.dataclay.communication.grpc with parameters of type ImmutableParamOrReturn Modifier and Type Method Description static CommonMessages.ImmutableParamOrReturnUtils. getImmutableParamOrReturn(ImmutableParamOrReturn paramOrRet)Return a message including the specified immutable object -
Uses of ImmutableParamOrReturn in es.bsc.dataclay.serialization.lib
Methods in es.bsc.dataclay.serialization.lib that return types with arguments of type ImmutableParamOrReturn Modifier and Type Method Description Map<Integer,ImmutableParamOrReturn>SerializedParametersOrReturn. getImmObjs()Method parameters in es.bsc.dataclay.serialization.lib with type arguments of type ImmutableParamOrReturn Modifier and Type Method Description voidSerializedParametersOrReturn. setImmObjs(Map<Integer,ImmutableParamOrReturn> newimmObjs)Set immObjsConstructor parameters in es.bsc.dataclay.serialization.lib with type arguments of type ImmutableParamOrReturn Constructor Description SerializedParametersOrReturn(int theNumParams, Map<Integer,ImmutableParamOrReturn> theimmObjs, Map<Integer,LanguageParamOrReturn> thelangObjs, Map<Integer,ObjectWithDataParamOrReturn> thevolatileObjs, Map<Integer,PersistentParamOrReturn> thepersistentRefs)Constructor
-