Class FederatedStoreCacheTransient

    • Field Detail

      • ERROR_ADDING_GRAPH_TO_CACHE_GRAPH_ID_S

        public static final String ERROR_ADDING_GRAPH_TO_CACHE_GRAPH_ID_S
        Deprecated.
        See Also:
        Constant Field Values
      • FEDERATED_STORE_CACHE_SERVICE_NAME

        public static final String FEDERATED_STORE_CACHE_SERVICE_NAME
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • FederatedStoreCacheTransient

        public FederatedStoreCacheTransient​(String suffixFederatedStoreCacheName)
        Deprecated.
    • Method Detail

      • getCacheNameFrom

        public static String getCacheNameFrom​(String suffixFederatedStoreCacheName)
        Deprecated.
      • getSuffixCacheName

        public String getSuffixCacheName()
        Deprecated.
      • getAllGraphIds

        public Iterable<String> getAllGraphIds()
        Deprecated.
        Get all the ID's related to the Graph's stored in the cache.
        Returns:
        Iterable of all the Graph ID's within the cache.
      • addGraphToCache

        public void addGraphToCache​(Graph graph,
                                    byte[] access,
                                    boolean overwrite)
                             throws CacheOperationException
        Deprecated.
        Add the specified Graph to the cache.
        Parameters:
        graph - the Graph to be added
        overwrite - if true, overwrite any graphs already in the cache with the same ID
        access - Access for the graph being stored.
        Throws:
        CacheOperationException - if issues adding to cache
      • addGraphToCache

        public void addGraphToCache​(GraphSerialisable graphSerialisable,
                                    byte[] access,
                                    boolean overwrite)
                             throws CacheOperationException
        Deprecated.
        Add the specified Graph to the cache.
        Parameters:
        graphSerialisable - the serialised Graph to be added
        access - Access for the graph being stored.
        overwrite - if true, overwrite any graphs already in the cache with the same ID
        Throws:
        CacheOperationException - if issues adding to cache
      • deleteGraphFromCache

        public void deleteGraphFromCache​(String graphId)
        Deprecated.