Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • "Bootstraps" the servers with functions for creating the server session region, "touching" sessions (updating TTL), and retrieving the session region size
  • Creates and validates the server session region (PARTITION_REDUNDANT) via server-side function execution
  • Creates the local session region using ClientRegionFactory (CACHING_PROXY_HEAP_LRU)
  • "Touches" sessions (performing a get on the region entry) to update TTL using onServers for replicated regions or onRegion for partitioned regions

...

  • Registers functions for "touching" sessions (updating TTL)
  • Creates and validates the server session region (REPLICATE)
  • "Touches" sessions (performing a get on the region entry) to update TTL using onMembers for replicated regions or onRegion for partitioned regions

...