Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.14.4
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.