Uses of Class
org.apache.cassandra.metrics.CIDRAuthorizerMetrics
-
Packages that use CIDRAuthorizerMetrics Package Description org.apache.cassandra.auth -
-
Uses of CIDRAuthorizerMetrics in org.apache.cassandra.auth
Fields in org.apache.cassandra.auth declared as CIDRAuthorizerMetrics Modifier and Type Field Description protected static CIDRAuthorizerMetrics
AbstractCIDRAuthorizer. cidrAuthorizerMetrics
Methods in org.apache.cassandra.auth that return CIDRAuthorizerMetrics Modifier and Type Method Description CIDRAuthorizerMetrics
AbstractCIDRAuthorizer. getCidrAuthorizerMetrics()
CIDRAuthorizerMetrics
ICIDRAuthorizer. getCidrAuthorizerMetrics()
Constructors in org.apache.cassandra.auth with parameters of type CIDRAuthorizerMetrics Constructor Description CIDRGroupsMappingCache(CIDRGroupsMappingManager cidrGroupsMappingManager, CIDRAuthorizerMetrics cidrAuthorizerMetrics)
-