Package org.apache.cassandra.auth
Interface AuthCache.BulkLoader<K,V>
-
- All Known Subinterfaces:
IAuthorizer,INetworkAuthorizer,IRoleManager
- All Known Implementing Classes:
AllowAllAuthorizer,AllowAllNetworkAuthorizer,CassandraAuthorizer,CassandraNetworkAuthorizer,CassandraRoleManager,PasswordAuthenticator
public static interface AuthCache.BulkLoader<K,V>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.util.function.Supplier<java.util.Map<K,V>>bulkLoader()
-