Uses of Class
es.bsc.dataclay.serialization.lib.PersistentParamOrReturn
-
Packages that use PersistentParamOrReturn Package Description es.bsc.dataclay.communication.grpc Contains GRPC classes.es.bsc.dataclay.serialization.lib Utility classes for binary serialization -
-
Uses of PersistentParamOrReturn in es.bsc.dataclay.communication.grpc
Methods in es.bsc.dataclay.communication.grpc that return PersistentParamOrReturn Modifier and Type Method Description static PersistentParamOrReturnUtils. getPersistentParamOrReturn(CommonMessages.PersistentParamOrReturn paramOrRet)Return the param or return object included in the specified messageMethods in es.bsc.dataclay.communication.grpc with parameters of type PersistentParamOrReturn Modifier and Type Method Description static CommonMessages.PersistentParamOrReturnUtils. getPersistentParamOrReturn(PersistentParamOrReturn paramOrRet)Return a message including the specified param or return object -
Uses of PersistentParamOrReturn in es.bsc.dataclay.serialization.lib
Methods in es.bsc.dataclay.serialization.lib that return types with arguments of type PersistentParamOrReturn Modifier and Type Method Description Map<Integer,PersistentParamOrReturn>SerializedParametersOrReturn. getPersistentRefs()Method parameters in es.bsc.dataclay.serialization.lib with type arguments of type PersistentParamOrReturn Modifier and Type Method Description voidSerializedParametersOrReturn. setPersistentRefs(Map<Integer,PersistentParamOrReturn> newpersistentRefs)Set persistentRefs
-