public class RowCheckpointedTSet extends RowPersistedTSet
BaseTSet.StateTypestoredSource| Constructor and Description |
|---|
RowCheckpointedTSet(BatchEnvironment tSetEnv,
DiskPartitionBackedSource<Row> sourceFn,
int parallelism,
RowSchema inputSchema) |
| Modifier and Type | Method and Description |
|---|---|
INode |
getINode()
Reuses the
DiskPartitionBackedSourceWrapper from non-keyed operations because there
will be no keyed writes to edges. |
RowSourceTSet |
getStoredSourceTSet()
retrieve data saved in the TSet
|
addInput, cache, lazyCache, lazyPersist, persist, setName, withSchemadirect, getData, getInputSchema, join, partitiongetTSetEnv, pipe, withSchemagetOutputSchema, setOutputSchemaaddChildToGraph, addChildToGraph, equals, getId, getInputs, getName, getParallelism, getStateType, hashCode, isMutable, rename, setMutable, setStateType, setTSetEnv, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDataObjectbuildgenerateID, getTBaseGraphpublic RowCheckpointedTSet(BatchEnvironment tSetEnv, DiskPartitionBackedSource<Row> sourceFn, int parallelism, RowSchema inputSchema)
public RowSourceTSet getStoredSourceTSet()
StorableTBasegetStoredSourceTSet in interface StorableTBase<Row>getStoredSourceTSet in class RowStoredTSetpublic INode getINode()
DiskPartitionBackedSourceWrapper from non-keyed operations because there
will be no keyed writes to edges. This will only expose the
DataPartition that will be called by the
TaskExecutorgetINode in interface BuildableTSetgetINode in class RowPersistedTSet