Package com.graphdbapi
Interface FastIdsMap
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdsMap
getOriginalIdsMap()
int[]
getSeqIdMap()
int[]
getSeqIdReverseMap()
-
Methods inherited from interface com.graphdbapi.IdsMap
getClusterNodeId, getClusterNodeIds, getEndSeqId, getLocalClusterNodeId, getLocalEndSeqId, getLocalSizeWithDeleted, getLocalStartSeqId, getOffsetByTypeIndex, getSeqId, getSizeByTypeIndex, getSizeWithDeleted, getStartSeqId, getTypeIndexBySeqId, getVertexId, getVertexTypes, refresh
-
-
-
-
Method Detail
-
getSeqIdMap
int[] getSeqIdMap()
- Returns:
- 返回fast IdsMap中seqId 到 original IdsMap的映射
-
getSeqIdReverseMap
int[] getSeqIdReverseMap()
- Returns:
- original IdsMap的映射 到 fast IdsMap的映射
-
getOriginalIdsMap
IdsMap getOriginalIdsMap()
- Returns:
- 返回original IdsMap
-
-