Class SchemaIndexAbstractOperation
- java.lang.Object
-
- org.apache.ignite.internal.processors.query.schema.operation.SchemaAbstractOperation
-
- org.apache.ignite.internal.processors.query.schema.operation.SchemaIndexAbstractOperation
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SchemaIndexCreateOperation,SchemaIndexDropOperation
public abstract class SchemaIndexAbstractOperation extends SchemaAbstractOperation
Schema index abstract operation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaIndexAbstractOperation(UUID opId, String cacheName, String schemaName)Constructor.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract StringindexName()-
Methods inherited from class org.apache.ignite.internal.processors.query.schema.operation.SchemaAbstractOperation
cacheName, id, schemaName, toString
-
-
-
-
Method Detail
-
indexName
public abstract String indexName()
- Returns:
- Index name.
-
-