From 8dfdfa7bdbf4f1770a78069d91303dd70381fab0 Mon Sep 17 00:00:00 2001 From: costin Date: Fri, 30 Jul 2010 13:46:01 +0300 Subject: [PATCH] + add map description in sample help --- .../org/springframework/data/gemfire/samples/helloworld/help.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/hello-world/src/main/resources/org/springframework/data/gemfire/samples/helloworld/help.txt b/samples/hello-world/src/main/resources/org/springframework/data/gemfire/samples/helloworld/help.txt index 37ca4d25..28afdd02 100644 --- a/samples/hello-world/src/main/resources/org/springframework/data/gemfire/samples/helloworld/help.txt +++ b/samples/hello-world/src/main/resources/org/springframework/data/gemfire/samples/helloworld/help.txt @@ -5,6 +5,7 @@ put - puts a new entry into the grid remove - removes an entry (by key) from the grid size - returns the size of the grid clear - removes all mapping in the grid +map - returns the keys and associated values contained by the grid keys - returns the keys contained by the grid values - returns the values contained by the grid containsKey - indicates if the given key is contained by the grid