Uses of Class
com.gpudb.protocol.GetGraphEntitiesRequest
-
Packages that use GetGraphEntitiesRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of GetGraphEntitiesRequest in com.gpudb
Methods in com.gpudb with parameters of type GetGraphEntitiesRequest 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. -
Uses of GetGraphEntitiesRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return GetGraphEntitiesRequest Modifier and Type Method Description GetGraphEntitiesRequestGetGraphEntitiesRequest. setGraphName(String graphName)Name of the graph from which to retrieve entities.GetGraphEntitiesRequestGetGraphEntitiesRequest. setLimit(long limit)Number of entities to retrieve starting fromoffset.GetGraphEntitiesRequestGetGraphEntitiesRequest. setOffset(long offset)Starting index of the entities to retrieve (0-based).GetGraphEntitiesRequestGetGraphEntitiesRequest. setOptions(Map<String,String> options)Optional parameters.
-