Package org.apache.cassandra.auth
Interface RolesCacheMBean
-
- All Superinterfaces:
AuthCacheMBean
- All Known Implementing Classes:
RolesCache
public interface RolesCacheMBean extends AuthCacheMBean
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CACHE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
invalidateRoles(java.lang.String roleName)
-
Methods inherited from interface org.apache.cassandra.auth.AuthCacheMBean
getActiveUpdate, getEstimatedSize, getMaxEntries, getUpdateInterval, getValidity, invalidate, setActiveUpdate, setMaxEntries, setUpdateInterval, setValidity
-
-
-
-
Field Detail
-
CACHE_NAME
static final java.lang.String CACHE_NAME
- See Also:
- Constant Field Values
-
-