Uses of Class
uk.gov.gchq.gaffer.federated.simple.access.GraphAccess
-
Packages that use GraphAccess Package Description uk.gov.gchq.gaffer.federated.simple uk.gov.gchq.gaffer.federated.simple.access -
-
Uses of GraphAccess in uk.gov.gchq.gaffer.federated.simple
Methods in uk.gov.gchq.gaffer.federated.simple that return GraphAccess Modifier and Type Method Description GraphAccess
FederatedStore. getGraphAccess(String graphId)
Get theGraphAccess
from the given graph ID.Methods in uk.gov.gchq.gaffer.federated.simple that return types with arguments of type GraphAccess Modifier and Type Method Description Iterable<org.apache.commons.lang3.tuple.Pair<GraphSerialisable,GraphAccess>>
FederatedStore. getAllGraphsAndAccess()
Returns all the graphs and their access available to this store.org.apache.commons.lang3.tuple.Pair<GraphSerialisable,GraphAccess>
FederatedStore. getGraphAccessPair(String graphId)
Methods in uk.gov.gchq.gaffer.federated.simple with parameters of type GraphAccess Modifier and Type Method Description void
FederatedStore. addGraph(GraphSerialisable graph, GraphAccess graphAccess)
Add a new graph so that it is available to this federated store. -
Uses of GraphAccess in uk.gov.gchq.gaffer.federated.simple.access
Methods in uk.gov.gchq.gaffer.federated.simple.access that return GraphAccess Modifier and Type Method Description GraphAccess
GraphAccess.Builder. build()
-