Arcus Java Client
DOCSBLOGJaM2in
develop
develop
  • 처음 사용자용 가이드
  • ARCUS Java Client User Guide
    • ARCUS Cloud 기본 사항
    • ARCUS Java Client
    • Key-Value Item
    • List Item
    • Set Item
    • Map Item
    • B+tree Item
    • Item Attributes
    • Other API
    • Java Client Log Messages
    • Java Client 사용시 주의사항
    • Future - get, getSome
    • Front Cache
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub

ARCUS Java Client User Guide

[Content]

  • ARCUS Cloud 기본 사항

    • 서비스코드

    • ARCUS Admin

    • Cache Key

    • Cache Item

    • Expiration, Eviction, and Sticky Item

  • ARCUS Java Client

    • ARCUS Client 기본 사용법

    • ARCUS Client 생성, 소멸, 관리

    • ARCUS Client 설정

  • Key-Value Item 연산

    • Key-Value Item 저장

    • Key-Value Item 조회

    • Key-Value Item 값의 증감

    • Key-Value Item 삭제

  • List Item 연산

    • List Item 생성

    • List Element 삽입

    • List Element 삭제

    • List Element 조회

    • List Element 일괄 삽입

  • Set Item 연산

    • Set Item 생성

    • Set Element 삽입

    • Set Element 삭제

    • Set Element 존재여부 확인

    • Set Element 조회

    • Set Element 일괄 삽입

    • Set Element 일괄 존재여부 확인

  • Map Item 연산

    • Map Item 생성

    • Map Element 삽입

    • Map Element 변경

    • Map Element 삭제

    • Map Element 조회

    • Map Element 일괄 삽입

    • Map Element 일괄 변경

  • B+Tree Item 연산

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

    • Element Flag Filter 객체

    • Element Flag Update 객체

    • 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 일괄 조회

    • B+Tree Element Sort-Merge 조회

    • B+Tree Position 조회

    • B+Tree Position 기반의 Element 조회

    • B+Tree Position과 Element 동시 조회

  • Item Attribute 연산

    • Attribute 생성

    • Attribute 조회

    • Attribute 변경

  • 그 외의 연산

    • Flush

  • Java Client Log Messages

  • Java Client 사용시 주의사항

  • Future-get, getSome

    • get

    • getSome

  • Front Cache

    • Front Cache 개요

    • Front Cache 사용법

    • Front Cache 주의 사항

Last updated 1 month ago

Was this helpful?