tmf: API fix for the state system queries
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 15 May 2012 18:12:59 +0000 (14:12 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 15 May 2012 18:12:59 +0000 (14:12 -0400)
commit2fc8ca376a3a579fbbed10db09210933e9efc906
tree9c757aa159b7b0fccdf1d3449f197feab85737f5
parent3d022f0c7223b027122793a359eef141038b0a68
tmf: API fix for the state system queries

Wanted to get this in before the API freezes...
Rename loadStateAtTime() -> queryFullState(). Originally this
would simply seek an inner vector to the given location, now
it actually returns that vector. It's more in line with the
other query*() methods.

Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
org.eclipse.linuxtools.lttng2.kernel.core.tests/src/org/eclipse/linuxtools/lttng2/kernel/core/tests/stateprovider/StateSystemFullHistoryTest.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/internal/tmf/core/statesystem/StateHistorySystem.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/statesystem/IStateSystemQuerier.java
This page took 0.028165 seconds and 5 git commands to generate.