Package 

Class NoOpPoolStatsTracker

  • All Implemented Interfaces:
    com.facebook.imagepipeline.memory.PoolStatsTracker

    
    public class NoOpPoolStatsTracker
     implements PoolStatsTracker
                        

    Empty implementation of PoolStatsTracker that does not perform any tracking.

    • Method Summary

      Modifier and Type Method Description
      static synchronized NoOpPoolStatsTracker getInstance()
      void setBasePool(BasePool basePool)
      void onValueReuse(int bucketedSize)
      void onSoftCapReached()
      void onHardCapReached()
      void onAlloc(int size)
      void onFree(int sizeInBytes)
      void onValueRelease(int sizeInBytes)
      • Methods inherited from class com.facebook.imagepipeline.memory.PoolStatsTracker

        onAlloc, onFree, onHardCapReached, onSoftCapReached, onValueRelease, onValueReuse, setBasePool
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait