public interface DseEdgeMetadata
Modifier and Type | Method and Description |
---|---|
List<CqlIdentifier> |
getFromClusteringColumns()
The columns in this table that match the clustering columns of the incoming vertex table.
|
CqlIdentifier |
getFromLabel()
The label of the incoming vertex in graph.
|
List<CqlIdentifier> |
getFromPartitionKeyColumns()
The columns in this table that match the partition key of the incoming vertex table.
|
CqlIdentifier |
getFromTable()
The identifier of the table representing the incoming vertex.
|
CqlIdentifier |
getLabelName()
The label of the edge in graph.
|
List<CqlIdentifier> |
getToClusteringColumns()
The columns in this table that match the clustering columns of the outgoing vertex table.
|
CqlIdentifier |
getToLabel()
The label of the outgoing vertex in graph.
|
List<CqlIdentifier> |
getToPartitionKeyColumns()
The columns in this table that match the partition key of the outgoing vertex table.
|
CqlIdentifier |
getToTable()
The identifier of the table representing the outgoing vertex.
|
@NonNull CqlIdentifier getLabelName()
@NonNull CqlIdentifier getFromTable()
@NonNull CqlIdentifier getFromLabel()
@NonNull List<CqlIdentifier> getFromPartitionKeyColumns()
@NonNull List<CqlIdentifier> getFromClusteringColumns()
@NonNull CqlIdentifier getToTable()
@NonNull CqlIdentifier getToLabel()
@NonNull List<CqlIdentifier> getToPartitionKeyColumns()
@NonNull List<CqlIdentifier> getToClusteringColumns()
Copyright © 2017–2020. All rights reserved.