Interface AddIndexConflict
public interface AddIndexConflict
Provides an interface for handling an
AddIndexesConflict.- Since:
- 8.0.3
- Author:
- eitany
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getConflictCause
ConflictCause getConflictCause()- Returns:
ConflictCauseinstance 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.
-