| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kitesdk.data.mapreduce.DatasetKeyInputFormat.ConfigBuilder
public static class DatasetKeyInputFormat.ConfigBuilder
| Method Summary | ||
|---|---|---|
 DatasetKeyInputFormat.ConfigBuilder | 
readFrom(String uri)
Adds configuration for DatasetKeyInputFormat to read from the
 given dataset or view URI string. | 
|
 DatasetKeyInputFormat.ConfigBuilder | 
readFrom(URI uri)
Adds configuration for DatasetKeyInputFormat to read from the
 given dataset or view URI. | 
|
 DatasetKeyInputFormat.ConfigBuilder | 
readFrom(View<?> view)
Adds configuration for DatasetKeyInputFormat to read from the
 given Dataset or View instance. | 
|
 | 
withType(Class<E> type)
 | 
|
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public DatasetKeyInputFormat.ConfigBuilder readFrom(URI uri)
DatasetKeyInputFormat to read from the
 given dataset or view URI.
 
 URI formats are defined by Dataset implementations, but must
 begin with "dataset:" or "view:". For more information, see
 Datasets.
uri - a dataset or view URI
public DatasetKeyInputFormat.ConfigBuilder readFrom(View<?> view)
DatasetKeyInputFormat to read from the
 given Dataset or View instance.
view - a dataset or view
public DatasetKeyInputFormat.ConfigBuilder readFrom(String uri)
DatasetKeyInputFormat to read from the
 given dataset or view URI string.
 
 URI formats are defined by Dataset implementations, but must
 begin with "dataset:" or "view:". For more information, see
 Datasets.
uri - a dataset or view URI string
public <E> DatasetKeyInputFormat.ConfigBuilder withType(Class<E> type)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||