Uses of Class
com.gpudb.protocol.GetGraphEntitiesResponse
-
Packages that use GetGraphEntitiesResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of GetGraphEntitiesResponse in com.gpudb
Methods in com.gpudb that return GetGraphEntitiesResponse Modifier and Type Method Description GetGraphEntitiesResponseGPUdb. getGraphEntities(GetGraphEntitiesRequest request)Retrieves node or edge entities from an existing graph, with pagination support via offset and limit.GetGraphEntitiesResponseGPUdb. getGraphEntities(String graphName, long offset, long limit, Map<String,String> options)Retrieves node or edge entities from an existing graph, with pagination support via offset and limit. -
Uses of GetGraphEntitiesResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return GetGraphEntitiesResponse Modifier and Type Method Description GetGraphEntitiesResponseGetGraphEntitiesResponse. setEntitiesInt(List<Long> entitiesInt)Flat array of entity data for integer-identifier graphs with a repeating stride.GetGraphEntitiesResponseGetGraphEntitiesResponse. setEntitiesString(List<String> entitiesString)Flat array of entity data for name-identifier or WKT-identifier (geo/XY) graphs with a repeating stride.GetGraphEntitiesResponseGetGraphEntitiesResponse. setInfo(Map<String,String> info)Additional information map.GetGraphEntitiesResponseGetGraphEntitiesResponse. setLabels(List<String> labels)Array of distinct label strings.GetGraphEntitiesResponseGetGraphEntitiesResponse. setResult(boolean result)Indicates a successful retrieval.
-