public static class TableTunnel.FlushOption extends Object
| Constructor and Description |
|---|
FlushOption() |
| Modifier and Type | Method and Description |
|---|---|
long |
getTimeout() |
void |
setTimeout(long timeout) |
TableTunnel.FlushOption |
timeout(long tm)
设置写入操作的超时时间。
|
public TableTunnel.FlushOption timeout(long tm)
tm - 单位毫秒 <= 0 代表无超时public long getTimeout()
public void setTimeout(long timeout)
Copyright © 2022 Alibaba Cloud Computing. All rights reserved.