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