Uses of Class
org.apache.flink.table.resource.ResourceType
-
Packages that use ResourceType Package Description org.apache.flink.table.resource -
-
Uses of ResourceType in org.apache.flink.table.resource
Methods in org.apache.flink.table.resource that return ResourceType Modifier and Type Method Description ResourceTypeResourceUri. getResourceType()Get resource type info.static ResourceTypeResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceType[]ResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.table.resource with parameters of type ResourceType Constructor Description ResourceUri(ResourceType resourceType, String uri)
-