Search in sources :

Example 1 with OlapPropertyKeyClearJob

use of com.baidu.hugegraph.job.schema.OlapPropertyKeyClearJob in project incubator-hugegraph by apache.

the class SchemaTransaction method clearOlapPk.

public Id clearOlapPk(PropertyKey propertyKey) {
    LOG.debug("SchemaTransaction clear olap property key {} with id '{}'", propertyKey.name(), propertyKey.id());
    SchemaJob callable = new OlapPropertyKeyClearJob();
    return asyncRun(this.graph(), propertyKey, callable);
}
Also used : OlapPropertyKeyClearJob(com.baidu.hugegraph.job.schema.OlapPropertyKeyClearJob) SchemaJob(com.baidu.hugegraph.job.schema.SchemaJob)

Aggregations

OlapPropertyKeyClearJob (com.baidu.hugegraph.job.schema.OlapPropertyKeyClearJob)1 SchemaJob (com.baidu.hugegraph.job.schema.SchemaJob)1