All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.openservices.ots.internal.DeleteTableCallable Maven / Gradle / Ivy

package com.aliyun.openservices.ots.internal;

import com.aliyun.openservices.ots.model.DeleteTableRequest;
import com.aliyun.openservices.ots.model.DeleteTableResult;

public class DeleteTableCallable implements OTSCallable {

    private OTSAsyncTableOperation tableOperation;
    private OTSExecutionContext executionContext;

    public DeleteTableCallable(OTSAsyncTableOperation tableOperation, OTSExecutionContext executionContext) {
        this.tableOperation = tableOperation;
        this.executionContext = executionContext;
    }

    @Override
    public void call() {
        this.tableOperation.deleteTable(this.executionContext);
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy