Files
spring-data-examples/geode/storage
Mark Paluch 54f7146e0f #539 - Polishing.
Add author tags. Simplify dependency setup. Replace logger declarations with Lombok's CommonsLog. Simplify test annotations.

Disable WAN module as the WAN server does not stop after running tests. Reformat code.
2020-02-27 10:22:22 +01:00
..
2020-02-27 10:22:22 +01:00
2020-02-27 10:22:22 +01:00

Storage Example

In this example you will see how to configure your server to compress regions, store data off-heap, and customize the way region is stored in the region, such as the number of buckets and duplicate copies.

NOTE: Inorder to see output, you must change the loglevel from "error" to "info" in the logback.xml file located under src/test/resources.