I am struggling to update individual column using function. Can anyone share
code snippet to handle at function side to update.

Region - Partition

Client code - 

              Map val = new HashMap();
                val.put("lastName", "G");
                Set setFilter = new HashSet();
                setFilter.add("1");
                Execution execution =
FunctionService.onRegion(individual).withFilter(setFilter).withArgs(val);
                ResultCollector rc =
execution.execute("com.xxx.logic.IndividualUpdateFunction");




--
View this message in context: 
http://apache-geode-incubating-developers-forum.70738.x6.nabble.com/Individual-Column-update-using-function-tp23672.html
Sent from the Apache Geode (Incubating) Developers Forum mailing list archive 
at Nabble.com.

Reply via email to