public final class Expression extends Object implements CommandExp, Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Expression |
fromBytes(byte[] bytes)
Return a new deserialized
Expression. |
String |
getBase64()
Return byte instructions in base64 encoding.
|
byte[] |
getBytes()
Return packed byte instructions.
|
int |
hashCode() |
int |
size()
Estimate expression size in wire protocol.
|
int |
write(com.aerospike.client.command.Command cmd)
Write expression in wire protocol.
|
public static Expression fromBytes(byte[] bytes)
Expression.public byte[] getBytes()
public String getBase64()
public int size()
size in interface CommandExppublic int write(com.aerospike.client.command.Command cmd)
write in interface CommandExpCopyright © 2012–2023 Aerospike, Inc. All rights reserved.