Uses of Record Class
org.opends.server.api.ResourceLimits
Packages that use 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
Fields in org.opends.server.api declared as ResourceLimitsModifier and TypeFieldDescriptionstatic final ResourceLimits
ResourceLimits.UNLIMITED
AResourceLimits
with every value set to unlimited.Methods in org.opends.server.api that return ResourceLimitsModifier 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.Methods in org.opends.server.api with parameters of type ResourceLimitsModifier and TypeMethodDescriptionvoid
ClientConnection.setResourceLimits
(ResourceLimits limits) Set the resource limits from existing limits. -
Uses of ResourceLimits in org.opends.server.core
Methods in org.opends.server.core that return ResourceLimitsModifier 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
Methods in org.opends.server.types.operation that return ResourceLimitsModifier 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.