Refactor TmfTrace and dependencies - introduce ITmfTraceIndexer
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / ctfadaptor / CtfTmfTrace.java
index bfcd90e6e0ca4d2273e54acdfc0c559eb34345c2..9481d2d3e237be7c1855f5cea161db4d40dacfed 100644 (file)
@@ -158,7 +158,7 @@ public class CtfTmfTrace extends TmfEventProvider<CtfTmfEvent> implements ITmfTr
     }
 
     @Override
-    public int getIndexPageSize() {
+    public int getCacheSize() {
         return 50000; // not true, but it works
     }
 
This page took 0.025263 seconds and 5 git commands to generate.