JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Uses of Interface
com.attivio.sdk.server.global.GlobalMap
Packages that use
GlobalMap
Package
Description
com.attivio.sdk.server.global
Interfaces for data structures and control mechanisms that AIE provides to help components coordinate and store data globally across a cluster of AIE Nodes.
Uses of
GlobalMap
in
com.attivio.sdk.server.global
Methods in
com.attivio.sdk.server.global
that return
GlobalMap
Modifier and Type
Method
Description
GlobalMap
GlobalDataStructureFactory.
createGlobalMap
(java.lang.String name)
Deprecated.
Creates a persistent
global map
with the given
name
if it does not yet exist.