public class BinaryResponse extends Object
| Constructor and Description |
|---|
BinaryResponse(BinaryCommand command,
ErrorCode errorCode) |
BinaryResponse(BinaryCommand command,
ErrorCode errorCode,
String errorContext) |
BinaryResponse(BinaryCommand command,
MutationStatus ms,
MutationInfoWriter miw,
long cas) |
BinaryResponse(BinaryCommand command,
MutationStatus ms,
MutationInfoWriter miw,
long cas,
byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
static BinaryResponse |
createWithValue(BinaryCommand command,
byte[] value,
long cas) |
static BinaryResponse |
createWithValue(ErrorCode ec,
BinaryCommand command,
byte[] value,
long cas) |
ByteBuffer |
getBuffer() |
public BinaryResponse(BinaryCommand command, ErrorCode errorCode, String errorContext)
public BinaryResponse(BinaryCommand command, ErrorCode errorCode)
public BinaryResponse(BinaryCommand command, MutationStatus ms, MutationInfoWriter miw, long cas)
public BinaryResponse(BinaryCommand command, MutationStatus ms, MutationInfoWriter miw, long cas, byte[] value)
public static BinaryResponse createWithValue(BinaryCommand command, byte[] value, long cas)
public static BinaryResponse createWithValue(ErrorCode ec, BinaryCommand command, byte[] value, long cas)
public ByteBuffer getBuffer()
Copyright © 2017. All rights reserved.