You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 23, 2018. It is now read-only.
Hi, let me know if there's a better place for this question (I didn't see a mailing list)
I'm looking into using the NodeCache recipe, but I'm having trouble figuring out how to actually get the data out of the node. The Java Curator NodeCache has a getCurrentData() method, and I'm trying to figure out what the equivalent is here.
I understand the recipes here are only somewhat finished, so I'm happy to add a a getter if necessary. Just want to make sure I'm not missing something obvious.
The text was updated successfully, but these errors were encountered:
Thanks @tevino. I'm just using the TreeCache with depth=0 and data caching instead for now. Hopefully isn't much of a performance hit. If I run into issues I might take a look at exposing more methods on the NodeCache.
Hi, let me know if there's a better place for this question (I didn't see a mailing list)
I'm looking into using the NodeCache recipe, but I'm having trouble figuring out how to actually get the data out of the node. The Java Curator NodeCache has a getCurrentData() method, and I'm trying to figure out what the equivalent is here.
I understand the recipes here are only somewhat finished, so I'm happy to add a a getter if necessary. Just want to make sure I'm not missing something obvious.
The text was updated successfully, but these errors were encountered: