Class LdapCounters


  • public class LdapCounters
    extends Object
    This class handles simple counters that correspond to ldap operations.
    • Constructor Detail

      • LdapCounters

        public LdapCounters()
    • Method Detail

      • incrementSearch

        public void incrementSearch()
        Increment the search counter.
      • incrementRead

        public void incrementRead()
        Increment the read counter.
      • incrementCompare

        public void incrementCompare()
        Increment the compare counter.
      • incrementAdd

        public void incrementAdd()
        Increment the add counter.
      • incrementMod

        public void incrementMod()
        Increment the mod counter.
      • incrementDelete

        public void incrementDelete()
        Increment the delete counter.
      • incrementBind

        public void incrementBind()
        Increment the bind counter.
      • getSearch

        public long getSearch()
        Return the search counter.
        Returns:
        long containing search.
      • getRead

        public long getRead()
        Return the read counter.
        Returns:
        long containing read.
      • getCompare

        public long getCompare()
        Return the compare counter.
        Returns:
        long containing compare.
      • getAdd

        public long getAdd()
        Return the add counter.
        Returns:
        long containing add.
      • getMod

        public long getMod()
        Return the blank counter.
        Returns:
        long containing blank.
      • getDelete

        public long getDelete()
        Return the delete counter.
        Returns:
        long containing delete.
      • getBind

        public long getBind()
        Return the bind counter.
        Returns:
        long containing bind.