Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

L

Language - Enum in com.aerospike.client
User defined function languages.
lastUpdate() - Static method in class com.aerospike.client.exp.Exp
Create expression that returns record last update time expressed as 64 bit integer nanoseconds since 1970-01-01 epoch.
le(Exp, Exp) - Static method in class com.aerospike.client.exp.Exp
Create less than or equals (<=) operation.
length - Variable in class com.aerospike.client.Info
 
let(Exp...) - Static method in class com.aerospike.client.exp.Exp
Define variables and expressions in scope.
LIST - Static variable in class com.aerospike.client.command.ParticleType
 
listBin(String) - Static method in class com.aerospike.client.exp.Exp
Create list bin expression.
ListExp - Class in com.aerospike.client.exp
List expression generator.
ListExp() - Constructor for class com.aerospike.client.exp.ListExp
 
listIndex(int) - Static method in class com.aerospike.client.cdt.CTX
Lookup list by index offset.
listIndexCreate(int, ListOrder, boolean) - Static method in class com.aerospike.client.cdt.CTX
Lookup list by base list's index offset.
ListOperation - Class in com.aerospike.client.cdt
List bin operations.
ListOperation() - Constructor for class com.aerospike.client.cdt.ListOperation
 
ListOrder - Enum in com.aerospike.client.cdt
List storage order.
ListPolicy - Class in com.aerospike.client.cdt
List policy directives when creating a list and writing list items.
ListPolicy() - Constructor for class com.aerospike.client.cdt.ListPolicy
Default constructor.
ListPolicy(ListOrder, int) - Constructor for class com.aerospike.client.cdt.ListPolicy
Create list with specified order when list does not exist.
listRank(int) - Static method in class com.aerospike.client.cdt.CTX
Lookup list by rank.
ListReturnType - Class in com.aerospike.client.cdt
List return type.
ListReturnType() - Constructor for class com.aerospike.client.cdt.ListReturnType
 
ListSortFlags - Class in com.aerospike.client.cdt
List sort flags.
ListSortFlags() - Constructor for class com.aerospike.client.cdt.ListSortFlags
 
listValue(Value) - Static method in class com.aerospike.client.cdt.CTX
Lookup list by value.
ListValue(List<?>) - Constructor for class com.aerospike.client.Value.ListValue
 
ListWriteFlags - Class in com.aerospike.client.cdt
List write bit flags.
ListWriteFlags() - Constructor for class com.aerospike.client.cdt.ListWriteFlags
 
loadPackageFromFile(String) - Static method in class com.aerospike.client.lua.LuaCache
Load lua package from a file.
loadPackageFromResource(ClassLoader, String, String) - Static method in class com.aerospike.client.lua.LuaCache
Load lua package from a resource.
log(Exp, Exp) - Static method in class com.aerospike.client.exp.Exp
Create "log" operator for logarithm of "num" with base "base".
Log - Class in com.aerospike.client
Aerospike client logging facility.
Log() - Constructor for class com.aerospike.client.Log
 
log(Log.Level, String) - Method in interface com.aerospike.client.Log.Callback
This method will be called for each client log statement.
log(Log.Level, String) - Static method in class com.aerospike.client.Log
Filter and forward message to callback.
Log.Callback - Interface in com.aerospike.client
An object implementing this interface may be passed in to setCallback(), so the caller can channel Aerospike client logs as desired.
Log.Level - Enum in com.aerospike.client
Log escalation level.
loginTimeout - Variable in class com.aerospike.client.policy.ClientPolicy
Login timeout in milliseconds.
LongValue(long) - Constructor for class com.aerospike.client.Value.LongValue
 
LOST_CONFLICT - Static variable in class com.aerospike.client.ResultCode
Write command loses conflict to XDR.
lscan(Exp, Exp, Exp, Exp) - Static method in class com.aerospike.client.exp.BitExp
Create expression that returns integer bit offset of the first specified value bit in byte[] bin starting at bitOffset for bitSize.
lscan(Exp, Exp) - Static method in class com.aerospike.client.exp.Exp
Create expression that scans integer bits from left (most significant bit) to right (least significant bit), looking for a search bit value.
lscan(String, int, int, boolean) - Static method in class com.aerospike.client.operation.BitOperation
Create bit "left scan" operation.
lshift(BitPolicy, Exp, Exp, Exp, Exp) - Static method in class com.aerospike.client.exp.BitExp
Create expression that shifts left byte[] bin starting at bitOffset for bitSize and returns byte[].
lshift(Exp, Exp) - Static method in class com.aerospike.client.exp.Exp
Create integer "left shift" (<<) operator.
lshift(BitPolicy, String, int, int, int) - Static method in class com.aerospike.client.operation.BitOperation
Create bit "left shift" operation.
lt(Exp, Exp) - Static method in class com.aerospike.client.exp.Exp
Create less than (<) operation.
LuaCache - Class in com.aerospike.client.lua
 
LuaCache() - Constructor for class com.aerospike.client.lua.LuaCache
 
LuaConfig - Class in com.aerospike.client.lua
Lua static configuration variables.
LuaConfig() - Constructor for class com.aerospike.client.lua.LuaConfig
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2012–2022 Aerospike, Inc. All rights reserved.