Class PlacementConfigBuilder

  • All Implemented Interfaces:

    
    public final class PlacementConfigBuilder
    
                        

    Builder for placement configuration for object store clustering

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getCluster() Cluster name where the object store should be placed
      final Unit setCluster(String value) Cluster name where the object store should be placed
      final List<String> getTags() Tags for placement (e.g.
      final Unit setTags(List<String> value) Tags for placement (e.g.
      • Methods inherited from class java.lang.Object

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

      • PlacementConfigBuilder

        PlacementConfigBuilder()