Fix for streaming and reconnection. Added standalone releng for lttng.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / trace / ITmfTrace.java
index 920bf75a3b782caa1383d7ef446436ca70926eea..9ab76c4216a5299ebbbce8e6895d53c42e0a157c 100644 (file)
@@ -72,6 +72,11 @@ public interface ITmfTrace<T extends TmfEvent> extends ITmfComponent {
 
     public TmfTimestamp getEndTime();
 
+    /**
+     * @return the streaming interval in ms (0 if not streaming)
+     */
+    public long getStreamingInterval();
+
     /**
      * Positions the trace at the first event with the specified timestamp or index (i.e. the nth event in the trace).
      * 
This page took 0.025552 seconds and 5 git commands to generate.