Package | Description |
---|---|
org.alfresco.jlan.server.filesys.cache.hazelcast |
Modifier and Type | Method and Description |
---|---|
protected HazelCastClusterFileState |
HazelCastClusterFileStateCache.getStateFromNearCache(String path)
Try and get a file state from the near cache
|
Modifier and Type | Method and Description |
---|---|
protected void |
HazelCastClusterFileState.copyNearCacheDetails(HazelCastClusterFileState hcState)
Copy near-cache details to a new copy of the file state
|
Modifier and Type | Method and Description |
---|---|
void |
HazelCastClusterFileStateCache.entryAdded(com.hazelcast.core.EntryEvent<String,HazelCastClusterFileState> event)
Invoked when an entry is added to the clustered cache
|
void |
HazelCastClusterFileStateCache.entryEvicted(com.hazelcast.core.EntryEvent<String,HazelCastClusterFileState> event)
Invoked when an entry is evicted from the clustered cache
|
void |
HazelCastClusterFileStateCache.entryRemoved(com.hazelcast.core.EntryEvent<String,HazelCastClusterFileState> event)
Invoked when an entry is removed from the clustered cache
|
void |
HazelCastClusterFileStateCache.entryUpdated(com.hazelcast.core.EntryEvent<String,HazelCastClusterFileState> event)
Invoked when an entry is updated in the clustered cache
|
Constructor and Description |
---|
StateUpdatePostProcessor(ClusterFileStateCache stateCache,
HazelCastClusterFileState state,
int updateMask)
Class constructor
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.