Uses of Class
uk.gov.gchq.gaffer.operation.impl.get.GetAllElements
-
Packages that use GetAllElements 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 GetAllElements in uk.gov.gchq.gaffer.accumulostore.operation.handler
Methods in uk.gov.gchq.gaffer.accumulostore.operation.handler with parameters of type GetAllElements Modifier and Type Method Description Iterable<? extends Element>
GetAllElementsHandler. doOperation(GetAllElements operation, Context context, Store store)
Iterable<? extends Element>
GetAllElementsHandler. doOperation(GetAllElements operation, User user, AccumuloStore store)
-
Uses of GetAllElements in uk.gov.gchq.gaffer.accumulostore.retriever.impl
Constructors in uk.gov.gchq.gaffer.accumulostore.retriever.impl with parameters of type GetAllElements Constructor Description AccumuloAllElementsRetriever(AccumuloStore store, GetAllElements operation, User user)
-
Uses of GetAllElements in uk.gov.gchq.gaffer.mapstore.impl
Methods in uk.gov.gchq.gaffer.mapstore.impl with parameters of type GetAllElements Modifier and Type Method Description Iterable<? extends Element>
GetAllElementsHandler. doOperation(GetAllElements operation, Context context, Store store)
-
Uses of GetAllElements in uk.gov.gchq.gaffer.operation.impl.get
Methods in uk.gov.gchq.gaffer.operation.impl.get that return GetAllElements Modifier and Type Method Description GetAllElements
GetAllElements. shallowClone()
-
Uses of GetAllElements in uk.gov.gchq.gaffer.rest.factory
Methods in uk.gov.gchq.gaffer.rest.factory that return GetAllElements Modifier and Type Method Description GetAllElements
AbstractExamplesFactory. getAllElements()
-
Uses of GetAllElements in uk.gov.gchq.gaffer.rest.service.v1
Methods in uk.gov.gchq.gaffer.rest.service.v1 with parameters of type GetAllElements Modifier and Type Method Description Iterable<Element>
IOperationService. getAllElements(GetAllElements operation)
Iterable<Element>
OperationService. getAllElements(GetAllElements operation)
-
Uses of GetAllElements in uk.gov.gchq.gaffer.rest.service.v1.example
Methods in uk.gov.gchq.gaffer.rest.service.v1.example that return GetAllElements Modifier and Type Method Description GetAllElements
ExamplesService. getAllElements()
GetAllElements
IExamplesService. getAllElements()
-