tree: 00afbefc5fb1e92edfe0556a398a8778bb743aa2 [path history] [tgz]
  1. scripts/
  2. src/
  3. README.md
putall/README.md

Geode Put Multiple Values at Once Example

This is a simple example that demonstrates putting a map of values into a region, checking the size, and retrieving the values.

This example assumes you have installed Java and Geode.

Steps

  1. From the geode-examples/putall directory, build the example and run unit tests.

     $ ../gradlew build
    
  2. Next start a locator, start a server, and create a region.

     $ gfsh run --file=scripts/start.gfsh
    
  3. Run the example to put entries into the region.

     $ ../gradlew run
    
  4. Shut down the system.

     $ gfsh run --file=scripts/stop.gfsh