Package com.atlassian.crowd.directory
Interface FastEntityCountProvider
- All Known Subinterfaces:
InternalRemoteDirectory
- All Known Implementing Classes:
AbstractInternalDirectory,CachingDirectory,DbCachingRemoteDirectory,InternalDirectory,InternalDirectoryForDelegation
public interface FastEntityCountProvider
Interface to be implemented by directory implementations that can compute counts fast.
-
Method Summary
-
Method Details
-
getUserCount
- Returns:
- number of users found in this directory.
- Throws:
OperationFailedException- underlying directory implementation failed to execute the operation.
-
getGroupCount
- Returns:
- number of groups found in this directory.
- Throws:
OperationFailedException- underlying directory implementation failed to execute the operation.
-