public class SchemaIndexDropOperation extends SchemaIndexAbstractOperation
| Constructor and Description |
|---|
SchemaIndexDropOperation(UUID opId,
String cacheName,
String schemaName,
String idxName,
boolean ifExists)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ifExists() |
String |
indexName() |
String |
toString() |
cacheName, id, schemaNamepublic SchemaIndexDropOperation(UUID opId, String cacheName, String schemaName, String idxName, boolean ifExists)
opId - Operation id.cacheName - Cache name.schemaName - Schema name.idxName - Index name.ifExists - Ignore operation if index doesn't exist.public String indexName()
indexName in class SchemaIndexAbstractOperationpublic boolean ifExists()
public String toString()
toString in class SchemaAbstractOperation
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019