Package com.aerospike.client.exp
Class Expression
java.lang.Object
com.aerospike.client.exp.Expression
- All Implemented Interfaces:
Serializable
Packed expression byte instructions.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ExpressionfromBase64(byte[] bytes) Return a new expression from packed expression instructions in base64 encoded bytes.static ExpressionfromBase64(String s) Return a new expression from packed expression instructions in base64 encoded string.static ExpressionfromBytes(byte[] bytes) Return a new expression from packed expression instructions in bytes.Return byte instructions in base64 encoding.byte[]getBytes()Return packed byte instructions.inthashCode()intsize()Estimate expression size in wire protocol.voidwrite(com.aerospike.client.command.Command cmd) Write expression in wire protocol.
-
Method Details
-
fromBytes
Return a new expression from packed expression instructions in bytes. -
fromBase64
Return a new expression from packed expression instructions in base64 encoded bytes. -
fromBase64
Return a new expression from packed expression instructions in base64 encoded string. -
getBytes
public byte[] getBytes()Return packed byte instructions. -
getBase64
Return byte instructions in base64 encoding. -
size
public int size()Estimate expression size in wire protocol. For internal use only. -
write
public void write(com.aerospike.client.command.Command cmd) Write expression in wire protocol. For internal use only. -
hashCode
public int hashCode() -
equals
-