Package | Description |
---|---|
org.alfresco.jlan.server.filesys.cache.cluster | |
org.alfresco.jlan.server.filesys.cache.hazelcast |
Modifier and Type | Method and Description |
---|---|
protected ClusterFileStateCache |
FileStatePostProcessor.getStateCache()
Return the file state cache
|
ClusterFileStateCache |
ClusterNode.getStateCache()
Return the state cache that this node is associated with
|
protected ClusterFileStateCache |
ClusterFileState.getStateCache()
Get the state cache that this state belongs to
|
ClusterFileStateCache |
ClusterBase.getStateCache()
Return the associated cluster state cache
|
ClusterFileStateCache |
ClusterInterface.getStateCache()
Return the associated cluster state cache
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterFileState.setStateCache(ClusterFileStateCache stateCache)
Set the state cache that this state belongs to
|
Constructor and Description |
---|
ClusterBase(ClusterFileStateCache stateCache,
String clusterName,
ThreadRequestPool threadPool)
Class constructor
|
FileStatePostProcessor(ClusterFileStateCache stateCache,
ClusterFileState state)
Class constructor
|
Modifier and Type | Class and Description |
---|---|
class |
HazelCastClusterFileStateCache
HazelCast Clustered File State Cache Class
|
Modifier and Type | Method and Description |
---|---|
ClusterFileStateCache |
HazelCastClusterFileStateCache.getStateCache()
Return the associated cluster state cache
|
ClusterFileStateCache |
RemoteOpLockDetails.getStateCache()
Get the state cache that this state belongs to
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteOpLockDetails.setStateCache(ClusterFileStateCache stateCache)
Set the state cache that this state belongs to
|
void |
HazelCastClusterFileState.setStateCache(ClusterFileStateCache stateCache)
Set the state cache that this state belongs to
|
Constructor and Description |
---|
RemoteOpLockDetails(ClusterNode clNode,
int lockTyp,
String path,
ClusterFileStateCache stateCache)
Class constructor
|
RemoteOpLockDetails(ClusterNode clNode,
OpLockDetails localOpLock,
ClusterFileStateCache stateCache)
Class constructor
|
RemoteOpLockDetails(String ownerName,
int lockTyp,
String path,
ClusterFileStateCache stateCache)
Class constructor
|
StateUpdatePostProcessor(ClusterFileStateCache stateCache,
HazelCastClusterFileState state,
int updateMask)
Class constructor
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.