Uses of Class
uk.gov.gchq.gaffer.graph.GraphSerialisable
-
Packages that use GraphSerialisable Package Description uk.gov.gchq.gaffer.federated.simple uk.gov.gchq.gaffer.federatedstore uk.gov.gchq.gaffer.graph Package containing classes relating to the Graph - the core abstraction in the Gaffer framework.uk.gov.gchq.gaffer.operation.export.graph.handler Handlers for the Gaffer graph export operations. -
-
Uses of GraphSerialisable in uk.gov.gchq.gaffer.federated.simple
Methods in uk.gov.gchq.gaffer.federated.simple that return GraphSerialisable Modifier and Type Method Description GraphSerialisable
FederatedStore. getGraph(String graphId)
Get theGraphSerialisable
from a given graph ID.Methods in uk.gov.gchq.gaffer.federated.simple that return types with arguments of type GraphSerialisable 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 GraphSerialisable 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.Method parameters in uk.gov.gchq.gaffer.federated.simple with type arguments of type GraphSerialisable Modifier and Type Method Description Schema
FederatedStore. getSchema(List<GraphSerialisable> graphs)
Gets a merged schema based on the graphs specified. -
Uses of GraphSerialisable in uk.gov.gchq.gaffer.federatedstore
Methods in uk.gov.gchq.gaffer.federatedstore that return GraphSerialisable Modifier and Type Method Description GraphSerialisable
FederatedStoreCache. getGraphFromCache(String graphId)
Deprecated.Retrieve theGraphSerialisable
with the specified ID from the cache.GraphSerialisable
FederatedStoreCacheTransient. getGraphFromCache(String graphId)
Deprecated.Retrieve theGraphSerialisable
with the specified ID from the cache.GraphSerialisable
FederatedStoreCache. getGraphSerialisableFromCache(String graphId)
Deprecated.Retrieve theGraph
with the specified ID from the cache.GraphSerialisable
FederatedStoreCacheTransient. getGraphSerialisableFromCache(String graphId)
Deprecated.Retrieve theGraph
with the specified ID from the cache.Methods in uk.gov.gchq.gaffer.federatedstore that return types with arguments of type GraphSerialisable Modifier and Type Method Description Collection<GraphSerialisable>
FederatedGraphStorage. get(User user, List<String> graphIds)
Deprecated.returns all graphs objects matching the given graphIds, that is visible to the user.List<GraphSerialisable>
FederatedGraphStorage. get(User user, List<String> graphIds, String adminAuth)
Deprecated.returns all graphs objects matching the given graphIds, that is visible to the user.Collection<GraphSerialisable>
FederatedGraphStorage. getAll(User user)
Deprecated.Returns all graph object that are visible for the given user.Pair<GraphSerialisable,FederatedAccess>
FederatedStoreCache. getFromCache(String key)
Deprecated.List<GraphSerialisable>
FederatedStore. getGraphs(User user, List<String> graphIds, IFederationOperation operation)
Gets a collection of graph objects within FederatedStore scope from the given csv of graphIds, with visibility of the given user.Methods in uk.gov.gchq.gaffer.federatedstore with parameters of type GraphSerialisable Modifier and Type Method Description void
FederatedStore. addGraphs(Set<String> graphAuths, String owningUserId, boolean isPublic, AccessPredicate readAccessPredicate, AccessPredicate writeAccessPredicate, GraphSerialisable... graphs)
void
FederatedStore. addGraphs(Set<String> graphAuths, String owningUserId, boolean isPublic, GraphSerialisable... graphs)
Adds graphs to the scope of FederatedStore.void
FederatedStore. addGraphs(FederatedAccess access, GraphSerialisable... graphs)
void
FederatedStoreCache. addGraphToCache(GraphSerialisable graphSerialisable, byte[] access, boolean overwrite)
Deprecated.void
FederatedStoreCache. addGraphToCache(GraphSerialisable graphSerialisable, FederatedAccess access, boolean overwrite)
Deprecated.Add the specifiedGraph
to the cache.void
FederatedStoreCacheTransient. addGraphToCache(GraphSerialisable graphSerialisable, byte[] access, boolean overwrite)
Deprecated.Add the specifiedGraph
to the cache.void
FederatedGraphStorage. put(GraphSerialisable graph, FederatedAccess access)
Deprecated.places a graph into storage, protected by the given access.Method parameters in uk.gov.gchq.gaffer.federatedstore with type arguments of type GraphSerialisable Modifier and Type Method Description void
FederatedGraphStorage. put(Collection<GraphSerialisable> graphs, FederatedAccess access)
Deprecated.places a collections of graphs into storage, protected by the given access. -
Uses of GraphSerialisable in uk.gov.gchq.gaffer.graph
Methods in uk.gov.gchq.gaffer.graph that return GraphSerialisable Modifier and Type Method Description GraphSerialisable
GraphSerialisable.Builder. build()
Constructors in uk.gov.gchq.gaffer.graph with parameters of type GraphSerialisable Constructor Description Builder(GraphSerialisable graphSerialisable)
-
Uses of GraphSerialisable in uk.gov.gchq.gaffer.operation.export.graph.handler
Methods in uk.gov.gchq.gaffer.operation.export.graph.handler that return GraphSerialisable Modifier and Type Method Description GraphSerialisable
GraphDelegate.BaseBuilder. buildGraphSerialisable()
GraphSerialisable
GraphDelegate.BaseBuilder. createGraphSerialisable()
GraphSerialisable
GraphDelegate.Builder. createGraphSerialisable()
GraphSerialisable
GraphDelegate. createGraphSerialisable(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId)
GraphSerialisable
GraphDelegate. createGraphSerialisable(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, GraphHook... hooks)
-