Class StoragePolicy.SlobrokHostPatternGenerator

  • Enclosing class:
    StoragePolicy

    public static class StoragePolicy.SlobrokHostPatternGenerator
    extends java.lang.Object
    This class merely generates slobrok a host pattern for a given distributor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDistributorHostPattern​(java.lang.Integer distributor)
      Find host pattern of the hosts that are valid targets for this request.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDistributorHostPattern

        public java.lang.String getDistributorHostPattern​(java.lang.Integer distributor)
        Find host pattern of the hosts that are valid targets for this request.
        Parameters:
        distributor - Set to -1 if any distributor is valid target.