Class ConfluenceBandanaPersister

  • All Implemented Interfaces:
    com.atlassian.bandana.BandanaPersister

    @Deprecated
    public class ConfluenceBandanaPersister
    extends Object
    implements com.atlassian.bandana.BandanaPersister
    Deprecated.
    since 7.12 No replacement.
    • Constructor Detail

      • ConfluenceBandanaPersister

        public ConfluenceBandanaPersister()
        Deprecated.
    • Method Detail

      • retrieve

        public Object retrieve​(com.atlassian.bandana.BandanaContext context,
                               String key)
        Deprecated.
        Specified by:
        retrieve in interface com.atlassian.bandana.BandanaPersister
      • retrieve

        public Map retrieve​(com.atlassian.bandana.BandanaContext context)
        Deprecated.
        Specified by:
        retrieve in interface com.atlassian.bandana.BandanaPersister
      • retrieveKeys

        public Iterable<String> retrieveKeys​(com.atlassian.bandana.BandanaContext bandanaContext)
        Deprecated.
        Specified by:
        retrieveKeys in interface com.atlassian.bandana.BandanaPersister
      • store

        public void store​(com.atlassian.bandana.BandanaContext context,
                          String key,
                          Object configuration)
        Deprecated.
        Specified by:
        store in interface com.atlassian.bandana.BandanaPersister
      • getBasePath

        protected String getBasePath()
        Deprecated.
      • setBootstrapManager

        public void setBootstrapManager​(BootstrapManager bootstrapManager)
        Deprecated.
      • flushCaches

        public void flushCaches()
        Deprecated.
        Specified by:
        flushCaches in interface com.atlassian.bandana.BandanaPersister
      • remove

        public void remove​(com.atlassian.bandana.BandanaContext bandanaContext)
        Deprecated.
        if space context passed in, remove the whole directory for space if global context passed in, remove the global bandana config file only
        Specified by:
        remove in interface com.atlassian.bandana.BandanaPersister
        Parameters:
        bandanaContext -
      • remove

        public void remove​(com.atlassian.bandana.BandanaContext context,
                           String key)
        Deprecated.
        Specified by:
        remove in interface com.atlassian.bandana.BandanaPersister