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 GraphSerialisableFederatedStore. getGraph(String graphId)Get theGraphSerialisablefrom 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 voidFederatedStore. addGraph(GraphSerialisable graph, GraphAccess graphAccess)Add a new graph so that it is available to this federated store.static OperationChainFederatedUtils. getValidOperationForGraph(Operation operation, GraphSerialisable graphSerialisable, int depth, int depthLimit)Get a version of the operation chain that satisfies the schema for the requested graph.static ViewFederatedUtils. getValidViewForGraph(View view, GraphSerialisable graphSerialisable)Returns aViewthat contains groups only relevant to the graph.Method parameters in uk.gov.gchq.gaffer.federated.simple with type arguments of type GraphSerialisable Modifier and Type Method Description static booleanFederatedUtils. doGraphsShareGroups(List<GraphSerialisable> graphs)Checks if graphs share any groups between their schemas.SchemaFederatedStore. 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 GraphSerialisableFederatedStoreCache. getGraphFromCache(String graphId)Deprecated.Retrieve theGraphSerialisablewith the specified ID from the cache.GraphSerialisableFederatedStoreCacheTransient. getGraphFromCache(String graphId)Deprecated.Retrieve theGraphSerialisablewith the specified ID from the cache.GraphSerialisableFederatedStoreCache. getGraphSerialisableFromCache(String graphId)Deprecated.Retrieve theGraphwith the specified ID from the cache.GraphSerialisableFederatedStoreCacheTransient. getGraphSerialisableFromCache(String graphId)Deprecated.Retrieve theGraphwith 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 voidFederatedStore. addGraphs(Set<String> graphAuths, String owningUserId, boolean isPublic, AccessPredicate readAccessPredicate, AccessPredicate writeAccessPredicate, GraphSerialisable... graphs)voidFederatedStore. addGraphs(Set<String> graphAuths, String owningUserId, boolean isPublic, GraphSerialisable... graphs)Adds graphs to the scope of FederatedStore.voidFederatedStore. addGraphs(FederatedAccess access, GraphSerialisable... graphs)voidFederatedStoreCache. addGraphToCache(GraphSerialisable graphSerialisable, byte[] access, boolean overwrite)Deprecated.voidFederatedStoreCache. addGraphToCache(GraphSerialisable graphSerialisable, FederatedAccess access, boolean overwrite)Deprecated.Add the specifiedGraphto the cache.voidFederatedStoreCacheTransient. addGraphToCache(GraphSerialisable graphSerialisable, byte[] access, boolean overwrite)Deprecated.Add the specifiedGraphto the cache.voidFederatedGraphStorage. 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 voidFederatedGraphStorage. 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 GraphSerialisableGraphSerialisable.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 GraphSerialisableGraphDelegate.BaseBuilder. buildGraphSerialisable()GraphSerialisableGraphDelegate.BaseBuilder. createGraphSerialisable()GraphSerialisableGraphDelegate.Builder. createGraphSerialisable()GraphSerialisableGraphDelegate. createGraphSerialisable(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId)GraphSerialisableGraphDelegate. createGraphSerialisable(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, GraphHook... hooks)
-