Interface StorageIndex

    • Method Detail

      • getName

        default String getName()
        Returns the name of this index.

        Please note that the implementations may return either relative or absolute name. The name is not required to be equal to the one passed to the index constructor.

      • getAddress

        IndexAddress getAddress()
        Returns the index address: its identifier in the database.

        Please note that the implementations may return either relative or absolute address. The address is not required to be equal to the one passed to the index constructor.