Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"bkey" and "subkey" 용어 사용 정리 #521

Open
jhpark816 opened this issue Jul 20, 2022 · 0 comments
Open

"bkey" and "subkey" 용어 사용 정리 #521

jhpark816 opened this issue Jul 20, 2022 · 0 comments
Assignees

Comments

@jhpark816
Copy link
Collaborator

현재 bkey, subkey 등의 용어가 아래와 같이 혼용되어 사용되고 있습니다.

  public CollectionFuture<Map<Long, Element<Object>>> asyncBopGet(String key,
                                                                  long bkey,
                                                                  ElementFlagFilter eFlagFilter,
                                                                  boolean withDelete,
                                                                  boolean dropIfEmpty);
  public CollectionFuture<Long> asyncBopIncr(String key, long subkey, int by);
  public CollectionFuture<Long> asyncBopIncr(String key, byte[] subkey, int by);

아래와 같이 구분하여 사용하도록 수정하면 좋겠습니다.

  • bop 전용의 method이면, bkey 용어 사용
  • collection 공통 method이면, subkey 용어 사용.

코드와 문서를 함께 수정합시다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants