Interface SharedMapService


  • public interface SharedMapService
    • Method Detail

      • getSharedMap

        <K,​V> SharedMap<K,​V> getSharedMap​(String name)
        Type Parameters:
        K - the type of keys maintained by this map. Can only be standard Java classes.
        V - the type of values maintained by this map. Can only be standard Java classes.
        Parameters:
        name - name of a shared map
        Returns:
        map instance that is shared across all XP nodes