| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol | |
| com.alicloud.openservices.tablestore.model.tunnel |
| 限定符和类型 | 方法和说明 |
|---|---|
static TunnelServiceApi.Tunnel |
TunnelProtocolBuilder.buildTunnel(String tableName,
String tunnelName,
TunnelType tunnelType,
StreamTunnelConfig streamConfig) |
static TunnelServiceApi.TunnelType |
TunnelProtocolBuilder.buildTunnelType(TunnelType tunnelType) |
| 限定符和类型 | 方法和说明 |
|---|---|
TunnelType |
CreateTunnelRequest.getTunnelType()
Get the Tunnel type.
|
TunnelType |
TunnelInfo.getTunnelType()
Get the Tunnel type.
|
static TunnelType |
TunnelType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static TunnelType[] |
TunnelType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CreateTunnelRequest.setTunnelType(TunnelType tunnelType)
Set the Tunnel type.
|
void |
TunnelInfo.setTunnelType(TunnelType tunnelType)
Set the Tunnel type.
|
| 构造器和说明 |
|---|
CreateTunnelRequest(String tableName,
String tunnelName,
TunnelType tunnelType)
Initialize the CreateTunnelRequest instance.
|
Copyright © 2025. All Rights Reserved.