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.GlobalSet
Packages that use
GlobalSet
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
GlobalSet
in
com.attivio.sdk.server.global
Methods in
com.attivio.sdk.server.global
that return
GlobalSet
Modifier and Type
Method
Description
GlobalSet
GlobalDataStructureFactory.
createGlobalSet
(java.lang.String name,
MembershipListener
listener)
Deprecated.
Creates a
global set
with the given
name
if it does not yet exist.