Package com.google.gerrit.index
Interface IndexDefinition.IndexFactory<K,V,I extends Index<K,V>>
-
- All Known Subinterfaces:
AccountIndex.Factory
,ChangeIndex.Factory
,GroupIndex.Factory
public static interface IndexDefinition.IndexFactory<K,V,I extends Index<K,V>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description I
create(Schema<V> schema)
-