Class StoragePolicy

  • All Implemented Interfaces:
    DocumentProtocolRoutingPolicy, com.yahoo.messagebus.routing.RoutingPolicy
    Direct Known Subclasses:
    ContentPolicy

    public class StoragePolicy
    extends SlobrokPolicy
    Routing policy to determine which distributor in a storage cluster to send data to. Using different key=value parameters separated by semicolon (";"), the user can control which cluster to send to. cluster=[clusterName] (Mandatory, determines the cluster name) config=[config] (Optional, a comma separated list of config servers to use. Used to talk to clusters not defined in this vespa application) slobrokconfigid=[id] (Optional, use given config id for slobrok instead of default) clusterconfigid=[id] (Optional, use given config id for distribution instead of default)
    Author:
    Haakon Humberset
    • Field Detail

      • owningBucketStates

        public static final java.lang.String owningBucketStates
        See Also:
        Constant Field Values
    • Constructor Detail

      • StoragePolicy

        public StoragePolicy​(java.lang.String param)
        Constructor used in production.
      • StoragePolicy

        public StoragePolicy​(java.util.Map<java.lang.String,​java.lang.String> params)
      • StoragePolicy

        public StoragePolicy​(StoragePolicy.Parameters p)
        Constructor specifying a bit more in detail, so we can override what needs to be overridden in tests
    • Method Detail

      • select

        public void select​(com.yahoo.messagebus.routing.RoutingContext context)
      • merge

        public void merge​(com.yahoo.messagebus.routing.RoutingContext context)
      • destroy

        public void destroy()