public final class LdapStatistics extends Object
Constructor and Description |
---|
LdapStatistics() |
Modifier and Type | Method and Description |
---|---|
long |
getAbandonRequests()
Retrieves the number of abandon requests that have been received.
|
long |
getAddRequests()
Retrieves the number of add requests that have been received.
|
long |
getAllRequests()
Returns the number of requests of all kind that have been received.
|
long |
getBindRequests()
Retrieves the number of bind requests that have been received.
|
long |
getBytesRead()
Retrieves the number of bytes that have been received from clients.
|
long |
getBytesWritten()
Retrieves the number of bytes that have been written to clients.
|
long |
getCompareRequests()
Retrieves the number of compare requests that have been received.
|
long |
getDeleteRequests()
Retrieves the number of delete requests that have been received.
|
long |
getExtendedRequests()
Retrieves the number of extended requests that have been received.
|
long |
getModifyDnRequests()
Retrieves the number of modify DN requests that have been received.
|
long |
getModifyRequests()
Retrieves the number of modify requests that have been received.
|
long |
getOperationsAbandoned()
Retrieves the number of operations that have been abandoned by clients.
|
long |
getSearchRequests()
Retrieves the number of search requests that have been received.
|
void |
updateBytesRead(int bytes)
Updates the counter for the number of bytes that have been read from the network.
|
void |
updateBytesWritten(int bytes)
Updates the counter for the number of bytes that have been written to the network.
|
public void updateBytesRead(int bytes)
bytes
- The number of bytes read from the network.public void updateBytesWritten(int bytes)
bytes
- The number of bytes written to the network.public long getBytesRead()
public long getBytesWritten()
public long getOperationsAbandoned()
public long getAbandonRequests()
public long getAddRequests()
public long getBindRequests()
public long getCompareRequests()
public long getDeleteRequests()
public long getExtendedRequests()
public long getModifyRequests()
public long getModifyDnRequests()
public long getSearchRequests()
public long getAllRequests()
Copyright 2010-2018 ForgeRock AS.