Package | Description |
---|---|
org.apache.uima.collection.base_cpm | |
org.apache.uima.collection.impl.cpm |
Modifier and Type | Method and Description |
---|---|
SynchPoint |
RecoverableCollectionReader.getSynchPoint()
Retrieves data facilitating recovery of the CollectionReader
|
Modifier and Type | Method and Description |
---|---|
void |
RecoverableCollectionReader.moveTo(SynchPoint aSynchPoint)
Start CollectionReader recovery to a given synch point
|
Modifier and Type | Method and Description |
---|---|
SynchPoint |
BaseCPMImpl.getSynchPoint()
Returns a
SynchPoint object initialized by the Collection Reader if the Collection
Reader implements RecoverableCollectionReader . |
SynchPoint |
CheckpointData.getSynchPoint()
Returns current SynchPoint object
|
Modifier and Type | Method and Description |
---|---|
void |
CheckpointData.setSynchPoint(SynchPoint point)
Adds SynchPoint to save in a checkpoint
|
Constructor and Description |
---|
CheckpointData(ProcessTrace aProcessTrace,
SynchPoint aSynchPoint)
Initialize instance with ProcessTrace and SynchPoint
|
Copyright © 2018. All rights reserved.