public class SchemaIndexCreateOperation extends SchemaIndexAbstractOperation
| Constructor and Description |
|---|
SchemaIndexCreateOperation(UUID opId,
String space,
String tblName,
QueryIndex idx,
boolean ifNotExists)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ifNotExists() |
QueryIndex |
index() |
String |
indexName() |
String |
tableName() |
String |
toString() |
id, spacepublic SchemaIndexCreateOperation(UUID opId, String space, String tblName, QueryIndex idx, boolean ifNotExists)
opId - Operation id.space - Space.tblName - Table name.idx - Index params.ifNotExists - Ignore operation if index exists.public String indexName()
indexName in class SchemaIndexAbstractOperationpublic String tableName()
public QueryIndex index()
public boolean ifNotExists()
public String toString()
toString in class SchemaAbstractOperation
Follow @ApacheIgnite
Ignite Fabric : ver. 2.0.0 Release Date : April 30 2017