| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol | |
| com.alicloud.openservices.tablestore.model.tunnel |
| Modifier and Type | Method and Description |
|---|---|
static TunnelServiceApi.Tunnel |
TunnelProtocolBuilder.buildTunnel(String tableName,
String tunnelName,
TunnelType tunnelType,
StreamTunnelConfig streamConfig) |
static TunnelServiceApi.TunnelType |
TunnelProtocolBuilder.buildTunnelType(TunnelType tunnelType) |
| Modifier and Type | Method and Description |
|---|---|
TunnelType |
TunnelInfo.getTunnelType()
获取Tunnel类型。
|
TunnelType |
CreateTunnelRequest.getTunnelType()
获取Tunnel类型。
|
static TunnelType |
TunnelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TunnelType[] |
TunnelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TunnelInfo.setTunnelType(TunnelType tunnelType)
设置Tunnel类型。
|
void |
CreateTunnelRequest.setTunnelType(TunnelType tunnelType)
设置Tunnel类型。
|
| Constructor and Description |
|---|
CreateTunnelRequest(String tableName,
String tunnelName,
TunnelType tunnelType)
初始化CreateTunnelRequest实例。
|
Copyright © 2024. All Rights Reserved.