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 classstatic classstatic 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 classstatic classstatic classstatic classstatic 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 TypeClassDescriptionclassBase class for bulk action computation.classclassclassclassclass -
Uses of Computation in org.nuxeo.ecm.core.bulk.computation
Classes in org.nuxeo.ecm.core.bulk.computation that implement ComputationModifier and TypeClassDescriptionclassMaterializes the document set for a command if scroller is not external.classSaves 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 TypeClassDescriptionclassA 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 classstatic 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 TypeClassDescriptionclassInputs: i1: ReadsBulkBucketOutputs o1: WritesRecordcontaining csv lines -
Uses of Computation in org.nuxeo.ecm.platform.oauth2.bulk
Classes in org.nuxeo.ecm.platform.oauth2.bulk that implement ComputationModifier and TypeClassDescriptionstatic class -
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 classstatic 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 TypeClassDescriptionclassComputation that fills the conversions in theVideoConstants.TRANSCODED_VIDEOS_PROPERTYvideos propertyclassComputation that fills Video Info. -
Uses of Computation in org.nuxeo.elasticsearch.bulk
Classes in org.nuxeo.elasticsearch.bulk that implement ComputationModifier and TypeClassDescriptionclassA computation that submits elasticsearch requests using the bulk API.classOn indexing completion, do extra tasks like refresh or update index alias.classBuild 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 TypeClassDescriptionclassAn abstractComputationthat processes records by batch.classAn abstractComputationthat 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.supplierMapMethods 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.supplierprotected final Supplier<Computation>ComputationRunner.supplierConstructor 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 TypeClassDescriptionclassA computation that sends periodically latencies to Datadog.classA computation that sends periodically latencies to graphite.classA 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 TypeClassDescriptionclassA computation that exposes Nuxeo Stream metrics as Dropwizard metrics.