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

Ignite TC Bot commented on IGNITE-27816:
----------------------------------------

Docs Required was removed because the linked documentation issue IGNITE-29017 
is complete. The merged documentation PR 
https://github.com/apache/ignite/pull/13520 (commit 
32963a9774e412d8d419fa054a3f19017a398b36) covers the Java thin client 
`ClientCache.sizeLong(...)` and `ClientCache.sizeLongAsync(...)` API and notes 
that the older `size(...)` / `sizeAsync(...)` methods are deprecated. Any other 
Ignite Flags were preserved.

> Java Thin: Implement ClientCache.sizeLong method
> ------------------------------------------------
>
>                 Key: IGNITE-27816
>                 URL: https://issues.apache.org/jira/browse/IGNITE-27816
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Aleksey Plekhanov
>            Assignee: Aleksey Plekhanov
>            Priority: Major
>              Labels: ise, thin
>             Fix For: 2.19
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Currently we have {{ClientCache.size(...)}} method, which returns {{int}}, 
> but sometimes cache size can exeed maximum value for {{int}} and {{long}} 
> type is required. {{IgniteCache}} class has {{sizeLong}} method which returns 
> {{long}}. The same method should be added to {{ClientCache}} (unfortunatelly, 
> return type for current method {{size}} can't be modified due to 
> compatibility issue). 
> Protocol modification is not required, since we already use {{long}} type for 
> size response.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to