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 Topology
StreamAuditStorageWriter. 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 Topology
FireGroupUpdatedEventAction. 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 Topology
AbstractAutomationBulkAction. 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 Topology
WorkManagerRunWorkInFailure. 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 Topology
DeletionAction. getTopology(Map<String,String> options)
Topology
GarbageCollectOrphanBlobsAction. getTopology(Map<String,String> options)
Topology
GarbageCollectOrphanVersionsAction. 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 Topology
StreamOrphanBlobGC. 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 Topology
BulkServiceProcessor. getTopology(Map<String,String> options)
Topology
S3SetBlobLengthAction. 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 Topology
RemoveProxyAction. getTopology(Map<String,String> options)
Topology
SetPropertiesAction. getTopology(Map<String,String> options)
Topology
SetSystemPropertiesAction. getTopology(Map<String,String> options)
Topology
TrashAction. 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 Topology
StreamIntrospectionProcessor. 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 Topology
AbstractBulkMigrator.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 Topology
StreamDocumentGC. 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 Topology
RetentionExpiredAction. 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 Topology
ExtractBinaryFulltextAction. 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 Topology
UpdateReadAclsAction. 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 Topology
StreamWorkManager. topology
protected Topology
StreamWorkManager. 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 Topology
StreamAuditWriter. 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 Topology
CSVExportAction. 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 Topology
RecomputeViewsAction. 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 Topology
DocumentRoutingEscalationAction. getTopology(Map<String,String> options)
Topology
GarbageCollectRoutesAction. 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 Topology
RecomputeThumbnailsAction. 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 Topology
RecomputeVideoConversionsAction. 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 Topology
IndexAction. 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 Topology
Topology.Builder. build()
Methods in org.nuxeo.lib.stream.computation with parameters of type Topology Modifier and Type Method Description StreamProcessor
StreamProcessor. init(Topology topology, Settings settings)
Initialize streams, but don't run the computationsvoid
StreamManager. 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 StreamProcessor
StreamManager. 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 Topology
LogStreamProcessor. topology
Fields in org.nuxeo.lib.stream.computation.log with type parameters of type Topology Modifier and Type Field Description protected Map<String,Topology>
LogStreamManager. topologies
Methods in org.nuxeo.lib.stream.computation.log with parameters of type Topology Modifier and Type Method Description StreamProcessor
LogStreamProcessor. init(Topology topology, Settings settings)
protected void
LogStreamManager. initStreams(Topology topology, Settings settings)
void
LogStreamManager. 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 Topology
MonitorCommand. topology
protected Topology
TrackerCommand. topology
-
Uses of Topology in org.nuxeo.runtime.stream
Methods in org.nuxeo.runtime.stream that return Topology Modifier and Type Method Description Topology
StreamMetricsProcessor. getTopology(Map<String,String> options)
Topology
StreamProcessorTopology. getTopology(Map<String,String> options)
Returns a Stream computation topology.
-