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.BreakableLockListener
Packages that use
BreakableLockListener
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
BreakableLockListener
in
com.attivio.sdk.server.global
Methods in
com.attivio.sdk.server.global
with parameters of type
BreakableLockListener
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.