Uses of Enum Class
com.aerospike.client.exp.Exp.Type
Packages that use Exp.Type
-
Uses of Exp.Type in com.aerospike.client.exp
Methods in com.aerospike.client.exp that return Exp.TypeModifier and TypeMethodDescriptionstatic Exp.TypeReturns the enum constant of this class with the specified name.static Exp.Type[]Exp.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.aerospike.client.exp with parameters of type Exp.TypeModifier and TypeMethodDescriptionstatic ExpCreate bin expression of specified type.static ExpListExp.getByIndex(int returnType, Exp.Type valueType, Exp index, Exp bin, CTX... ctx) Create expression that selects list item identified by index and returns selected data specified by returnType.static ExpMapExp.getByIndex(int returnType, Exp.Type valueType, Exp index, Exp bin, CTX... ctx) Create expression that selects map item identified by index and returns selected data specified by returnType (SeeMapReturnType).static ExpCreate expression that selects map item identified by key and returns selected data specified by returnType.static ExpCreate expression that selects list item identified by rank and returns selected data specified by returnType.static ExpCreate expression that selects map item identified by rank and returns selected data specified by returnType (SeeMapReturnType).static ExpCreate record key expression of specified type.