Package eu.vstoyanov.natsy.jetstream
Class PlacementConfigBuilder
-
- All Implemented Interfaces:
public final class PlacementConfigBuilderBuilder for placement configuration for object store clustering
-
-
Constructor Summary
Constructors Constructor Description PlacementConfigBuilder()
-
Method Summary
Modifier and Type Method Description final StringgetCluster()Cluster name where the object store should be placed final UnitsetCluster(String value)Cluster name where the object store should be placed final List<String>getTags()Tags for placement (e.g. final UnitsetTags(List<String> value)Tags for placement (e.g. -
-
Method Detail
-
getCluster
final String getCluster()
Cluster name where the object store should be placed
-
setCluster
final Unit setCluster(String value)
Cluster name where the object store should be placed
-
-
-
-