Uses of Class
org.nuxeo.lib.stream.computation.Topology
-
-
Uses of Topology in org.nuxeo.audit.storage.stream
Methods in org.nuxeo.audit.storage.stream that return Topology Modifier and Type Method Description TopologyStreamAuditStorageWriter. getTopology(Map<String,String> options) -
Uses of Topology in org.nuxeo.drive.action
Methods in org.nuxeo.drive.action that return Topology Modifier and Type Method Description TopologyFireGroupUpdatedEventAction. getTopology(Map<String,String> options) -
Uses of Topology in org.nuxeo.ecm.automation.core.operations.services.bulk
Methods in org.nuxeo.ecm.automation.core.operations.services.bulk that return Topology Modifier and Type Method Description TopologyAbstractAutomationBulkAction. getTopology(Map<String,String> options) -
Uses of Topology in org.nuxeo.ecm.automation.core.operations.services.workmanager
Methods in org.nuxeo.ecm.automation.core.operations.services.workmanager that return Topology Modifier and Type Method Description protected TopologyWorkManagerRunWorkInFailure. getTopology() -
Uses of Topology in org.nuxeo.ecm.core.action
Methods in org.nuxeo.ecm.core.action that return Topology Modifier and Type Method Description TopologyDeletionAction. getTopology(Map<String,String> options)TopologyGarbageCollectOrphanBlobsAction. getTopology(Map<String,String> options)TopologyGarbageCollectOrphanVersionsAction. getTopology(Map<String,String> options) -
Uses of Topology in org.nuxeo.ecm.core.blob.stream
Methods in org.nuxeo.ecm.core.blob.stream that return Topology Modifier and Type Method Description TopologyStreamOrphanBlobGC. getTopology(Map<String,String> options) -
Uses of Topology in org.nuxeo.ecm.core.bulk
Methods in org.nuxeo.ecm.core.bulk that return Topology Modifier and Type Method Description TopologyBulkServiceProcessor. getTopology(Map<String,String> options)TopologyS3SetBlobLengthAction. getTopology(Map<String,String> options) -
Uses of Topology in org.nuxeo.ecm.core.bulk.action
Methods in org.nuxeo.ecm.core.bulk.action that return Topology Modifier and Type Method Description TopologyRemoveProxyAction. getTopology(Map<String,String> options)TopologySetPropertiesAction. getTopology(Map<String,String> options)TopologySetSystemPropertiesAction. getTopology(Map<String,String> options)TopologyTrashAction. getTopology(Map<String,String> options) -
Uses of Topology in org.nuxeo.ecm.core.bulk.introspection
Methods in org.nuxeo.ecm.core.bulk.introspection that return Topology Modifier and Type Method Description TopologyStreamIntrospectionProcessor. getTopology(Map<String,String> options) -
Uses of Topology in org.nuxeo.ecm.core.migrator
Methods in org.nuxeo.ecm.core.migrator that return Topology Modifier and Type Method Description TopologyAbstractBulkMigrator.MigrationAction. getTopology(Map<String,String> options) -
Uses of Topology in org.nuxeo.ecm.core.model.stream
Methods in org.nuxeo.ecm.core.model.stream that return Topology Modifier and Type Method Description TopologyStreamDocumentGC. getTopology(Map<String,String> options) -
Uses of Topology in org.nuxeo.ecm.core.security
Methods in org.nuxeo.ecm.core.security that return Topology Modifier and Type Method Description TopologyRetentionExpiredAction. getTopology(Map<String,String> options) -
Uses of Topology in org.nuxeo.ecm.core.storage.action
Methods in org.nuxeo.ecm.core.storage.action that return Topology Modifier and Type Method Description TopologyExtractBinaryFulltextAction. getTopology(Map<String,String> options) -
Uses of Topology in org.nuxeo.ecm.core.storage.dbs.action
Methods in org.nuxeo.ecm.core.storage.dbs.action that return Topology Modifier and Type Method Description TopologyUpdateReadAclsAction. getTopology(Map<String,String> options) -
Uses of Topology in org.nuxeo.ecm.core.work
Fields in org.nuxeo.ecm.core.work declared as Topology Modifier and Type Field Description protected TopologyStreamWorkManager. topologyprotected TopologyStreamWorkManager. topologyDisabled -
Uses of Topology in org.nuxeo.ecm.platform.audit.impl
Methods in org.nuxeo.ecm.platform.audit.impl that return Topology Modifier and Type Method Description TopologyStreamAuditWriter. getTopology(Map<String,String> options) -
Uses of Topology in org.nuxeo.ecm.platform.csv.export.action
Methods in org.nuxeo.ecm.platform.csv.export.action that return Topology Modifier and Type Method Description TopologyCSVExportAction. getTopology(Map<String,String> options) -
Uses of Topology in org.nuxeo.ecm.platform.picture.recompute
Methods in org.nuxeo.ecm.platform.picture.recompute that return Topology Modifier and Type Method Description TopologyRecomputeViewsAction. getTopology(Map<String,String> options) -
Uses of Topology in org.nuxeo.ecm.platform.routing.core.bulk
Methods in org.nuxeo.ecm.platform.routing.core.bulk that return Topology Modifier and Type Method Description TopologyDocumentRoutingEscalationAction. getTopology(Map<String,String> options)TopologyGarbageCollectRoutesAction. getTopology(Map<String,String> options) -
Uses of Topology in org.nuxeo.ecm.platform.thumbnail.action
Methods in org.nuxeo.ecm.platform.thumbnail.action that return Topology Modifier and Type Method Description TopologyRecomputeThumbnailsAction. getTopology(Map<String,String> options) -
Uses of Topology in org.nuxeo.ecm.platform.video.action
Methods in org.nuxeo.ecm.platform.video.action that return Topology Modifier and Type Method Description TopologyRecomputeVideoConversionsAction. getTopology(Map<String,String> options) -
Uses of Topology in org.nuxeo.elasticsearch.bulk
Methods in org.nuxeo.elasticsearch.bulk that return Topology Modifier and Type Method Description TopologyIndexAction. getTopology(Map<String,String> options) -
Uses of Topology in org.nuxeo.lib.stream.computation
Methods in org.nuxeo.lib.stream.computation that return Topology Modifier and Type Method Description TopologyTopology.Builder. build()Methods in org.nuxeo.lib.stream.computation with parameters of type Topology Modifier and Type Method Description StreamProcessorStreamProcessor. init(Topology topology, Settings settings)Initialize streams, but don't run the computationsvoidStreamManager. register(String processorName, Topology topology, Settings settings)Registers a processor and initializes the underlying streams, this is needed before creating a processor or appending record in source streams.default StreamProcessorStreamManager. registerAndCreateProcessor(String processorName, Topology topology, Settings settings)Registers and creates a processor without starting it. -
Uses of Topology in org.nuxeo.lib.stream.computation.log
Fields in org.nuxeo.lib.stream.computation.log declared as Topology Modifier and Type Field Description protected TopologyLogStreamProcessor. topologyFields in org.nuxeo.lib.stream.computation.log with type parameters of type Topology Modifier and Type Field Description protected Map<String,Topology>LogStreamManager. topologiesMethods in org.nuxeo.lib.stream.computation.log with parameters of type Topology Modifier and Type Method Description StreamProcessorLogStreamProcessor. init(Topology topology, Settings settings)protected voidLogStreamManager. initStreams(Topology topology, Settings settings)voidLogStreamManager. register(String processorName, Topology topology, Settings settings) -
Uses of Topology in org.nuxeo.lib.stream.tools.command
Fields in org.nuxeo.lib.stream.tools.command declared as Topology Modifier and Type Field Description protected TopologyMonitorCommand. topologyprotected TopologyTrackerCommand. topology -
Uses of Topology in org.nuxeo.runtime.stream
Methods in org.nuxeo.runtime.stream that return Topology Modifier and Type Method Description TopologyStreamMetricsProcessor. getTopology(Map<String,String> options)TopologyStreamProcessorTopology. getTopology(Map<String,String> options)Returns a Stream computation topology.
-