Skip to content

Commit

Permalink
Merge pull request naver#10 from jam2in/mwjin/addmap
Browse files Browse the repository at this point in the history
MAP_COLLECTION
  • Loading branch information
MinWooJin committed Oct 7, 2016
2 parents 0c20d5c + 5b4864b commit 516f60b
Show file tree
Hide file tree
Showing 51 changed files with 3,949 additions and 41 deletions.
1 change: 1 addition & 0 deletions docs/01-arcus-cloud-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Arcus cache는 simple key-value item 외에 다양한 collection item 유형을
- collection item
- list item - 데이터들의 linked list을 가지는 item
- set item - 유일한 데이터들의 집합을 가지는 item
- map item - \<mkey, value\>쌍으로 구성된 데이터 집합을 가지는 item
- b+tree item - b+tree key 기반으로 정렬된 데이터 집합을 가지는 item

### Expiration, Eviction, and Sticky Item
Expand Down
467 changes: 467 additions & 0 deletions docs/07-map-API.md

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
22 changes: 15 additions & 7 deletions docs/arcus-java-client-user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,18 @@ Arcus Java Client User Guide
- [B+Tree Position 조회](06-btree-API.md#btree-position-%EC%A1%B0%ED%9A%8C)
- [B+Tree Position 기반의 Element 조회](06-btree-API.md#btree-position-%EA%B8%B0%EB%B0%98%EC%9D%98-element-%EC%A1%B0%ED%9A%8C)
- [B+Tree Position과 Element 동시 조회](06-btree-API.md#btree-position%EA%B3%BC-element-%EB%8F%99%EC%8B%9C-%EC%A1%B0%ED%9A%8C)
- [Item Attribute 연산](07-attribute-API.md)
- [Attribute 변경](07-attribute-API.md#attribute-%EB%B3%80%EA%B2%BD)
- [Attribute 조회](07-attribute-API.md#attribute-%EC%A1%B0%ED%9A%8C)
- [그 외의 연산](08-other-API.md)
- [Flush](08-other-API.md#flush)
- [Java Client Log Messages](09-log-message.md)
- [Java Client 사용시 주의사항](10-client-notes.md)
- [Map Item 연산](07-map-API.md)
- [Map Item 생성](07-map-API.md#map-item-생성)
- [Map Element 삽입](07-map-API.md#map-element-삽입)
- [Map Element 변경](07-map-API.md#map-element-변경)
- [Map Element 삭제](07-map-API.md#map-element-삭제)
- [Map Element 조회](07-map-API.md#map-element-조회)
- [Map Element 일괄 삽입](07-map-API.md#map-element-일괄-삽입)
- [Map Element 일괄 변경](07-map-API.md#map-element-일괄-변경)
- [Item Attribute 연산](08-attribute-API.md)
- [Attribute 변경](08-attribute-API.md#attribute-%EB%B3%80%EA%B2%BD)
- [Attribute 조회](08-attribute-API.md#attribute-%EC%A1%B0%ED%9A%8C)
- [그 외의 연산](09-other-API.md)
- [Flush](09-other-API.md#flush)
- [Java Client Log Messages](10-log-message.md)
- [Java Client 사용시 주의사항](11-client-notes.md)
20 changes: 0 additions & 20 deletions install-arcus-memcached.sh

This file was deleted.

Loading

0 comments on commit 516f60b

Please sign in to comment.