Class SchemaIndexDropOperation
- java.lang.Object
-
- org.apache.ignite.internal.processors.query.schema.operation.SchemaAbstractOperation
-
- org.apache.ignite.internal.processors.query.schema.operation.SchemaIndexAbstractOperation
-
- org.apache.ignite.internal.processors.query.schema.operation.SchemaIndexDropOperation
-
- All Implemented Interfaces:
Serializable
public class SchemaIndexDropOperation extends SchemaIndexAbstractOperation
Schema index drop operation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaIndexDropOperation(UUID opId, String cacheName, String schemaName, String idxName, boolean ifExists)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanifExists()StringindexName()StringtoString()-
Methods inherited from class org.apache.ignite.internal.processors.query.schema.operation.SchemaAbstractOperation
cacheName, id, schemaName
-
-
-
-
Constructor Detail
-
SchemaIndexDropOperation
public SchemaIndexDropOperation(UUID opId, String cacheName, String schemaName, String idxName, boolean ifExists)
Constructor.- Parameters:
opId- Operation id.cacheName- Cache name.schemaName- Schema name.idxName- Index name.ifExists- Ignore operation if index doesn't exist.
-
-
Method Detail
-
indexName
public String indexName()
- Specified by:
indexNamein classSchemaIndexAbstractOperation- Returns:
- Index name.
-
ifExists
public boolean ifExists()
- Returns:
- Ignore operation if index doesn't exist.
-
toString
public String toString()
- Overrides:
toStringin classSchemaAbstractOperation
-
-