Class PlacementBuilder

  • All Implemented Interfaces:

    
    public final class PlacementBuilder
    
                        

    Builder for Placement configuration

    • 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 stream should be placed
      final Unit setCluster(String value) Cluster name where the stream should be placed
      final List<String> getTags() List of tags for placement constraints
      final Unit setTags(List<String> value) List of tags for placement constraints
      • Methods inherited from class java.lang.Object

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

      • PlacementBuilder

        PlacementBuilder()