Package org.apache.flink.table.resource
Class ResourceUri
- java.lang.Object
-
- org.apache.flink.table.resource.ResourceUri
-
@PublicEvolving public class ResourceUri extends Object
Description of resource information.
-
-
Constructor Summary
Constructors Constructor Description ResourceUri(ResourceType resourceType, String uri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
ResourceType
getResourceType()
Get resource type info.String
getUri()
Get resource unique path info.int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
ResourceUri
public ResourceUri(ResourceType resourceType, String uri)
-
-
Method Detail
-
getResourceType
public ResourceType getResourceType()
Get resource type info.
-
getUri
public String getUri()
Get resource unique path info.
-
-