Package org.apache.cassandra.config
Class SubnetGroups
java.lang.Object
org.apache.cassandra.config.SubnetGroups
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontains(InetAddress address) booleancontains(SocketAddress address) booleaninthashCode()booleanisEmpty()toString()
-
Field Details
-
subnets
-
-
Constructor Details
-
SubnetGroups
public SubnetGroups() -
SubnetGroups
Used by SnakeYaml
-
-
Method Details