Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-11350

Support extended stats in the Hibernate 2LC provider

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • 11.0.0.Alpha1
    • Hibernate Cache
    • None

      BaseRegionImpl.java does not implement extended statistics for a couple of items:

         @Override
         public long getElementCountOnDisk() {
            return CacheRegionStatistics.NO_EXTENDED_STAT_SUPPORT_RETURN;
         }
      
         @Override
         public long getSizeInMemory() {
            return CacheRegionStatistics.NO_EXTENDED_STAT_SUPPORT_RETURN;
         }
      

              Unassigned Unassigned
              ttarrant@redhat.com Tristan Tarrant
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: