Vladislav Pyatkov created IGNITE-14799:
------------------------------------------

             Summary: Create a method for range request by a prefix
                 Key: IGNITE-14799
                 URL: https://issues.apache.org/jira/browse/IGNITE-14799
             Project: Ignite
          Issue Type: Improvement
            Reporter: Vladislav Pyatkov


Meta Storage manager provides methods for range request with left and right 
border, but it does not continent for internal configuration.
We got used searching a configuration key by its prefix. So that need to add a 
possibility to get range of entries by prefix:
{code}
Cursor<Entry> range(@NotNull ByteArray keyPrefix, long revUpperBound);
Cursor<Entry> range(@NotNull ByteArray keyPrefix);
{code}
Like it was done for Watch in Meta Storage manager.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to