Class AclChangeSet


  • public class AclChangeSet
    extends Object
    SOLR-side representation of ACL ChangeSet information.
    Since:
    4.0
    • Constructor Detail

      • AclChangeSet

        public AclChangeSet​(long id,
                            long commitTimeMs,
                            int aclCount)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getId

        public long getId()
      • getCommitTimeMs

        public long getCommitTimeMs()
      • getAclCount

        public int getAclCount()