Uses of Class
org.apache.cassandra.cql3.CIDR
Packages that use CIDR
-
Uses of CIDR in org.apache.cassandra.auth
Methods in org.apache.cassandra.auth with parameters of type CIDRModifier and TypeMethodDescriptionvoidMethod parameters in org.apache.cassandra.auth with type arguments of type CIDRModifier and TypeMethodDescriptionprotected static StringCIDRGroupsMappingManager.getCidrTuplesSetString(List<CIDR> cidrs) Constructor parameters in org.apache.cassandra.auth with type arguments of type CIDRModifierConstructorDescriptionCIDRGroupsMappingIntervalTree(boolean isIPv6, Map<CIDR, Set<V>> cidrMappings) Build an interval tree for given CIDRs -
Uses of CIDR in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 that return CIDRModifier and TypeMethodDescriptionstatic CIDRCIDR.getInstance(String cidrStr) Generates a CIDR from given stringMethods in org.apache.cassandra.cql3 with parameters of type CIDR