Class BackgroundQueriesProcessor
java.lang.Object
com.atlassian.crowd.directory.cache.BackgroundQueriesProcessor
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionBackgroundQueriesProcessor
(String threadPoolName, Callable<DeltaQueryResult<UserWithAttributes>> usersSupplier, Callable<DeltaQueryResult<GroupWithMembershipChanges>> groupsSupplier) -
Method Summary
-
Constructor Details
-
BackgroundQueriesProcessor
public BackgroundQueriesProcessor(String threadPoolName, Callable<DeltaQueryResult<UserWithAttributes>> usersSupplier, Callable<DeltaQueryResult<GroupWithMembershipChanges>> groupsSupplier)
-
-
Method Details
-
getUsers
- Throws:
OperationFailedException
-
getGroups
- Throws:
OperationFailedException
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-