Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-10205

getDiskStore method described in the docs does not exist in the Java API

    XMLWordPrintableJSON

Details

    Description

      Description

       
      Looking at document
      https://geode.apache.org/docs/guide/114/managing/disk_storage/compacting_disk_stores.html

      It states:
      Compact the logs for a single online disk store through the API, with the forceCompaction method. This method first rolls the oplogs and then compacts them. Example:

      myCache.getDiskStore("myDiskStore").forceCompaction();

      In the Java API there is no getDiskStore method at all.

      Also in the DiskStore Interface it says to use Cache.FindDiskStore(STRING) to find get an existing DiskStore object.

      Attachments

        Activity

          People

            mhufnagel Max Hufnagel
            mhufnagel Max Hufnagel
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: