Refactor TmfTrace and dependencies - introduce ITmfTraceIndexer
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / trace / ITmfTrace.java
index c1ee9be3e72268aa70e197c7da4b23fb1d4434e9..15666917f8a66a8b5c3c4bf91fb734efdb478631 100644 (file)
@@ -128,6 +128,11 @@ public interface ITmfTrace<T extends ITmfEvent> extends ITmfDataProvider<T> {
      */
     public String getPath();
 
+    /**
+     * @return the trace cache size
+     */
+    public int getCacheSize();
+
     // ------------------------------------------------------------------------
     // Trace characteristics getters
     // ------------------------------------------------------------------------
@@ -252,11 +257,6 @@ public interface ITmfTrace<T extends ITmfEvent> extends ITmfDataProvider<T> {
     // ------------------------------------------------------------------------
     // ------------------------------------------------------------------------
 
-    /**
-     * @return the trace index page size
-     */
-    public int getIndexPageSize();
-
     /**
      * @return the streaming interval in ms (0 if not a streaming trace)
      */
This page took 0.025477 seconds and 5 git commands to generate.