Java 클 라 이언 트 라 이브 러 리 방법 요약 API 중국어 버 전

Method
Title client.add(key, expiry, value)
존재 하지 않 는 키 의 값 을 추가 합 니 다.Add a value with the specified key that does not already existclient.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 keyclient.append(casunique, key, value, transcoder)
기 존 키 값 에 추가 하기 Append a value to an existing keyclient.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 expiryclient.cas(key, casunique, value, transcoder)
사용자 정의 변환기 비교 및 설정 Compare and set with a custom transcoderclient.new CouchbaseClient([ url ] [, urls ] [, username ] [, password ])
Couchbase 서버 에 연결 만 들 기 Create connection to Couchbase Serverclient.asyncDecr(key, offset)
비동기 적 으로 기 존 키 값 감소 Asynchronously 기 존 키 값 감소client.decr(key, offset)
기 존 숫자 키 의 값 감소 Decrement the value of an existing numeric keyclient.decr(key, offset, default)
기 존 숫자 키 의 값 감소 Decrement the value of an existing numeric keyclient.decr(key, offset, default, expiry)
기 존 숫자 키 의 값 감소 Decrement the value of an existing numeric keyclient.delete(key)
지정 한 키 삭제 Delete the specified keyclient.asyncGetAndTouch(key, expiry)
비동기 로 값 을 가 져 오고 만 료 시간 을 주어진 키 로 업데이트 합 니 다.Asynchronously get a value and update the expiration time for a given keyclient.asyncGetAndTouch(key, expiry, transcoder)
비동기 적 으로 값 을 얻 고 만 료 시간 을 업데이트 합 니 다.사용자 정의 디 코딩 을 사용 하 는 키 Asynchronously get a value and update the expiration time for a given key using a custom transcoderclient.getAndTouch(key, expiry)
값 을 가 져 오고 주어진 키 의 만 료 시간 으로 업데이트 Get a value and update the expiration time for a given keyclient.getAndTouch(key, expiry, transcoder)
값 을 가 져 오고 만 료 시간 을 업데이트 합 니 다.사용자 정의 디 코딩 을 사용 하 는 키 Get a value and update the expiration time for a given key using a custom transcoderclient.asyncGet(key)
비동기 로 단일 키 얻 기 Asynchronously get a single keyclient.asyncGetBulk(keycollection)
비동기 로 여러 키 가 져 오기 Asynchronously get multiple keysclient.asyncGetBulk(keyn)
비동기 로 여러 키 가 져 오기 Asynchronously get multiple keysclient.asyncGetBulk(transcoder, keyn)
사용자 정의 코드 비동기 로 여러 키 가 져 오기 Asynchronously get multiple keys using a custom transcoderclient.asyncGetBulk(keycollection, transcoder)
사용자 정의 코드 비동기 로 여러 키 가 져 오기 Asynchronously get multiple keys using a custom transcoderclient.asyncGet(key, transcoder)
사용자 정의 디 코딩 비동기 로 단일 키 가 져 오기 Asynchronously 사용자 지정 transcoder 를 사용 하여 단일 키 가 져 오기client.get(key)
단일 키 받 기 Get a single keyclient.getBulk(keycollection)
여러 키 가 져 오기 Get multiple keysclient.getBulk(keyn)
여러 키 가 져 오기 Get multiple keysclient.getBulk(transcoder, keyn)
사용자 정의 코드 비동기 로 여러 키 가 져 오기 Get multiple keys using a custom transcoderclient.getBulk(keycollection, transcoder)
사용자 정의 코드 비동기 로 여러 키 가 져 오기 Get multiple keys using a custom transcoderclient.get(key, transcoder)
사용자 정의 코드 비동기 로 단일 키 가 져 오기 사용자 지정 transcoder 를 사용 하여 단일 키 가 져 오기client.getAndLock(key, expiry, transcoder)
가 져 오기 및 잠 금 Get and lockclient.getAndLock(key, expiry, transcoder)
비동기 가 져 오기 및 잠 금 Get and lock Asynchronouslyclient.asyncGets(key)
비동기 로 단일 CAS 값 의 키 를 가 져 옵 니 다 Asynchronously get single key value with CAS valueclient.asyncGets(key, transcoder)
비동기 사용자 정의 디코더 로 CAS 가 있 는 단일 키 가 져 오기 Asynchronously get single key value with CAS value using custom transcoderclient.gets(key)
CAS 가 있 는 단일 키 가 져 오기 Get single key value with CAS valueclient.gets(key, transcoder)
사용자 정의 변환기 로 CAS 가 있 는 단일 키 가 져 오기 Get single key value with CAS value using custom transcoderclient.asyncIncr(key, offset)
비동기 적 으로 기 존 키 값 추가 기 존 키 의 값 을 비동기 적 으로 증가 시 킵 니 다.client.incr(key, offset)
기 존 숫자 키 증가 Incrediment the value of an existing numeric keyclient.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 keyclient.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 valueclient.replace(key, expiry, value, transcoder)
사용자 정의 변환기 사용 및 새 값 으로 기 존 키 업데이트 an existing key with a new value using a custom transcoderclient.set(key, expiry, value)
지정 한 키 저장 소 를 사용 하여 store a value using the specified keyclient.set(key, expiry, value, transcoder)
지정 한 키 저장 소 를 사용 하여 store a value using the specified keyclient.getStats()
모든 연결 에 대한 통계 정보 가 져 오기 Get the statistics from all connectionsclient.getStats(statname)
모든 연결 에 대한 통계 정보 가 져 오기 Get the statistics from all connectionsclient.touch(key, expiry)
어떤 항목 의 만 료 시간 업데이트 Update the expiry time of an itemclient.unlock(key, casunique)
지정 한 키 잠 금 해제 Unlock

좋은 웹페이지 즐겨찾기