[ 
https://issues.apache.org/jira/browse/GEODE-10205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17517751#comment-17517751
 ] 

ASF subversion and git services commented on GEODE-10205:
---------------------------------------------------------

Commit 924d3555c8265b8c5e2a7ad93547ba6f12f73109 in geode-site's branch 
refs/heads/asf-site from Max Hufnagel
[ https://gitbox.apache.org/repos/asf?p=geode-site.git;h=924d3555 ]

GEODE-10205: Correct Java API method from getDiskStore to findDiskStore (#16)



> getDiskStore method described in the docs does not exist in the Java API
> ------------------------------------------------------------------------
>
>                 Key: GEODE-10205
>                 URL: https://issues.apache.org/jira/browse/GEODE-10205
>             Project: Geode
>          Issue Type: Bug
>          Components: docs
>    Affects Versions: 1.14.4
>            Reporter: Max Hufnagel
>            Assignee: Max Hufnagel
>            Priority: Major
>              Labels: pull-request-available
>
> h2. Description
>  
> Looking at document
> [https://geode.apache.org/docs/guide/114/managing/disk_storage/compacting_disk_stores.html|https://gemfire.docs.pivotal.io/910/geode/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.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to