Class KeyIndexTestSet.RandomUuidKeySet

java.lang.Object
org.apache.polaris.persistence.nosql.impl.indexes.KeyIndexTestSet.RandomUuidKeySet
All Implemented Interfaces:
KeyIndexTestSet.KeySet
Enclosing interface:
KeyIndexTestSet<ELEMENT>

@PolarisImmutable public abstract static class KeyIndexTestSet.RandomUuidKeySet extends Object implements KeyIndexTestSet.KeySet
Generates IndexKeys consisting of a single element from the string representation of random UUIDs.
  • Constructor Details

    • RandomUuidKeySet

      public RandomUuidKeySet()
  • Method Details

    • numKeys

      @Default public int numKeys()
    • keys

      public List<org.apache.polaris.persistence.nosql.api.index.IndexKey> keys()
      Specified by:
      keys in interface KeyIndexTestSet.KeySet