Uses of Record Class
org.opends.server.api.ResourceLimits
Package
Description
Contains a number of API declarations for use throughout the Directory Server.
Contains various classes that comprise the core of the Directory Server codebase.
Contains a number of interfaces that are implemented by the various types of Directory Server operations.
-
Uses of ResourceLimits in org.opends.server.api
Modifier and TypeFieldDescriptionstatic final ResourceLimits
ResourceLimits.UNLIMITED
AResourceLimits
with every value set to unlimited.Modifier and TypeMethodDescriptionResourceLimits.applyRequestLimits
(SearchRequest request) Merges this ResourceLimits with the provided limits.ResourceLimits.applyUserLimits
(Entry user) Return a ResourceLimits using overrides from a user entry, taking into account the limits from a search request.final ResourceLimits
ClientConnection.getResourceLimits()
Retrieves the resource limits that will be enforced for searches performed using this client connection.ResourceLimits.withMaxCandidateSetSize
(int maxCandidateSetSize) Return a copy of the limits with an updated maxCandidateSetSize.Modifier and TypeMethodDescriptionvoid
ClientConnection.setResourceLimits
(ResourceLimits limits) Set the resource limits from existing limits. -
Uses of ResourceLimits in org.opends.server.core
Modifier and TypeMethodDescriptionCoreConfigManager.getResourceLimits()
Returns the server-configured resource limits.final ResourceLimits
SearchOperation.getResourceLimits()
Retrieves the limits for this search operation. -
Uses of ResourceLimits in org.opends.server.types.operation
Modifier and TypeMethodDescriptionInProgressSearchOperation.getResourceLimits()
Retrieves the resource limits for this search operation.PostOperationSearchOperation.getResourceLimits()
Retrieves the resource limits for this search operation.PostResponseSearchOperation.getResourceLimits()
Retrieves the resource limits for this search operation.PreOperationSearchOperation.getResourceLimits()
Retrieves the resource limits for this search operation.PreParseSearchOperation.getResourceLimits()
Retrieves the resource limits for this search operation.