Interface AsUidGenerator
-
- All Known Implementing Classes:
DefaultAsUidGenerator,SnAsSearchProfileCalculationListener.SearchQueryUidGenerator,SolrAsSearchProfileCalculationListener.SearchQueryUidGenerator
public interface AsUidGeneratorImplementations of this interface can generate unique identifiers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgenerateUid()Generates a new unique identifier.
-