Package | Description |
---|---|
org.ldaptive | |
org.ldaptive.auth | |
org.ldaptive.cache | |
org.ldaptive.concurrent |
Modifier and Type | Field and Description |
---|---|
private Cache<SearchRequest> |
SearchOperation.cache
Cache to use when performing searches.
|
private Cache<SearchRequest> |
SearchExecutor.searchCache
Cache to use when performing searches.
|
Modifier and Type | Method and Description |
---|---|
Cache<SearchRequest> |
SearchOperation.getCache()
Returns the cache to check when performing search operations.
|
Cache<SearchRequest> |
SearchExecutor.getSearchCache()
Returns the search cache.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchOperation.setCache(Cache<SearchRequest> c)
Sets the cache.
|
void |
SearchExecutor.setSearchCache(Cache<SearchRequest> cache)
Sets the search cache.
|
Constructor and Description |
---|
SearchOperation(Connection conn,
Cache<SearchRequest> c)
Creates a new search operation.
|
Modifier and Type | Field and Description |
---|---|
private Cache<SearchRequest> |
AbstractSearchOperationFactory.searchCache
Cache to use when performing searches.
|
Modifier and Type | Method and Description |
---|---|
Cache<SearchRequest> |
AbstractSearchOperationFactory.getSearchCache()
Returns the search cache.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSearchOperationFactory.setSearchCache(Cache<SearchRequest> cache)
Sets the search cache.
|
Modifier and Type | Class and Description |
---|---|
class |
LRUCache<Q extends SearchRequest>
Least-Recently-Used cache implementation.
|
Modifier and Type | Field and Description |
---|---|
private Cache<SearchRequest> |
AbstractSearchExecutor.searchCache
Cache to use when performing searches.
|
Modifier and Type | Method and Description |
---|---|
Cache<SearchRequest> |
AbstractSearchExecutor.getSearchCache()
Returns the search cache.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSearchExecutor.setSearchCache(Cache<SearchRequest> cache)
Sets the search cache.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.