Create vertex and edge indicies on startup
[aai/champ.git] / champ-lib / champ-core / src / main / java / org / onap / aai / champcore / ChampGraph.java
index 8164b41..62967e9 100644 (file)
@@ -623,4 +623,7 @@ public interface ChampGraph {
         * @return What this graph is capable of performing
         */
         public ChampCapabilities capabilities();
+
+
+   public void createDefaultIndexes();
 }