| Modifier and Type | Method and Description |
|---|---|
ErrorCode |
CouchbaseBucket.storeItem(String key,
byte[] value) |
abstract ErrorCode |
Bucket.storeItem(String key,
byte[] value)
Convenience method to store an item in a bucket
|
ErrorCode |
MemcachedBucket.storeItem(String key,
byte[] value) |
| Constructor and Description |
|---|
CheckRetryVerifyRequest(int index,
String bucket,
CommandCode opcode,
ErrorCode errcode) |
OpfailRequest(ErrorCode code,
int count) |
OpfailRequest(ErrorCode code,
int count,
int server) |
OpfailRequest(ErrorCode code,
int count,
List<Integer> servers) |
| Modifier and Type | Method and Description |
|---|---|
ErrorCode |
MemcachedServer.FailMaker.getFailCode() |
ErrorCode |
SubdocCommandExecutor.ResultInfo.getStatus() |
ErrorCode |
MutationStatus.getStatus() |
ErrorCode |
VBucketStore.lock(Item item,
int expiry) |
ErrorCode |
VBucketStore.touch(Item item,
int expiry,
boolean xerrorEnabled) |
| Modifier and Type | Method and Description |
|---|---|
void |
MemcachedServer.FailMaker.update(ErrorCode code,
int count) |
void |
MemcachedServer.updateFailMakerContext(ErrorCode code,
int count) |
| Constructor and Description |
|---|
MutationStatus(ErrorCode code)
Create a failed status object
|
| Modifier and Type | Method and Description |
|---|---|
ErrorCode |
MultiMutationResult.getStatus() |
ErrorCode |
ClientResponse.getStatus() |
ErrorCode |
MultiLookupResult.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
ErrorMapEntry |
ErrorMap.getErrorEntry(ErrorCode code) |
| Modifier and Type | Method and Description |
|---|---|
static ErrorCode |
ErrorCode.valueOf(short value) |
static ErrorCode |
ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static BinaryResponse |
BinaryConfigResponse.create(BinaryCommand command,
MemcachedServer server,
ErrorCode errOk,
ErrorCode errNotSupp)
Create a new response which contains a cluster configuration, if supported
|
static BinaryResponse |
BinaryResponse.createWithValue(ErrorCode ec,
BinaryCommand command,
byte[] value,
long cas) |
| Constructor and Description |
|---|
BinaryGetResponse(BinaryCommand command,
ErrorCode error) |
BinaryGetResponse(BinaryCommand command,
ErrorCode error,
String errorContext) |
BinaryResponse(BinaryCommand command,
ErrorCode errorCode) |
BinaryResponse(BinaryCommand command,
ErrorCode errorCode,
String errorContext) |
BinaryStoreResponse(BinaryCommand command,
ErrorCode errorCode,
long cas) |
Copyright © 2017. All rights reserved.