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

Support extended stats in the Hibernate 2LC provider

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Unresolved
    • Major
    • None
    • 11.0.0.Alpha1
    • Hibernate Cache
    • None

    Description

      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;
         }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            ttarrant@redhat.com Tristan Tarrant
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: