geode - GemFire value change without refreshing all values -


i m using (string, arraylist of string) key value pair in gemfire caching.is there method add or delete particular value value list without getting entire list , add/delete , publishing list again?!

you can create wrapper object keep list. wrapper object can implement delta interface. using can add/delete field list. see if helps.


Popular posts from this blog

debugging - Reference - What does this error mean in PHP? -

c++ - What is the reason for not being able to deduce array size from initializer-string in member variable? -