public interface DataSetContext
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getJobId()
Returns the unique job ID.
|
java.lang.String |
getTenantName()
Returns the name of the tenant.
|
java.io.File |
getTenantPath()
Returns the path of the tenant directory.
|
boolean |
isDiscovery()
Returns a boolean flag indicating whether the data set is being created for the purpose of discovery.
|
boolean isDiscovery()
true
if data set is created for discovery, false
otherwisejava.lang.String getJobId()
java.lang.String getTenantName()
java.io.File getTenantPath()