Modifier and Type | Class and Description |
---|---|
class |
BinaryMetadataWork
Work handling binary metadata updates.
|
Modifier and Type | Class and Description |
---|---|
class |
DuplicateCollectionMemberWork |
class |
RemovedAbstractWork |
class |
RemovedCollectionMemberWork |
class |
RemovedCollectionWork |
Modifier and Type | Method and Description |
---|---|
Work |
RedisWorkQueuing.find(String workId,
Work.State state) |
Work |
RedisWorkQueuing.removeScheduled(String queueId,
String workId) |
Modifier and Type | Method and Description |
---|---|
List<Work> |
RedisWorkQueuing.listWork(String queueId,
Work.State state) |
Modifier and Type | Method and Description |
---|---|
void |
RedisWorkQueuing.addScheduledWork(String queueId,
Work work)
Persists a work instance and adds it to the scheduled queue.
|
void |
RedisWorkQueuing.workCompleted(String queueId,
Work work) |
void |
RedisWorkQueuing.workRunning(String queueId,
Work work) |
Modifier and Type | Class and Description |
---|---|
class |
FulltextExtractorWork
Work task that does fulltext extraction from the blobs of the given document.
|
class |
FulltextUpdaterWork
Work task that inserts the fulltext (extracted manually by the session at save time, or through
FulltextExtractorWork) into the fulltext table.
|
Modifier and Type | Class and Description |
---|---|
class |
DBSFulltextExtractorWork
Work task that does fulltext extraction from the blobs of the given document.
|
Modifier and Type | Class and Description |
---|---|
class |
SQLFulltextExtractorWork
Work task that does fulltext extraction from the blobs of the given document.
|
Modifier and Type | Class and Description |
---|---|
class |
TransiantStorageGCWork |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWork
A base implementation for a
Work instance, dealing with most of the details around state change. |
class |
SleepWork
Simple work that just sleeps, mostly used for tests.
|
Modifier and Type | Field and Description |
---|---|
Work |
WorkManagerImpl.WorkScheduling.work |
Modifier and Type | Method and Description |
---|---|
Work |
WorkQueuing.find(String workId,
Work.State state)
Finds a work instance in the scheduled queue or running or completed sets.
|
Work |
MemoryWorkQueuing.find(String workId,
Work.State state) |
Work |
WorkManagerImpl.find(Work work,
Work.State state,
boolean useEquals,
int[] pos)
Deprecated.
|
static Work |
WorkHolder.getWork(Runnable r) |
Work |
WorkQueuing.removeScheduled(String queueId,
String workId)
Finds a scheduled work instance and removes it from the scheduled work.
|
Work |
MemoryWorkQueuing.removeScheduled(String queueId,
String workId) |
Modifier and Type | Method and Description |
---|---|
List<Work> |
WorkQueuing.listWork(String queueId,
Work.State state)
Lists the work instances in a given queue in a defined state.
|
List<Work> |
WorkManagerImpl.listWork(String queueId,
Work.State state) |
List<Work> |
MemoryWorkQueuing.listWork(String queueId,
Work.State state) |
Modifier and Type | Method and Description |
---|---|
Work |
WorkManagerImpl.find(Work work,
Work.State state,
boolean useEquals,
int[] pos)
Deprecated.
|
void |
WorkManagerImpl.schedule(Work work) |
void |
WorkManagerImpl.schedule(Work work,
boolean afterCommit) |
void |
WorkManagerImpl.schedule(Work work,
WorkManager.Scheduling scheduling) |
void |
WorkManagerImpl.schedule(Work work,
WorkManager.Scheduling scheduling,
boolean afterCommit) |
void |
WorkQueuing.workCompleted(String queueId,
Work work)
Moves a work instance from the running set to the completed set.
|
void |
MemoryWorkQueuing.workCompleted(String queueId,
Work work) |
void |
WorkQueuing.workRunning(String queueId,
Work work)
Moves a work instance from the scheduled queue to the running set.
|
void |
MemoryWorkQueuing.workRunning(String queueId,
Work work) |
Constructor and Description |
---|
WorkHolder(Work work) |
WorkManagerImpl.WorkScheduling(Work work,
WorkManager.Scheduling scheduling) |
Modifier and Type | Method and Description |
---|---|
Work |
WorkManager.find(Work work,
Work.State state,
boolean useEquals,
int[] pos)
Deprecated.
since 5.8, use
WorkManager.getWorkState(java.lang.String) instead |
Modifier and Type | Method and Description |
---|---|
List<Work> |
WorkManager.listWork(String queueId,
Work.State state)
Lists the work instances in a given queue in a defined state.
|
Modifier and Type | Method and Description |
---|---|
Work |
WorkManager.find(Work work,
Work.State state,
boolean useEquals,
int[] pos)
Deprecated.
since 5.8, use
WorkManager.getWorkState(java.lang.String) instead |
static void |
WorkSchedulePath.handleEnter(Work work) |
static void |
WorkSchedulePath.newInstance(Work work) |
void |
WorkManager.schedule(Work work)
Schedules work for execution at a later time.
|
void |
WorkManager.schedule(Work work,
boolean afterCommit)
Schedules work for execution at a later time, after the current transaction (if any) has committed.
|
void |
WorkManager.schedule(Work work,
WorkManager.Scheduling scheduling)
Schedules work for execution at a later time, with a specific scheduling policy.
|
void |
WorkManager.schedule(Work work,
WorkManager.Scheduling scheduling,
boolean afterCommit)
Schedules work for execution at a later time, with a specific scheduling policy.
|
Modifier and Type | Class and Description |
---|---|
class |
CSVImporterWork
Work task to import form a CSV file.
|
Modifier and Type | Class and Description |
---|---|
class |
ImagingRecomputeWork |
Modifier and Type | Class and Description |
---|---|
class |
AclAuditWork |
Modifier and Type | Class and Description |
---|---|
class |
PictureViewsGenerationWork
Work generating the different picture views for a Picture.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRenditionBuilderWork |
class |
AutomationRenditionBuilder |
Modifier and Type | Class and Description |
---|---|
static class |
DocumentRoutingEscalationServiceImpl.EscalationRuleWork |
Modifier and Type | Class and Description |
---|---|
class |
VideoConversionWork
Work running a defined video conversion.
|
Modifier and Type | Class and Description |
---|---|
class |
QuotaMaxSizeSetterWork
Work to set the maxSize on a list of documents
|
class |
QuotaStatsInitialWork
Work doing an initial statistics computation for a defined
QuotaStatsUpdater . |
Modifier and Type | Class and Description |
---|---|
class |
UserProfileImporterWork |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIndexingWorker
Abstract class for sharing code between ElasticSearch related workers
|
class |
BaseIndexingWorker
Abstract class for sharing the worker state
|
class |
BucketIndexingWorker
œ Worker to index a bucket of documents
|
class |
ChildrenIndexingWorker
Worker to index children recursively
|
class |
IndexingWorker
Simple Indexing Worker
|
class |
ScrollingIndexingWorker
Worker to reindex a large amount of document
|
Copyright © 2015 Nuxeo SA. All rights reserved.