Interface IndexDefinition.IndexFactory<K,V,I extends Index<K,V>>

All Known Subinterfaces:
AccountIndex.Factory, ChangeIndex.Factory, GroupIndex.Factory
Enclosing class:
IndexDefinition<K,V,I extends Index<K,V>>

public static interface IndexDefinition.IndexFactory<K,V,I extends Index<K,V>>
  • Method Summary

    Modifier and Type
    Method
    Description
    create(Schema<V> schema)
     
  • Method Details