Uses of Class
uk.gov.gchq.gaffer.operation.impl.get.GetAdjacentIds
-
Packages that use GetAdjacentIds Package Description uk.gov.gchq.gaffer.accumulostore.operation.handler uk.gov.gchq.gaffer.accumulostore.retriever.impl uk.gov.gchq.gaffer.mapstore.impl Implementation details for the MapImpl map-based data store.uk.gov.gchq.gaffer.operation.impl.get Operations for retrieving elements from a Gaffer graph.uk.gov.gchq.gaffer.rest.factory uk.gov.gchq.gaffer.rest.service.v1 Service implementations for v1 of the Gaffer REST API.uk.gov.gchq.gaffer.rest.service.v1.example The examples service implementation for v1 of the Gaffer REST API. -
-
Uses of GetAdjacentIds in uk.gov.gchq.gaffer.accumulostore.operation.handler
Methods in uk.gov.gchq.gaffer.accumulostore.operation.handler with parameters of type GetAdjacentIds Modifier and Type Method Description Iterable<? extends EntityId>
GetAdjacentIdsHandler. doOperation(GetAdjacentIds operation, Context context, Store store)
Iterable<? extends EntityId>
GetAdjacentIdsHandler. doOperation(GetAdjacentIds op, User user, AccumuloStore store)
-
Uses of GetAdjacentIds in uk.gov.gchq.gaffer.accumulostore.retriever.impl
Constructors in uk.gov.gchq.gaffer.accumulostore.retriever.impl with parameters of type GetAdjacentIds Constructor Description AccumuloAdjacentIdRetriever(AccumuloStore store, GetAdjacentIds operation, User user)
-
Uses of GetAdjacentIds in uk.gov.gchq.gaffer.mapstore.impl
Methods in uk.gov.gchq.gaffer.mapstore.impl with parameters of type GetAdjacentIds Modifier and Type Method Description Iterable<? extends EntityId>
GetAdjacentIdsHandler. doOperation(GetAdjacentIds operation, Context context, Store store)
-
Uses of GetAdjacentIds in uk.gov.gchq.gaffer.operation.impl.get
Methods in uk.gov.gchq.gaffer.operation.impl.get that return GetAdjacentIds Modifier and Type Method Description GetAdjacentIds
GetAdjacentIds. shallowClone()
-
Uses of GetAdjacentIds in uk.gov.gchq.gaffer.rest.factory
Methods in uk.gov.gchq.gaffer.rest.factory that return GetAdjacentIds Modifier and Type Method Description GetAdjacentIds
AbstractExamplesFactory. getAdjacentIds()
-
Uses of GetAdjacentIds in uk.gov.gchq.gaffer.rest.service.v1
Methods in uk.gov.gchq.gaffer.rest.service.v1 with parameters of type GetAdjacentIds Modifier and Type Method Description Iterable<EntityId>
IOperationService. getAdjacentIds(GetAdjacentIds operation)
Iterable<EntityId>
OperationService. getAdjacentIds(GetAdjacentIds operation)
-
Uses of GetAdjacentIds in uk.gov.gchq.gaffer.rest.service.v1.example
Methods in uk.gov.gchq.gaffer.rest.service.v1.example that return GetAdjacentIds Modifier and Type Method Description GetAdjacentIds
ExamplesService. getAdjacentIds()
GetAdjacentIds
IExamplesService. getAdjacentIds()
-