@NotExtensible @ThreadSafety(level=INTERFACE_THREADSAFE) public interface SearchResultAccessLogMessage extends OperationResultAccessLogMessage, SearchForwardAccessLogMessage
NOTE: This class, and other classes within the
com.unboundid.ldap.sdk.unboundidds package structure, are only
supported for use against Ping Identity, UnboundID, and
Nokia/Alcatel-Lucent 8661 server products. These classes provide support
for proprietary functionality or for external specifications that are not
considered stable or mature enough to be guaranteed to work in an
interoperable way with other types of LDAP servers.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlternateAuthorizationDN()
Retrieves the alternate authorization DN for the operation.
|
java.lang.Long |
getEntriesReturned()
Retrieves the number of entries returned to the client.
|
java.util.Set<java.lang.String> |
getIndexesWithKeysAccessedExceedingEntryLimit()
Retrieves the names of any indexes for which one or more keys over the
index entry limit were accessed while processing the operation.
|
java.util.Set<java.lang.String> |
getIndexesWithKeysAccessedNearEntryLimit()
Retrieves the names of any indexes for which one or more keys near
(typically, within 80% of) the index entry limit were accessed while
processing the operation.
|
java.lang.Boolean |
getUnindexed()
Indicates whether the search was unindexed.
|
getAdditionalInformation, getDiagnosticMessage, getIntermediateResponsesReturned, getMatchedDN, getMissingPrivileges, getPreAuthorizationUsedPrivileges, getProcessingTimeMillis, getReferralURLs, getResponseControlOIDs, getResultCode, getServersAccessed, getUncachedDataAccessed, getUsedPrivileges, getWorkQueueWaitTimeMillisgetTargetHost, getTargetPort, getTargetProtocolgetBaseDN, getDereferencePolicy, getFilter, getRequestedAttributes, getScope, getSizeLimit, getTimeLimitSeconds, getTypesOnlygetAdministrativeOperationMessage, getMessageID, getOperationID, getOperationType, getOrigin, getRequestControlOIDs, getRequesterDN, getRequesterIPAddress, getTriggeredByConnectionID, getTriggeredByOperationID, getUsingAdminSessionWorkerThreadgetConnectionID, getInstanceName, getMessageType, getProductName, getStartupID, getThreadIDgetBoolean, getDouble, getFields, getGeneralizedTime, getInteger, getLong, getRFC3339Timestamp, getString, getTimestamp, toString@Nullable java.lang.Long getEntriesReturned()
null if
it is not included in the log message.@Nullable java.lang.Boolean getUnindexed()
Boolean.TRUE if the search was unindexed,
Boolean.FALSE if it was not, or null if it is not
included in the log message.@Nullable java.lang.String getAlternateAuthorizationDN()
null
if it is not included in the log message.@NotNull java.util.Set<java.lang.String> getIndexesWithKeysAccessedNearEntryLimit()
@NotNull java.util.Set<java.lang.String> getIndexesWithKeysAccessedExceedingEntryLimit()