Interface AddIndexConflict


public interface AddIndexConflict
Provides an interface for handling an AddIndexesConflict.
Since:
8.0.3
Author:
eitany
  • Method Details

    • getConflictCause

      ConflictCause getConflictCause()
      Returns:
      ConflictCause instance representing the conflict that occurred.
    • getTypeName

      String getTypeName()
      Returns:
      The type name the add index operation was executed for.
    • getIndexes

      SpaceIndex[] getIndexes()
      Returns:
      The new indexes the add index operation failed to add.