Uses of Interface
org.apache.cassandra.auth.CIDRGroupsMappingTable
-
Packages that use CIDRGroupsMappingTable Package Description org.apache.cassandra.auth -
-
Uses of CIDRGroupsMappingTable in org.apache.cassandra.auth
Classes in org.apache.cassandra.auth that implement CIDRGroupsMappingTable Modifier and Type Class Description class
CIDRGroupsMappingIntervalTree<V>
This class implements CIDR Interval tree and the ability to find longest matching CIDR for the given IP.Methods in org.apache.cassandra.auth that return CIDRGroupsMappingTable Modifier and Type Method Description CIDRGroupsMappingTable<V>
CIDRGroupsMappingTable.Builder. build()
Provides an instance of algorithm implementing CIDR to CIDR groups mappings
-