public class SchemaIndexCreateOperation extends SchemaIndexAbstractOperation
| Constructor and Description |
|---|
SchemaIndexCreateOperation(UUID opId,
String cacheName,
String schemaName,
String tblName,
QueryIndex idx,
boolean ifNotExists,
int parallel)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ifNotExists() |
QueryIndex |
index() |
String |
indexName() |
int |
parallel()
Gets index creation parallelism level.
|
String |
tableName() |
String |
toString() |
cacheName, id, schemaNamepublic SchemaIndexCreateOperation(UUID opId, String cacheName, String schemaName, String tblName, QueryIndex idx, boolean ifNotExists, int parallel)
opId - Operation id.cacheName - Cache name.schemaName - Schame name.tblName - Table name.idx - Index params.ifNotExists - Ignore operation if index exists.parallel - Index creation parallelism level.public String indexName()
indexName in class SchemaIndexAbstractOperationpublic String tableName()
public QueryIndex index()
public boolean ifNotExists()
public int parallel()
public String toString()
toString in class SchemaAbstractOperation
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020