Modifier and Type | Field and Description |
---|---|
protected FileRequestQueue |
JdbcDBInterface.m_pendingSaveRequests |
Modifier and Type | Method and Description |
---|---|
FileRequestQueue |
DBDeviceContext.getOfflineFileDeletes(boolean clearList)
Return the offline file delete list
|
protected FileRequestQueue |
MemoryBackgroundLoadSave.getReadQueue()
Return the read request queue
|
protected FileRequestQueue |
BackgroundLoadSave.getReadQueue()
Return the read request queue
|
protected FileRequestQueue |
MemoryBackgroundLoadSave.getWriteQueue()
Return the write request queue
|
protected FileRequestQueue |
BackgroundLoadSave.getWriteQueue()
Return the write request queue
|
FileRequestQueue |
DBQueueInterface.performQueueCleanup(File tempDir,
String tempDirPrefix,
String tempFilePrefix,
String jarFilePrefix)
Perform a queue cleanup deleting temporary cache files that do not have an associated save or transaction
request.
|
Modifier and Type | Method and Description |
---|---|
int |
JdbcDBInterface.loadFileRequests(int seqNo,
int reqType,
FileRequestQueue reqQueue,
int recLimit)
Default implementation of load file requests, throws an exception indicating that the
feature is not implemented.
|
int |
DBQueueInterface.loadFileRequests(int seqNo,
int reqType,
FileRequestQueue reqQueue,
int recLimit)
Load a block of file requests from the database into the specified queue.
|
Constructor and Description |
---|
BackgroundLoadSave.QueueLoader(String name,
int type,
FileRequestQueue queue,
Object lock)
Class constructor
|
BackgroundLoadSave.ThreadWorker(String name,
int id,
FileRequestQueue queue,
BackgroundLoadSave.QueueLoader loader)
Class constructor
|
BackgroundLoadSave.TransactionQueueLoader(String name,
FileRequestQueue queue)
Class constructor
|
MemoryBackgroundLoadSave.ThreadWorker(String name,
int id,
FileRequestQueue queue)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
FileRequestQueue |
DerbyDBInterface.performQueueCleanup(File tempDir,
String tempDirPrefix,
String tempFilePrefix,
String jarFilePrefix)
Perform a queue cleanup deleting temporary cache files that do not have an associated save or
transaction request.
|
Modifier and Type | Method and Description |
---|---|
int |
DerbyDBInterface.loadFileRequests(int fromSeqNo,
int reqType,
FileRequestQueue reqQueue,
int recLimit)
Load a block of file request from the database into the specified queue.
|
Modifier and Type | Method and Description |
---|---|
FileRequestQueue |
MySQLDBInterface.performQueueCleanup(File tempDir,
String tempDirPrefix,
String tempFilePrefix,
String jarFilePrefix)
Perform a queue cleanup deleting temporary cache files that do not have an associated save or
transaction request.
|
Modifier and Type | Method and Description |
---|---|
int |
MySQLDBInterface.loadFileRequests(int fromSeqNo,
int reqType,
FileRequestQueue reqQueue,
int recLimit)
Load a block of file request from the database into the specified queue.
|
Modifier and Type | Method and Description |
---|---|
FileRequestQueue |
OracleDBInterface.performQueueCleanup(File tempDir,
String tempDirPrefix,
String tempFilePrefix,
String jarFilePrefix)
Perform a queue cleanup deleting temporary cache files that do not have an associated save or transaction
request.
|
Modifier and Type | Method and Description |
---|---|
int |
OracleDBInterface.loadFileRequests(int fromSeqNo,
int reqType,
FileRequestQueue reqQueue,
int recLimit)
Load a block of file request from the database into the specified queue.
|
Modifier and Type | Method and Description |
---|---|
FileRequestQueue |
PostgreSQLDBInterface.performQueueCleanup(File tempDir,
String tempDirPrefix,
String tempFilePrefix,
String jarFilePrefix)
Perform a queue cleanup deleting temporary cache files that do not have an associated save or
transaction request.
|
Modifier and Type | Method and Description |
---|---|
int |
PostgreSQLDBInterface.loadFileRequests(int fromSeqNo,
int reqType,
FileRequestQueue reqQueue,
int recLimit)
Load a block of file request from the database into the specified queue.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.