Uses of Interface
org.nuxeo.lib.stream.computation.Computation
Packages that use Computation
Package
Description
The Computation pattern with a Log implementation.
Computation pattern implemented with Log
-
Uses of Computation in org.nuxeo.audit.storage.stream
Classes in org.nuxeo.audit.storage.stream that implement Computation -
Uses of Computation in org.nuxeo.drive.action
Classes in org.nuxeo.drive.action that implement ComputationModifier and TypeClassDescriptionstatic class
-
Uses of Computation in org.nuxeo.ecm.automation.core.operations.services.bulk
Classes in org.nuxeo.ecm.automation.core.operations.services.bulk that implement Computation -
Uses of Computation in org.nuxeo.ecm.automation.core.operations.services.workmanager
Classes in org.nuxeo.ecm.automation.core.operations.services.workmanager that implement ComputationModifier and TypeClassDescriptionprotected class
-
Uses of Computation in org.nuxeo.ecm.core.action
Classes in org.nuxeo.ecm.core.action that implement ComputationModifier and TypeClassDescriptionstatic class
static class
static class
-
Uses of Computation in org.nuxeo.ecm.core.blob.stream
Classes in org.nuxeo.ecm.core.blob.stream that implement Computation -
Uses of Computation in org.nuxeo.ecm.core.bulk
Classes in org.nuxeo.ecm.core.bulk that implement Computation -
Uses of Computation in org.nuxeo.ecm.core.bulk.action
Classes in org.nuxeo.ecm.core.bulk.action that implement ComputationModifier and TypeClassDescriptionstatic class
static class
static class
static class
-
Uses of Computation in org.nuxeo.ecm.core.bulk.action.computation
Classes in org.nuxeo.ecm.core.bulk.action.computation that implement ComputationModifier and TypeClassDescriptionclass
Base class for bulk action computation.class
class
class
class
class
-
Uses of Computation in org.nuxeo.ecm.core.bulk.computation
Classes in org.nuxeo.ecm.core.bulk.computation that implement ComputationModifier and TypeClassDescriptionclass
Materializes the document set for a command if scroller is not external.class
Saves the status into a key value store. -
Uses of Computation in org.nuxeo.ecm.core.bulk.introspection
Classes in org.nuxeo.ecm.core.bulk.introspection that implement ComputationModifier and TypeClassDescriptionclass
A computation that reads processor and metrics streams to build a representation of stream activities in the cluster. -
Uses of Computation in org.nuxeo.ecm.core.migrator
Classes in org.nuxeo.ecm.core.migrator that implement Computation -
Uses of Computation in org.nuxeo.ecm.core.model.stream
Classes in org.nuxeo.ecm.core.model.stream that implement Computation -
Uses of Computation in org.nuxeo.ecm.core.security
Classes in org.nuxeo.ecm.core.security that implement Computation -
Uses of Computation in org.nuxeo.ecm.core.storage.action
Classes in org.nuxeo.ecm.core.storage.action that implement ComputationModifier and TypeClassDescriptionstatic class
static class
-
Uses of Computation in org.nuxeo.ecm.core.storage.dbs.action
Classes in org.nuxeo.ecm.core.storage.dbs.action that implement Computation -
Uses of Computation in org.nuxeo.ecm.core.work
Classes in org.nuxeo.ecm.core.work that implement Computation -
Uses of Computation in org.nuxeo.ecm.platform.audit.impl
Classes in org.nuxeo.ecm.platform.audit.impl that implement Computation -
Uses of Computation in org.nuxeo.ecm.platform.csv.export.computation
Classes in org.nuxeo.ecm.platform.csv.export.computation that implement ComputationModifier and TypeClassDescriptionclass
Inputs: i1: ReadsBulkBucket
Outputs o1: WritesRecord
containing csv lines -
Uses of Computation in org.nuxeo.ecm.platform.picture.recompute
Classes in org.nuxeo.ecm.platform.picture.recompute that implement Computation -
Uses of Computation in org.nuxeo.ecm.platform.routing.core.bulk
Classes in org.nuxeo.ecm.platform.routing.core.bulk that implement ComputationModifier and TypeClassDescriptionstatic class
static class
-
Uses of Computation in org.nuxeo.ecm.platform.thumbnail.action
Classes in org.nuxeo.ecm.platform.thumbnail.action that implement ComputationModifier and TypeClassDescriptionstatic class
-
Uses of Computation in org.nuxeo.ecm.platform.video.computation
Classes in org.nuxeo.ecm.platform.video.computation that implement ComputationModifier and TypeClassDescriptionclass
Computation that fills the conversions in theVideoConstants.TRANSCODED_VIDEOS_PROPERTY
videos propertyclass
Computation that fills Video Info. -
Uses of Computation in org.nuxeo.elasticsearch.bulk
Classes in org.nuxeo.elasticsearch.bulk that implement ComputationModifier and TypeClassDescriptionclass
A computation that submits elasticsearch requests using the bulk API.class
On indexing completion, do extra tasks like refresh or update index alias.class
Build elasticsearch requests to index documents. -
Uses of Computation in org.nuxeo.lib.stream.computation
Classes in org.nuxeo.lib.stream.computation that implement ComputationModifier and TypeClassDescriptionclass
An abstractComputation
that processes records by batch.class
An abstractComputation
that manages the metadata init.Fields in org.nuxeo.lib.stream.computation with type parameters of type ComputationModifier and TypeFieldDescriptionprotected final Map<String,
Supplier<Computation>> Topology.supplierMap
Methods in org.nuxeo.lib.stream.computation that return types with arguments of type ComputationMethod parameters in org.nuxeo.lib.stream.computation with type arguments of type ComputationModifier and TypeMethodDescriptionTopology.Builder.addComputation
(Supplier<Computation> supplier, List<String> mapping) -
Uses of Computation in org.nuxeo.lib.stream.computation.log
Fields in org.nuxeo.lib.stream.computation.log declared as ComputationFields in org.nuxeo.lib.stream.computation.log with type parameters of type ComputationModifier and TypeFieldDescriptionprotected final Supplier<Computation>
ComputationPool.supplier
protected final Supplier<Computation>
ComputationRunner.supplier
Constructor parameters in org.nuxeo.lib.stream.computation.log with type arguments of type ComputationModifierConstructorDescriptionComputationPool
(Supplier<Computation> supplier, ComputationMetadataMapping metadata, List<List<LogPartition>> defaultAssignments, LogStreamManager streamManager, ComputationPolicy policy) ComputationRunner
(Supplier<Computation> supplier, ComputationMetadataMapping metadata, List<LogPartition> defaultAssignment, LogStreamManager streamManager, ComputationPolicy policy) -
Uses of Computation in org.nuxeo.lib.stream.tools.command
Classes in org.nuxeo.lib.stream.tools.command that implement ComputationModifier and TypeClassDescriptionclass
A computation that sends periodically latencies to Datadog.class
A computation that sends periodically latencies to graphite.class
A computation that sends periodically latencies information into a Log. -
Uses of Computation in org.nuxeo.runtime.stream
Classes in org.nuxeo.runtime.stream that implement ComputationModifier and TypeClassDescriptionclass
A computation that exposes Nuxeo Stream metrics as Dropwizard metrics.