Class SubnetGroups

java.lang.Object
org.apache.cassandra.config.SubnetGroups

public class SubnetGroups extends Object
When a group of subnets are needed, this class can be used to represent the group as if it was a single subnet. This class supports IPV4 and IPV6 subnets
  • Field Details

    • subnets

      public Set<org.apache.cassandra.config.SubnetGroups.Group> subnets
  • Constructor Details

    • SubnetGroups

      public SubnetGroups()
    • SubnetGroups

      public SubnetGroups(List<String> values)
      Used by SnakeYaml
  • Method Details