public final class ParseDataset extends Job<Frame>
| Modifier and Type | Class and Description |
|---|---|
static class |
ParseDataset.ParserFJTask |
Job.JobCancelledException, Job.JobState, Job.Progress, Job.ProgressUpdate_description, _dest, _end_time, _exception, _progressKey, _start_time, _state, LIST| Modifier and Type | Method and Description |
|---|---|
static ParseDataset |
forkParseDataset(Key dest,
Key[] keys,
ParseSetup setup,
boolean deleteOnDone) |
static Frame |
parse(Key okey,
Key... keys) |
static Frame |
parse(Key okey,
Key[] keys,
boolean deleteOnDone,
boolean singleQuote,
int checkHeader) |
static Frame |
parse(Key okey,
Key[] keys,
boolean deleteOnDone,
ParseSetup globalSetup) |
static ParseDataset |
parse(Key okey,
Key[] keys,
boolean deleteOnDone,
ParseSetup globalSetup,
boolean blocking) |
block, canBeDone, cancel, cancel, checksum_impl, createProgressKey, deleteProgressKey, dest, done, done, failed, get, isCancelledOrCrashed, isDone, isRunning, isRunning, isStopped, jobKey, jobs, msec, progress_msg, progress, readAll_impl, remove_impl, start, update, update, update, update, writeAll_implchecksum, readAll, remove, remove, remove, remove, writeAllclone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeJSON_impl, writeJSONpublic static Frame parse(Key okey, Key[] keys, boolean deleteOnDone, boolean singleQuote, int checkHeader)
public static Frame parse(Key okey, Key[] keys, boolean deleteOnDone, ParseSetup globalSetup)
public static ParseDataset parse(Key okey, Key[] keys, boolean deleteOnDone, ParseSetup globalSetup, boolean blocking)
public static ParseDataset forkParseDataset(Key dest, Key[] keys, ParseSetup setup, boolean deleteOnDone)