Java 클 라 이언 트 라 이브 러 리 방법 요약 API 중국어 버 전
Title
client.add(key, expiry, value)
존재 하지 않 는 키 의 값 을 추가 합 니 다.Add a value with the specified key that does not already exist
client.add(key, expiry, value, transcoder)
사용자 정의 변환 코드 를 사용 하여 존재 하지 않 는 키 의 값 을 추가 합 니 다. Add a value that does not already exist using custom transcoder
client.append(casunique, key, value)
기 존 키 값 에 추가 하기 Append a value to an existing key
client.append(casunique, key, value, transcoder)
기 존 키 값 에 추가 하기 Append a value to an existing key
client.asyncCAS(key, casunique, value)
비동기 비교,값 Asynchronously compare 및 set a value 설정
client.asyncCAS(key, casunique, expiry, value, transcoder)
비동기 비교,사용자 정의 코드 와 유효기간 값 Asynchronously compare and set a value with custom transcoder and expiry 설정
client.asyncCAS(key, casunique, value, transcoder)
비동기 비교,사용자 정의 코드 값 Asynchronously compare and set a value with custom transcoder 설정
client.cas(key, casunique, value)
비교 및 설정 비교 및 설정
client.cas(key, casunique, expiry, value, transcoder)
사용자 정의 코드 와 유효기간 의 값 을 비교 하고 설정 합 니 다.Compare and set with a custom transcoder and expiry
client.cas(key, casunique, value, transcoder)
사용자 정의 변환기 비교 및 설정 Compare and set with a custom transcoder
client.new CouchbaseClient([ url ] [, urls ] [, username ] [, password ])
Couchbase 서버 에 연결 만 들 기 Create connection to Couchbase Server
client.asyncDecr(key, offset)
비동기 적 으로 기 존 키 값 감소 Asynchronously 기 존 키 값 감소
client.decr(key, offset)
기 존 숫자 키 의 값 감소 Decrement the value of an existing numeric key
client.decr(key, offset, default)
기 존 숫자 키 의 값 감소 Decrement the value of an existing numeric key
client.decr(key, offset, default, expiry)
기 존 숫자 키 의 값 감소 Decrement the value of an existing numeric key
client.delete(key)
지정 한 키 삭제 Delete the specified key
client.asyncGetAndTouch(key, expiry)
비동기 로 값 을 가 져 오고 만 료 시간 을 주어진 키 로 업데이트 합 니 다.Asynchronously get a value and update the expiration time for a given key
client.asyncGetAndTouch(key, expiry, transcoder)
비동기 적 으로 값 을 얻 고 만 료 시간 을 업데이트 합 니 다.사용자 정의 디 코딩 을 사용 하 는 키 Asynchronously get a value and update the expiration time for a given key using a custom transcoder
client.getAndTouch(key, expiry)
값 을 가 져 오고 주어진 키 의 만 료 시간 으로 업데이트 Get a value and update the expiration time for a given key
client.getAndTouch(key, expiry, transcoder)
값 을 가 져 오고 만 료 시간 을 업데이트 합 니 다.사용자 정의 디 코딩 을 사용 하 는 키 Get a value and update the expiration time for a given key using a custom transcoder
client.asyncGet(key)
비동기 로 단일 키 얻 기 Asynchronously get a single key
client.asyncGetBulk(keycollection)
비동기 로 여러 키 가 져 오기 Asynchronously get multiple keys
client.asyncGetBulk(keyn)
비동기 로 여러 키 가 져 오기 Asynchronously get multiple keys
client.asyncGetBulk(transcoder, keyn)
사용자 정의 코드 비동기 로 여러 키 가 져 오기 Asynchronously get multiple keys using a custom transcoder
client.asyncGetBulk(keycollection, transcoder)
사용자 정의 코드 비동기 로 여러 키 가 져 오기 Asynchronously get multiple keys using a custom transcoder
client.asyncGet(key, transcoder)
사용자 정의 디 코딩 비동기 로 단일 키 가 져 오기 Asynchronously 사용자 지정 transcoder 를 사용 하여 단일 키 가 져 오기
client.get(key)
단일 키 받 기 Get a single key
client.getBulk(keycollection)
여러 키 가 져 오기 Get multiple keys
client.getBulk(keyn)
여러 키 가 져 오기 Get multiple keys
client.getBulk(transcoder, keyn)
사용자 정의 코드 비동기 로 여러 키 가 져 오기 Get multiple keys using a custom transcoder
client.getBulk(keycollection, transcoder)
사용자 정의 코드 비동기 로 여러 키 가 져 오기 Get multiple keys using a custom transcoder
client.get(key, transcoder)
사용자 정의 코드 비동기 로 단일 키 가 져 오기 사용자 지정 transcoder 를 사용 하여 단일 키 가 져 오기
client.getAndLock(key, expiry, transcoder)
가 져 오기 및 잠 금 Get and lock
client.getAndLock(key, expiry, transcoder)
비동기 가 져 오기 및 잠 금 Get and lock Asynchronously
client.asyncGets(key)
비동기 로 단일 CAS 값 의 키 를 가 져 옵 니 다 Asynchronously get single key value with CAS value
client.asyncGets(key, transcoder)
비동기 사용자 정의 디코더 로 CAS 가 있 는 단일 키 가 져 오기 Asynchronously get single key value with CAS value using custom transcoder
client.gets(key)
CAS 가 있 는 단일 키 가 져 오기 Get single key value with CAS value
client.gets(key, transcoder)
사용자 정의 변환기 로 CAS 가 있 는 단일 키 가 져 오기 Get single key value with CAS value using custom transcoder
client.asyncIncr(key, offset)
비동기 적 으로 기 존 키 값 추가 기 존 키 의 값 을 비동기 적 으로 증가 시 킵 니 다.
client.incr(key, offset)
기 존 숫자 키 증가 Incrediment the value of an existing numeric key
client.incr(key, offset, default)
I 기 존 숫자 키 ncrement the value of an existing numeric key 추가
client.incr(key, offset, default, expiry)
기 존 숫자 키 증가 Incrediment the value of an existing numeric key
client.prepend(casunique, key, value)
기본 코드 변환 기 를 사용 하여 기 존 키 값 에 Prepend a value to an existing key using the default transcoder 추가
client.prepend(casunique, key, value, transcoder)
기본 코드 변환 기 를 사용 하여 기 존 키 값 에 Prepend a value to an existing key using a custom transcoder 를 추가 합 니 다.
client.replace(key, expiry, value)
기 존 키 를 새 값 으로 업데이트 하기 Update an existing key with a new value
client.replace(key, expiry, value, transcoder)
사용자 정의 변환기 사용 및 새 값 으로 기 존 키 업데이트 an existing key with a new value using a custom transcoder
client.set(key, expiry, value)
지정 한 키 저장 소 를 사용 하여 store a value using the specified key
client.set(key, expiry, value, transcoder)
지정 한 키 저장 소 를 사용 하여 store a value using the specified key
client.getStats()
모든 연결 에 대한 통계 정보 가 져 오기 Get the statistics from all connections
client.getStats(statname)
모든 연결 에 대한 통계 정보 가 져 오기 Get the statistics from all connections
client.touch(key, expiry)
어떤 항목 의 만 료 시간 업데이트 Update the expiry time of an item
client.unlock(key, casunique)
지정 한 키 잠 금 해제 Unlock
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Is Eclipse IDE dying?In 2014 the Eclipse IDE is the leading development environment for Java with a market share of approximately 65%. but ac...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.