[
https://issues.apache.org/jira/browse/IGNITE-27816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18058325#comment-18058325
]
Ignite TC Bot commented on IGNITE-27816:
----------------------------------------
{panel:title=Branch: [pull/12725/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/12725/head] Base: [master] : No new tests
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=8857840&buildTypeId=IgniteTests24Java8_RunAll]
> 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
> Time Spent: 1h
> 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)