| Modifier and Type | Method and Description |
|---|---|
void |
collect(commonj.sdo.DataGraph dataGraph,
org.plasma.sdo.PlasmaDataObject dataObject,
DistributedWriter graphWriter,
TableWriter context,
RowWriter rowContext)
Interprets mutations from the data given data object (entity) as registered
in the associated graph change summary, and collects these into a service
specific mutation, an HBase row mutation in this case.
|
void |
init(commonj.sdo.DataGraph dataGraph,
org.plasma.sdo.PlasmaDataObject dataObject,
RowWriter rowWriter)
Performs any initialization for the specific mutation to be preformed.
|
void |
setup(commonj.sdo.DataGraph dataGraph,
org.plasma.sdo.PlasmaDataObject dataObject,
RowWriter rowWriter)
Performs any changes on managed properties such as concurrent or locking or
other, etc..
|
void |
validate(commonj.sdo.DataGraph dataGraph,
org.plasma.sdo.PlasmaDataObject dataObject,
RowWriter rowWriter)
Checks for a valid mutation such as no read-only properties being modified
and all mandatory properties being set, etc..
|
void init(commonj.sdo.DataGraph dataGraph,
org.plasma.sdo.PlasmaDataObject dataObject,
RowWriter rowWriter)
throws IllegalAccessException,
IOException
dataGraph - the data graphdataObject - the data objectrowWriter - the row writerIllegalAccessExceptionIOExceptionvoid validate(commonj.sdo.DataGraph dataGraph,
org.plasma.sdo.PlasmaDataObject dataObject,
RowWriter rowWriter)
throws IllegalAccessException
dataGraph - the data graphdataObject - the data objectrowWriter - the row writerIllegalAccessExceptionvoid setup(commonj.sdo.DataGraph dataGraph,
org.plasma.sdo.PlasmaDataObject dataObject,
RowWriter rowWriter)
throws IllegalAccessException,
IOException
dataGraph - the data graphdataObject - the data objectrowWriter - the row writerIllegalAccessExceptionIOExceptionvoid collect(commonj.sdo.DataGraph dataGraph,
org.plasma.sdo.PlasmaDataObject dataObject,
DistributedWriter graphWriter,
TableWriter context,
RowWriter rowContext)
throws IOException,
IllegalAccessException
dataGraph - the data graphdataObject - the data objectgraphWriter - the graph writercontext - the table writerrowContext - the row writerIOExceptionIllegalAccessExceptionCopyright © 2021. All Rights Reserved.