tmf.ctf: Rename CtfIteratorManager classes
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 28 Oct 2014 19:36:14 +0000 (15:36 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Mon, 10 Nov 2014 01:35:24 +0000 (20:35 -0500)
commite471302a52c5d375fcff6b45b1097b6a6363da2d
tree4971703e6cfedb7eb2457bc20a84106105a297fb
parent2f20524713cfc1d68c7b7fb47c78a73486ded202
tmf.ctf: Rename CtfIteratorManager classes

This patch simply renames existing constructs related to TMF-CTF iterators
to better represent what they do, to help future refactoring:

CtfIteratorManager -> CtfIteratorCEO .It is a "meta-manager" that manages
all the existing, now-called CtfIteratorManager's. Silly name, but don't
worry it's temporary ;)

CtfTraceManager -> CtfIteratorManager. This is the object that manages all
the iterators of one trace. It should eventually be moved to inside the trace.

Change-Id: Ie5483844856610907d3e332307eb0844209a93ef
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/35614
Tested-by: Hudson CI
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/CtfIteratorCEO.java [new file with mode: 0644]
org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/CtfIteratorManager.java
org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/CtfTmfContext.java
org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/CtfTmfTrace.java
This page took 0.041442 seconds and 5 git commands to generate.