Persistent Map Service provides a getPersistentMap method that returns the PersistentMap already registered to the provided component.

Method Description

PersistentMap getPersistentMap(CommunicationPointInfo communicationPointInfo)

Retrieves a persistent map for the specified component. The underlying persistent map contains the all the state information of all components. By calling this method, the returned persistent map is already registered with the provided component information with the component's identifier. This allows methods including put, get and remove with respect to the state key of the provided component.

Parameters:

  • communicationPointInfo 

Save

Save