Interface StoreKeyFactory


  • public interface StoreKeyFactory
    Factory to create an index key
    • Method Detail

      • getStoreKey

        StoreKey getStoreKey​(java.io.DataInputStream stream)
                      throws java.io.IOException
        The store key created using the stream provided
        Parameters:
        stream - The stream used to create the store key
        Returns:
        The store key created from the stream
        Throws:
        java.io.IOException
      • getStoreKey

        StoreKey getStoreKey​(java.lang.String input)
                      throws java.io.IOException
        The store key created using the input provided
        Parameters:
        input - The string used to create the store key
        Returns:
        The store key created from the string
        Throws:
        java.io.IOException