Uses of Class
ca.uqac.lif.cep.provenance.IndexEventTracker.ProcessorConnection
-
Packages that use IndexEventTracker.ProcessorConnection Package Description ca.uqac.lif.cep.provenance Track lineage information between inputs and outputs of a processor chain. -
-
Uses of IndexEventTracker.ProcessorConnection in ca.uqac.lif.cep.provenance
Fields in ca.uqac.lif.cep.provenance with type parameters of type IndexEventTracker.ProcessorConnection Modifier and Type Field Description protected java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,IndexEventTracker.ProcessorConnection>>
IndexEventTracker. m_inputConnections
protected java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,IndexEventTracker.ProcessorConnection>>
IndexEventTracker. m_outputConnections
Methods in ca.uqac.lif.cep.provenance that return IndexEventTracker.ProcessorConnection Modifier and Type Method Description protected IndexEventTracker.ProcessorConnection
IndexEventTracker. getConnection(java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,IndexEventTracker.ProcessorConnection>> map, int source_proc_id, int stream_index)
Methods in ca.uqac.lif.cep.provenance with parameters of type IndexEventTracker.ProcessorConnection Modifier and Type Method Description protected void
IndexEventTracker. setConnection(java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,IndexEventTracker.ProcessorConnection>> map, int source_proc_id, int stream_index, IndexEventTracker.ProcessorConnection connection)
Method parameters in ca.uqac.lif.cep.provenance with type arguments of type IndexEventTracker.ProcessorConnection Modifier and Type Method Description protected IndexEventTracker.ProcessorConnection
IndexEventTracker. getConnection(java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,IndexEventTracker.ProcessorConnection>> map, int source_proc_id, int stream_index)
protected void
IndexEventTracker. setConnection(java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,IndexEventTracker.ProcessorConnection>> map, int source_proc_id, int stream_index, IndexEventTracker.ProcessorConnection connection)
-