This content has been marked as final.
Show 2 replies
-
1. Re: frequently invoking this method "embeddedCacheManager.getMembers();" is performance wise costly??
nadirx Oct 9, 2018 3:01 AM (in response to jaga244)1 of 1 people found this helpfulIt is not expensive and it's non-blocking: it just returns an array which is changed only in case of topology changes.
-
2. Re: frequently invoking this method "embeddedCacheManager.getMembers();" is performance wise costly??
jaga244 Oct 9, 2018 2:38 PM (in response to nadirx)thanks for your reply sir