IdStrategy |
FileGraphConfig.getEdgeIdStrategy() |
Indicates what ID strategy should be used for the edges of this graph.
|
IdStrategy |
PartitionedGraphConfig.getEdgeIdStrategy() |
Indicates what ID strategy should be used for the edges of this graph.
|
IdStrategy |
PgHbaseGraphConfig.getEdgeIdStrategy() |
Indicates what ID strategy should be used for the edges of this graph.
|
IdStrategy |
PgNosqlGraphConfig.getEdgeIdStrategy() |
Indicates what ID strategy should be used for the edges of this graph.
|
IdStrategy |
PgRdbmsGraphConfig.getEdgeIdStrategy() |
Indicates what ID strategy should be used for the edges of this graph.
|
IdStrategy |
RdfGraphConfig.getEdgeIdStrategy() |
Indicates what ID strategy should be used for the edges of this graph.
|
IdStrategy |
TwoTablesRdbmsGraphConfig.getEdgeIdStrategy() |
Indicates what ID strategy should be used for the edges of this graph.
|
IdStrategy |
TwoTablesTextGraphConfig.getEdgeIdStrategy() |
Indicates what ID strategy should be used for the edges of this graph.
|
IdStrategy |
AbstractPartitionedGraphConfig.getValidatedEdgeIdStrategy() |
Validates and return the ID strategy used for edges (checking if the strategy is compatible with the rest of
the graph configuration)
|
IdStrategy |
GraphConfig.getValidatedEdgeIdStrategy() |
Validates and return the ID strategy used for edges (checking if the strategy is compatible with the rest of
the graph configuration)
|
IdStrategy |
AbstractPartitionedGraphConfig.getValidatedVertexIdStrategy() |
Validates and return the ID strategy used for vertices (checking if the strategy is compatible with the rest of
the graph configuration)
|
IdStrategy |
GraphConfig.getValidatedVertexIdStrategy() |
Validates and return the ID strategy used for vertices (checking if the strategy is compatible with the rest of
the graph configuration)
|
IdStrategy |
FileGraphConfig.getVertexIdStrategy() |
Indicates what ID strategy should be used for the vertices of this graph.
|
IdStrategy |
PartitionedGraphConfig.getVertexIdStrategy() |
Indicates what ID strategy should be used for the vertices of this graph.
|
IdStrategy |
PgHbaseGraphConfig.getVertexIdStrategy() |
Indicates what ID strategy should be used for the vertices of this graph.
|
IdStrategy |
PgNosqlGraphConfig.getVertexIdStrategy() |
Indicates what ID strategy should be used for the vertices of this graph.
|
IdStrategy |
PgRdbmsGraphConfig.getVertexIdStrategy() |
Indicates what ID strategy should be used for the vertices of this graph.
|
IdStrategy |
RdfGraphConfig.getVertexIdStrategy() |
Indicates what ID strategy should be used for the vertices of this graph.
|
IdStrategy |
TwoTablesRdbmsGraphConfig.getVertexIdStrategy() |
Indicates what ID strategy should be used for the vertices of this graph.
|
IdStrategy |
TwoTablesTextGraphConfig.getVertexIdStrategy() |
Indicates what ID strategy should be used for the vertices of this graph.
|