Class TotalCacheSizeVisitor

java.lang.Object
javax.jcr.util.TraversingItemVisitor
javax.jcr.util.TraversingItemVisitor.Default
com.adobe.acs.commons.httpcache.store.jcr.impl.visitor.TotalCacheSizeVisitor
All Implemented Interfaces:
javax.jcr.ItemVisitor

public class TotalCacheSizeVisitor extends javax.jcr.util.TraversingItemVisitor.Default
  • Nested Class Summary

    Nested classes/interfaces inherited from class javax.jcr.util.TraversingItemVisitor

    javax.jcr.util.TraversingItemVisitor.Default
  • Field Summary

    Fields inherited from class javax.jcr.util.TraversingItemVisitor

    breadthFirst, maxLevel
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    entering(javax.jcr.Node node, int level)
     
    long
     

    Methods inherited from class javax.jcr.util.TraversingItemVisitor.Default

    entering, leaving, leaving

    Methods inherited from class javax.jcr.util.TraversingItemVisitor

    visit, visit

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TotalCacheSizeVisitor

      public TotalCacheSizeVisitor()
  • Method Details

    • entering

      protected void entering(javax.jcr.Node node, int level) throws javax.jcr.RepositoryException
      Overrides:
      entering in class javax.jcr.util.TraversingItemVisitor.Default
      Throws:
      javax.jcr.RepositoryException
    • getBytes

      public long getBytes()