Configuring dynamic maps
You can dynamically create maps that are based on a predefined set of map templates.
Before you begin
Create a simple data grid. For more information, see
Creating simple data grids
.
Decide which configuration options you want to use on your dynamic map. For more information, see
Dynamic map configuration options
.
What to do next
Create a dynamic map with your defined templates:
With Java APIs
See
Creating dynamic maps with Java APIs
for an example of calling the
Session.getMap(String)
method to define your dynamic map.
With .NET APIs
See
Creating dynamic maps with .NET APIs
for more information.
With the REST gateway:
See
REST gateway example: Creating dynamic maps
for more information.
Parent topic:
Creating simple data grids
Related tasks
:
Configuring a locking strategy
Configuring a time to live (TTL) evictor
Configuring the near cache
Managing host names for communication between clients and servers
Configuring near-cache invalidation
Related reference
:
Dynamic map configuration options