public class TableWriterCollector extends WriterSupport
TableWriter elements with nested
RowWriter elements. Each RowWriter represents the root of a
new or existing Data Graph within the HBase table associated with the parent
TableWriter.
Graph nodes which are "unbound" (not assigned directly to a specific table) are assigned based on the first parent node within the graph. Other parent nodes (if exist) are ignored.
StoreMapping,
TableMapping,
TableWriter,
RowWriter,
ChangeSummarymappingContext, rowWriterMap| Constructor and Description |
|---|
TableWriterCollector(commonj.sdo.DataGraph dataGraph,
org.plasma.sdo.PlasmaDataObject[] created,
org.plasma.sdo.access.provider.common.ModifiedObjectCollector modified,
org.plasma.sdo.access.provider.common.DeletedObjectCollector deleted,
StoreMappingContext mappingContext) |
| Modifier and Type | Method and Description |
|---|---|
TableWriter |
getRootTableWriter() |
Map<commonj.sdo.DataObject,RowWriter> |
getRowWriterMap() |
List<TableWriter> |
getTableWriters() |
addRowWriter, createRowWriter, createRowWriter, findContainerRowWriter, getContainerAncestry, getContainerRowWriterpublic TableWriterCollector(commonj.sdo.DataGraph dataGraph,
org.plasma.sdo.PlasmaDataObject[] created,
org.plasma.sdo.access.provider.common.ModifiedObjectCollector modified,
org.plasma.sdo.access.provider.common.DeletedObjectCollector deleted,
StoreMappingContext mappingContext)
throws IOException
IOExceptionpublic List<TableWriter> getTableWriters()
public TableWriter getRootTableWriter()
Copyright © 2021. All Rights Reserved.