@PublicEvolving
public interface Executable
execute()| Modifier and Type | Method and Description |
|---|---|
TableResult |
execute()
Executes this object.
|
TableResult execute()
By default, all DML operations are executed asynchronously. Use TableResult.await() or TableResult.getJobClient() to monitor the execution. Set
TableConfigOptions.TABLE_DML_SYNC for always synchronous execution.
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.