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 PersistentParamOrReturn
Utils. 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.PersistentParamOrReturn
Utils. 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 void
SerializedParametersOrReturn. setPersistentRefs(Map<Integer,PersistentParamOrReturn> newpersistentRefs)
Set persistentRefs
-