Package | Description |
---|---|
org.apache.oozie.dependency |
Modifier and Type | Method and Description |
---|---|
URIHandler.Context |
URIHandler.getContext(URI uri,
org.apache.hadoop.conf.Configuration conf,
String user,
boolean readOnly)
Get the Context which can be used to access URI of the same scheme and
host
|
URIHandler.Context |
HCatURIHandler.getContext(URI uri,
org.apache.hadoop.conf.Configuration conf,
String user,
boolean readOnly) |
URIHandler.Context |
FSURIHandler.getContext(URI uri,
org.apache.hadoop.conf.Configuration conf,
String user,
boolean readOnly) |
Modifier and Type | Method and Description |
---|---|
void |
URIHandler.delete(URI uri,
URIHandler.Context context)
Delete a URI
|
void |
HCatURIHandler.delete(URI uri,
URIHandler.Context context) |
void |
FSURIHandler.delete(URI uri,
URIHandler.Context context) |
boolean |
URIHandler.exists(URI uri,
URIHandler.Context context)
Check if the dependency identified by the URI is available
|
boolean |
HCatURIHandler.exists(URI uri,
URIHandler.Context context) |
boolean |
FSURIHandler.exists(URI uri,
URIHandler.Context context) |
Copyright © 2018 Apache Software Foundation. All rights reserved.