]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/genericrelation/IndexedRelations.java
Improve startup time for fresh or rollback'd session in index writing
[simantics/platform.git] / bundles / org.simantics.db.layer0 / src / org / simantics / db / layer0 / genericrelation / IndexedRelations.java
index a52edc4b9349cc57f9156d144fe81108549bd1be..c334691d34130696df26c16f6dbfc18349031090 100644 (file)
@@ -96,4 +96,6 @@ public interface IndexedRelations {
     public void reset(IProgressMonitor monitor, RequestProcessor processor, Resource resource, Resource input)
     throws IndexException;
 
     public void reset(IProgressMonitor monitor, RequestProcessor processor, Resource resource, Resource input)
     throws IndexException;
 
+    public void fullRebuild(IProgressMonitor monitor, RequestProcessor processor) throws IndexException;
+
 }
 }