Modifier and Type | Method and Description |
---|---|
FileStateCache |
DiskDeviceContext.getStateCache()
Return the file state cache
|
Modifier and Type | Method and Description |
---|---|
void |
FilesystemsConfigSection.addFileStateCache(String filesysName,
FileStateCache stateCache)
Add a file state cache to the file state reaper thread, to scan for expired file states
|
void |
DiskDeviceContext.setStateCache(FileStateCache stateCache)
Set the file state cache
|
Modifier and Type | Class and Description |
---|---|
class |
StandaloneFileStateCache
File State Cache Class
|
Modifier and Type | Method and Description |
---|---|
void |
FileStateReaper.addStateCache(String filesysName,
FileStateCache stateCache)
Add a file state cache to the reaper list
|
Constructor and Description |
---|
FileStateLockManager(FileStateCache stateCache)
Class constructor
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterFileStateCache
Cluster File State Cache Class
|
Modifier and Type | Class and Description |
---|---|
class |
HazelCastClusterFileStateCache
HazelCast Clustered File State Cache Class
|
Modifier and Type | Method and Description |
---|---|
protected FileStateCache |
BackgroundLoadSave.getStateCache()
Return the file state cache
|
protected FileStateCache |
DBFileLoader.getStateCache()
Return the file state cache
|
protected FileStateCache |
MemoryBackgroundLoadSave.getStateCache()
Return the file state cache
|
protected FileStateCache |
ObjectIdFileLoader.getStateCache()
Return the file state cache
|
Constructor and Description |
---|
BackgroundLoadSave(DBQueueInterface dbQueue,
FileStateCache stateCache,
BackgroundFileLoader bgLoader)
Class constructor
|
BackgroundLoadSave(String name,
DBQueueInterface dbQueue,
FileStateCache stateCache,
BackgroundFileLoader bgLoader)
Class constructor
|
MemoryBackgroundLoadSave(FileStateCache stateCache,
BackgroundFileLoader bgLoader)
Class constructor
|
MemoryBackgroundLoadSave(String name,
FileStateCache stateCache,
BackgroundFileLoader bgLoader)
Class constructor
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.