Uses of Class
uk.gov.gchq.gaffer.operation.impl.get.GetElements
-
Packages that use GetElements 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 GetElements in uk.gov.gchq.gaffer.accumulostore.operation.handler
Methods in uk.gov.gchq.gaffer.accumulostore.operation.handler with parameters of type GetElements Modifier and Type Method Description Iterable<? extends Element>GetElementsHandler. doOperation(GetElements operation, Context context, Store store)Iterable<? extends Element>GetElementsHandler. doOperation(GetElements operation, User user, AccumuloStore store) -
Uses of GetElements in uk.gov.gchq.gaffer.accumulostore.retriever.impl
Constructors in uk.gov.gchq.gaffer.accumulostore.retriever.impl with parameters of type GetElements Constructor Description AccumuloElementsRetriever(AccumuloStore store, GetElements operation, User user) -
Uses of GetElements in uk.gov.gchq.gaffer.mapstore.impl
Methods in uk.gov.gchq.gaffer.mapstore.impl with parameters of type GetElements Modifier and Type Method Description Iterable<Element>GetElementsHandler. doOperation(GetElements operation, Context context, Store store) -
Uses of GetElements in uk.gov.gchq.gaffer.operation.impl.get
Methods in uk.gov.gchq.gaffer.operation.impl.get that return GetElements Modifier and Type Method Description GetElementsGetElements. shallowClone() -
Uses of GetElements in uk.gov.gchq.gaffer.rest.factory
Methods in uk.gov.gchq.gaffer.rest.factory that return GetElements Modifier and Type Method Description GetElementsAbstractExamplesFactory. getElements() -
Uses of GetElements in uk.gov.gchq.gaffer.rest.service.v1
Methods in uk.gov.gchq.gaffer.rest.service.v1 with parameters of type GetElements Modifier and Type Method Description Iterable<Element>IOperationService. getElements(GetElements operation)Iterable<Element>OperationService. getElements(GetElements operation) -
Uses of GetElements in uk.gov.gchq.gaffer.rest.service.v1.example
Methods in uk.gov.gchq.gaffer.rest.service.v1.example that return GetElements Modifier and Type Method Description GetElementsExamplesService. getElements()GetElementsIExamplesService. getElements()GetElementsExamplesService. getElementsBySeed()GetElementsIExamplesService. getElementsBySeed()GetElementsExamplesService. getRelatedElements()GetElementsIExamplesService. getRelatedElements()
-