类 EsTypeMappingSeaTunnelType
- java.lang.Object
-
- org.apache.seatunnel.connectors.seatunnel.elasticsearch.constant.EsTypeMappingSeaTunnelType
-
public class EsTypeMappingSeaTunnelType extends Object
-
-
构造器概要
构造器 构造器 说明 EsTypeMappingSeaTunnelType()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static org.apache.seatunnel.api.table.type.SeaTunnelDataTypegetSeaTunnelDataType(String esType)if not find the mapping SeaTunnelDataType will throw runtime exception
-
-
-
方法详细资料
-
getSeaTunnelDataType
public static org.apache.seatunnel.api.table.type.SeaTunnelDataType getSeaTunnelDataType(String esType)
if not find the mapping SeaTunnelDataType will throw runtime exception- 参数:
esType-- 返回:
-
-