Package org.apache.flink.table.api
Class PlanReference.ResourcePlanReference
- java.lang.Object
-
- org.apache.flink.table.api.PlanReference
-
- org.apache.flink.table.api.PlanReference.ResourcePlanReference
-
- Enclosing class:
- PlanReference
@Experimental public static class PlanReference.ResourcePlanReference extends PlanReference
Plan reference to a file in the providedClassLoader
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.flink.table.api.PlanReference
PlanReference.ContentPlanReference, PlanReference.FilePlanReference, PlanReference.ResourcePlanReference
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
ClassLoader
getClassLoader()
String
getResourcePath()
int
hashCode()
String
toString()
-
Methods inherited from class org.apache.flink.table.api.PlanReference
fromFile, fromFile, fromFile, fromJsonString, fromResource, fromResource
-
-
-
-
Method Detail
-
getClassLoader
public ClassLoader getClassLoader()
-
getResourcePath
public String getResourcePath()
-
-