public final class Expression extends Object implements CommandExp, Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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 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–2021 Aerospike, Inc. All rights reserved.