类 FromStmt
java.lang.Object
org.apache.skywalking.oal.rt.parser.FromStmt
FROM statement in the OAL script
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Attribute accessorType cast function if exists.Source name in the FROM statementintsource id according tosourceNamevoidsetSourceAttribute(List<String> sourceAttribute) Attribute accessorvoidsetSourceCastType(String sourceCastType) Type cast function if exists.voidsetSourceName(String sourceName) Source name in the FROM statementvoidsetSourceScopeId(int sourceScopeId) source id according tosourceName
-
构造器详细资料
-
FromStmt
public FromStmt()
-
-
方法详细资料
-
setSourceName
Source name in the FROM statement -
setSourceScopeId
public void setSourceScopeId(int sourceScopeId) source id according tosourceName -
setSourceAttribute
Attribute accessor -
setSourceCastType
Type cast function if exists. NULL as default, means no cast. -
getSourceName
Source name in the FROM statement -
getSourceScopeId
public int getSourceScopeId()source id according tosourceName -
getSourceAttribute
Attribute accessor -
getSourceCastType
Type cast function if exists. NULL as default, means no cast.
-