@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface CompletedSearchOperationContext extends CompletedOperationContext
| Modifier and Type | Method and Description |
|---|---|
long |
getEntryCount()
Retrieves the number of entries that were returned to the client during
the course of the search.
|
long |
getReferenceCount()
Retrieves the number of references that were returned to the client during
the course of the search.
|
boolean |
isUnindexed()
Indicates whether the search operation was considered unindexed.
|
getDequeueTime, getEnqueueTime, getMissingPrivilegeNames, getPreAuthorizationUsedPrivilegeNames, getProcessingEndTime, getProcessingStartTime, getProcessingTimeMillis, getProcessingTimeNanos, getQueueWaitTimeMillis, getResult, getUsedPrivilegeNamesaddCustomLogElement, appendAdditionalLogMessage, deregisterOperationCompletedListener, getAttachment, getAuthorizationDN, getClientContext, getConnectionID, getCustomLogElements, getInternalRootConnection, getInternalRootConnection, getInternalUserConnection, getInternalUserConnection, getMessageID, getOperationID, getOperationType, getRequest, getServerContext, isAdministrativeOperation, isInternalOperation, isReplicationOperation, isSecure, registerOperationCompletedListener, setAttachment, toStringlong getEntryCount()
long getReferenceCount()
boolean isUnindexed()
true if the search operation was considered unindexed, or
false if not.