public interface DistributedGraphOperation
GraphTableReader,
GraphTableWriter,
GraphTable| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes tables and connections.
|
Connection |
getConnection()
returns the shared connection for the operation
|
StoreMappingContext |
getMappingContext() |
boolean |
hasSingleRootType()
Returns true if only one table operation exists with only one associated
(root) type for this operation.
|
boolean hasSingleRootType()
Note: because there may be a single root type within an operational context, this does not mean there is no federation involved. A type is a metadata entity, and there may be many (data object) instances of the type within a graph operation.
Connection getConnection()
StoreMappingContext getMappingContext()
void close()
Copyright © 2021. All Rights Reserved.