Class PinningConfiguration

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class PinningConfiguration
    extends java.lang.Object
    implements java.lang.Cloneable
    Class to hold the Pinning configuration.
    Author:
    Ludovic Orban
    • Constructor Detail

      • PinningConfiguration

        public PinningConfiguration()
    • Method Detail

      • setStore

        public void setStore​(java.lang.String store)
        Set the store scope
        Parameters:
        store - the storage scope
      • store

        public PinningConfiguration store​(java.lang.String store)
        Set the lowest store from which elements must not be evicted from
        Parameters:
        store - the store, encoded as a string
        Returns:
        this
      • getStore

        public PinningConfiguration.Store getStore()
        Return the lowest store from which elements must not be evicted from
        Returns:
        the lowest store from which elements must not be evicted from