Igniters, If no one objects, then I delete these methods in next refactoring task.
On Fri, Jun 15, 2018 at 6:38 PM Alexey Goncharuk <[email protected]> wrote: > I have no objections to remove these methods. > > --AG > > чт, 14 июн. 2018 г. в 17:39, Dmitriy Govorukhin < > [email protected]>: > > > Igniters, > > > > I found 2 methods, > > > > 1. PageStore.pageOffset(long pageId) - it unused, seem that old > artifact. > > 2. IgnitePageStoreManager.pagesAllocated(int grpId) - used only in test, > > seem that same problem can be solved with > > IgnitePageStoreManager.pages(grpId, > > partId). > > > > I suggest, remove these methods for the more clear interface. > > > > Any reason, why we can not remove them? > > >
