Uses of Class
org.nuxeo.lib.stream.computation.AbstractComputation
-
-
Uses of AbstractComputation in org.nuxeo.audit.storage.stream
Subclasses of AbstractComputation in org.nuxeo.audit.storage.stream Modifier and Type Class Description class
StreamAuditStorageWriter.AuditStorageLogWriterComputation
-
Uses of AbstractComputation in org.nuxeo.drive.action
Subclasses of AbstractComputation in org.nuxeo.drive.action Modifier and Type Class Description static class
FireGroupUpdatedEventAction.FireGroupUpdatedEventComputation
-
Uses of AbstractComputation in org.nuxeo.ecm.automation.core.operations.services.bulk
Subclasses of AbstractComputation in org.nuxeo.ecm.automation.core.operations.services.bulk Modifier and Type Class Description static class
AbstractAutomationBulkAction.AutomationComputation
-
Uses of AbstractComputation in org.nuxeo.ecm.automation.core.operations.services.workmanager
Subclasses of AbstractComputation in org.nuxeo.ecm.automation.core.operations.services.workmanager Modifier and Type Class Description protected class
WorkManagerRunWorkInFailure.WorkFailureComputation
-
Uses of AbstractComputation in org.nuxeo.ecm.core.action
Subclasses of AbstractComputation in org.nuxeo.ecm.core.action Modifier and Type Class Description static class
DeletionAction.DeletionComputation
static class
GarbageCollectOrphanBlobsAction.GarbageCollectOrphanBlobsComputation
static class
GarbageCollectOrphanVersionsAction.GarbageCollectOrphanVersionsComputation
-
Uses of AbstractComputation in org.nuxeo.ecm.core.blob.stream
Subclasses of AbstractComputation in org.nuxeo.ecm.core.blob.stream Modifier and Type Class Description static class
StreamOrphanBlobGC.BlobGCComputation
-
Uses of AbstractComputation in org.nuxeo.ecm.core.bulk
Subclasses of AbstractComputation in org.nuxeo.ecm.core.bulk Modifier and Type Class Description static class
S3SetBlobLengthAction.SetBlobLengthComputation
-
Uses of AbstractComputation in org.nuxeo.ecm.core.bulk.action
Subclasses of AbstractComputation in org.nuxeo.ecm.core.bulk.action Modifier and Type Class Description static class
RemoveProxyAction.RemoveProxyComputation
static class
SetPropertiesAction.SetPropertyComputation
static class
SetSystemPropertiesAction.SetSystemPropertyComputation
static class
TrashAction.TrashComputation
-
Uses of AbstractComputation in org.nuxeo.ecm.core.bulk.action.computation
Subclasses of AbstractComputation in org.nuxeo.ecm.core.bulk.action.computation Modifier and Type Class Description class
AbstractBulkComputation
Base class for bulk action computation.class
AbstractTransientBlobComputation
class
ExposeBlob
class
MakeBlob
class
SortBlob
class
ZipBlob
-
Uses of AbstractComputation in org.nuxeo.ecm.core.bulk.computation
Subclasses of AbstractComputation in org.nuxeo.ecm.core.bulk.computation Modifier and Type Class Description class
BulkScrollerComputation
Materializes the document set for a command if scroller is not external.class
BulkStatusComputation
Saves the status into a key value store. -
Uses of AbstractComputation in org.nuxeo.ecm.core.bulk.introspection
Subclasses of AbstractComputation in org.nuxeo.ecm.core.bulk.introspection Modifier and Type Class Description class
StreamIntrospectionComputation
A computation that reads processor and metrics streams to build a representation of stream activities in the cluster. -
Uses of AbstractComputation in org.nuxeo.ecm.core.migrator
Subclasses of AbstractComputation in org.nuxeo.ecm.core.migrator Modifier and Type Class Description static class
AbstractBulkMigrator.MigrationComputation
-
Uses of AbstractComputation in org.nuxeo.ecm.core.model.stream
Subclasses of AbstractComputation in org.nuxeo.ecm.core.model.stream Modifier and Type Class Description static class
StreamDocumentGC.DocumentGCComputation
-
Uses of AbstractComputation in org.nuxeo.ecm.core.security
Subclasses of AbstractComputation in org.nuxeo.ecm.core.security Modifier and Type Class Description static class
RetentionExpiredAction.RetentionExpiredComputation
-
Uses of AbstractComputation in org.nuxeo.ecm.core.storage.action
Subclasses of AbstractComputation in org.nuxeo.ecm.core.storage.action Modifier and Type Class Description static class
ExtractBinaryFulltextAction.ExtractBinaryFulltextComputation
-
Uses of AbstractComputation in org.nuxeo.ecm.core.storage.dbs.action
Subclasses of AbstractComputation in org.nuxeo.ecm.core.storage.dbs.action Modifier and Type Class Description static class
UpdateReadAclsAction.UpdateReadAclsComputation
-
Uses of AbstractComputation in org.nuxeo.ecm.core.work
Subclasses of AbstractComputation in org.nuxeo.ecm.core.work Modifier and Type Class Description class
WorkComputation
A Stream computation that consumes works. -
Uses of AbstractComputation in org.nuxeo.ecm.platform.audit.impl
Subclasses of AbstractComputation in org.nuxeo.ecm.platform.audit.impl Modifier and Type Class Description static class
StreamAuditWriter.AuditLogWriterComputation
-
Uses of AbstractComputation in org.nuxeo.ecm.platform.csv.export.computation
Subclasses of AbstractComputation in org.nuxeo.ecm.platform.csv.export.computation Modifier and Type Class Description class
CSVProjectionComputation
Inputs: i1: ReadsBulkBucket
Outputs o1: WritesRecord
containing csv lines -
Uses of AbstractComputation in org.nuxeo.ecm.platform.picture.recompute
Subclasses of AbstractComputation in org.nuxeo.ecm.platform.picture.recompute Modifier and Type Class Description static class
RecomputeViewsAction.RecomputeViewsComputation
-
Uses of AbstractComputation in org.nuxeo.ecm.platform.routing.core.bulk
Subclasses of AbstractComputation in org.nuxeo.ecm.platform.routing.core.bulk Modifier and Type Class Description static class
DocumentRoutingEscalationAction.DocumentRoutingEscalationComputation
static class
GarbageCollectRoutesAction.GarbageCollectRoutesComputation
-
Uses of AbstractComputation in org.nuxeo.ecm.platform.thumbnail.action
Subclasses of AbstractComputation in org.nuxeo.ecm.platform.thumbnail.action Modifier and Type Class Description static class
RecomputeThumbnailsAction.RecomputeThumbnailsComputation
-
Uses of AbstractComputation in org.nuxeo.ecm.platform.video.computation
Subclasses of AbstractComputation in org.nuxeo.ecm.platform.video.computation Modifier and Type Class Description class
RecomputeTranscodedVideosComputation
Computation that fills the conversions in theVideoConstants.TRANSCODED_VIDEOS_PROPERTY
videos propertyclass
RecomputeVideoInfoComputation
Computation that fills Video Info. -
Uses of AbstractComputation in org.nuxeo.elasticsearch.bulk
Subclasses of AbstractComputation in org.nuxeo.elasticsearch.bulk Modifier and Type Class Description class
BulkIndexComputation
A computation that submits elasticsearch requests using the bulk API.class
IndexCompletionComputation
On indexing completion, do extra tasks like refresh or update index alias.class
IndexRequestComputation
Build elasticsearch requests to index documents. -
Uses of AbstractComputation in org.nuxeo.lib.stream.computation
Subclasses of AbstractComputation in org.nuxeo.lib.stream.computation Modifier and Type Class Description class
AbstractBatchComputation
An abstractComputation
that processes records by batch. -
Uses of AbstractComputation in org.nuxeo.lib.stream.tools.command
Subclasses of AbstractComputation in org.nuxeo.lib.stream.tools.command Modifier and Type Class Description class
LatencyDatadogComputation
A computation that sends periodically latencies to Datadog.class
LatencyMonitorComputation
A computation that sends periodically latencies to graphite.class
LatencyTrackerComputation
A computation that sends periodically latencies information into a Log. -
Uses of AbstractComputation in org.nuxeo.runtime.stream
Subclasses of AbstractComputation in org.nuxeo.runtime.stream Modifier and Type Class Description class
StreamMetricsComputation
A computation that exposes Nuxeo Stream metrics as Dropwizard metrics.
-