Arcus C Client
Ctrlk
DOCSBLOGJaM2in
  • 1. ARCUS 기본 개념
  • 2. ARCUS C Client 사용법
  • 3. Key-Value Item API
  • 4. List Item API
  • 5. Set Item API
  • 6. Map Item API
  • 7. B+Tree Item API
  • 8. Item Attribute API
  • 9. Other API
  • 부록 A. 설치 이슈
  • arcus-c-client-user-guide
  • Test
  • 문서소개
Powered by GitBook
On this page

Was this helpful?

Edit

arcus-c-client-user-guide

ARCUS C Client User Guide

[Content]

  • 1. ARCUS 기본 개념

    • 서비스코드

    • ARCUS Admin

    • Cache Key

    • Cache Item

    • Expiration

    • Eviction

    • Value Flags

  • 2. ARCUS C Client 사용법

    • 서버 모델에 따른 초기화

    • Client 설정과 사용

  • 3. Key-Value Item API

    • Key-Value Item 저장

    • Key-Value Item 조회

    • Key-Value Item 값의 증감

    • Key-Value Item 삭제

  • 4. List Item API

    • List Item 생성

    • List Element 삽입

    • List Element 삭제

    • List Element 조회

    • List Element 일괄 삽입

  • 5. Set Item API

    • Set Item 생성

    • Set Element 삽입

    • Set Element 삭제

    • Set Element 존재 여부 확인

    • Set Element 조회

    • Set Element 일괄 삽입

    • Set Element 일괄 존재 여부 확인

  • 6. Map Item API

    • Map Item 생성

    • Map Element 삽입 - Map Element 변경

    • Map Element 삭제

    • Map Element 조회

    • Map Element 일괄 삽입

  • 7. B+Tree Item API

    • Bkey(B+Tree Key)와 EFlag(Element Flag)

    • Element Flag Filter 구조체

    • Element Flag Update 구조체

    • B+Tree Query 구조체

    • B+Tree Item 생성

    • B+Tree Element 삽입

    • B+Tree Element Upsert

    • B+Tree Element 변경

    • B+Tree Element 삭제

    • B+Tree Element 값의 증감

    • B+Tree Element 개수 확인

    • B+Tree Element 조회

    • B+Tree Element 일괄 삽입

    • B+Tree Element 일괄 조회

    • B+Tree Element Sort-Merge 조회

    • B+Tree Element 순위 조회

    • B+Tree 순위 기반의 Element 조회

    • B+Tree 순위와 Element 동시 조회

  • 8. Item Attribute API

    • Attribute 생성

    • Attribute 변경

    • Attribute 조회

  • 9. Other API

    • Flush

  • 부록 A. 설치 이슈

Last updated 3 days ago

Was this helpful?