[windup-dev] Where to store intermediate data?

Brad Davis bdavis at redhat.com
Fri Jul 25 14:09:57 EDT 2014


The Titan implementation already provides caching.  When you say a Map like API, you mean to access the data on the nodes?

>From an intermediate data perspective, you can always get the underlying vertex from the Framed Vertex, and then write to it like a Map (Key, Value pair).

Brad Davis
Red Hat Consulting
Email: bdavis at redhat.com | c: 980.226.7865 | http://www.redhat.com 


----- Original Message -----
From: "Ondrej Zizka" <ozizka at redhat.com>
To: "Windup-dev List" <windup-dev at lists.jboss.org>
Sent: Friday, July 25, 2014 2:02:06 PM
Subject: [windup-dev] Where to store intermediate data?

Hi,

where should I cache intermediate data? E.g. the model metadata.
I expected GraphContext to have some Map-like API, there's none.
Should I add it? Or should I clutter the API with it? Or will it be 
better to store it in the graph afterall?

Thanks,
Ondra
_______________________________________________
windup-dev mailing list
windup-dev at lists.jboss.org
https://lists.jboss.org/mailman/listinfo/windup-dev


More information about the windup-dev mailing list