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 GraphAccessFederatedStore. getGraphAccess(String graphId)Get theGraphAccessfrom 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 voidFederatedStore. addGraph(GraphSerialisable graph, GraphAccess graphAccess)Add a new graph so that it is available to this federated store.voidFederatedStore. changeGraphAccess(String graphId, GraphAccess newAccess)Updates a graph access by overwriting the access for that graph stored in the cache. -
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 GraphAccessGraphAccess.Builder. build()
-