A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes All Packages

L

last() - Method in interface com.alachisoft.ncache.client.datastructures.DistributedList
Returns the last element of the list.
length() - Method in interface com.alachisoft.ncache.client.CacheStream
Gets the length of the stream.
LicensingException - Exception in com.alachisoft.ncache.runtime.exceptions
LicensingException is thrown when Either license has expired or some error occurred during the validation of license.
LicensingException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.LicensingException
Default constructor
LicensingException(int, String, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.LicensingException
overloaded constructor.
LicensingException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.LicensingException
Overloaded constructor, takes the reason as parameter.
LicensingRuntimeException - Exception in com.alachisoft.ncache.runtime.exceptions.runtime
LicensingException is thrown when Either license has expired or some error occurred during the validation of license.
LicensingRuntimeException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.LicensingRuntimeException
Constructs an OperationFailedException with null as its error detail message.
LicensingRuntimeException(int, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.LicensingRuntimeException
Constructs a new LicensingRuntimeException with the specified errorCode and reason
LicensingRuntimeException(int, String, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.LicensingRuntimeException
Constructs a new LicensingRuntimeException with the specified errorCode and reason and stacktrace
LicensingRuntimeException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.LicensingRuntimeException
Constructs an OperationFailedException with the specified detail message.
LicensingRuntimeException(String, boolean) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.LicensingRuntimeException
Initializes a new instance of the LicensingRuntimeException class
LicensingRuntimeException(String, Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.LicensingRuntimeException
Constructs a new LicensingRuntimeException with the specified detail message and cause.
LicensingRuntimeException(String, Throwable, boolean) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.LicensingRuntimeException
Initializes a new instance of the LicensingRuntimeException class
LicensingRuntimeException(Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.LicensingRuntimeException
Constructs a new LicensingRuntimeException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
List - com.alachisoft.ncache.runtime.caching.DistributedDataStructure
For distributed list.
List - com.alachisoft.ncache.runtime.datasourceprovider.DistributedDataStructureType
For distributed list.
ListenerType - Enum in com.alachisoft.ncache.runtime.events
This enum provides onfo about the behavior of the notifications.
loadDatasetOnStartup(String) - Method in interface com.alachisoft.ncache.runtime.cacheloader.CacheLoader
Responsible for loading of items on cache startup.
loadDataStructureFromSource(String, DistributedDataStructureType) - Method in interface com.alachisoft.ncache.runtime.datasourceprovider.ReadThruProvider
Responsible for loading the Data Strucutre from the data source.
LoaderState - Class in com.alachisoft.ncache.runtime.cacheloader
Deprecated.
LoaderStatse is used as a return value for LoadNext method provided in CacheLoader interface provided by user and deployed at cache server.
LoaderState() - Constructor for class com.alachisoft.ncache.runtime.cacheloader.LoaderState
Deprecated.
 
LoaderState() - Method in class com.alachisoft.ncache.runtime.cacheloader.LoaderState
Deprecated.
we recommended that do not initialized the LoaderState Class. The best option is to used index object of that class.
loadFromSource(String) - Method in interface com.alachisoft.ncache.runtime.datasourceprovider.ReadThruProvider
Responsible for loading the object from the data source.
loadFromSource(Collection<String>) - Method in interface com.alachisoft.ncache.runtime.datasourceprovider.ReadThruProvider
Responsible for loading list of objects from the data source.
LocalOutproc - com.alachisoft.ncache.runtime.cachemanagement.CacheTopology
Local is used for Local outproc cache representation.
LocalVerificationFailedException - Exception in com.alachisoft.ncache.runtime.exceptions
Summary for LocalVerificationFailedException
LocalVerificationFailedException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.LocalVerificationFailedException
Default constructor
LocalVerificationFailedException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.LocalVerificationFailedException
Overload constructor
LocalVerificationFailedException(String, Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.LocalVerificationFailedException
Overload constructor
LocalVerificationFailedException(Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.LocalVerificationFailedException
overload constructor
lock(TimeSpan) - Method in interface com.alachisoft.ncache.client.datastructures.Lockable
Acquire a lock on an collection in cache.
lock(String, TimeSpan, LockHandle) - Method in interface com.alachisoft.ncache.client.Cache
Acquires a lock on an item in the cache.
Lockable - Interface in com.alachisoft.ncache.client.datastructures
This interface contains methods and parameters required for locking data structures.
LockHandle - Class in com.alachisoft.ncache.client
An instance of this class is used to lock and unlock the cache items in pessimistic concurrency model.
LockHandle() - Constructor for class com.alachisoft.ncache.client.LockHandle
Default constructor
LockHandle(LockHandle) - Constructor for class com.alachisoft.ncache.client.LockHandle
Create a new LockHandle populates attributes from specified lockhandle.
LockHandle(String, Date) - Constructor for class com.alachisoft.ncache.client.LockHandle
Create a new LockHandle
LockingException - Exception in com.alachisoft.ncache.runtime.exceptions
LockingException is thrown on Insert/Remove operation if the item is locked and incorrect Lockid is specified.
LockingException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.LockingException
Default constructor.
LockingException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.LockingException
Overloaded constructor, takes the reason as parameter.
LockingException(String, Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.LockingException
Overloaded constructor
LockingException(Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.LockingException
Overloaded constructor
LogLevel - Enum in com.alachisoft.ncache.client
Defines the level of logging you want to use.
Long - com.alachisoft.ncache.runtime.dependencies.OracleCmdParamsType
Long can store variable-length character data containing up to 2 gigabytes of information.
LongRaw - com.alachisoft.ncache.runtime.dependencies.OracleCmdParamsType
The LONG RAW datatypes is used for data that is not to be interpreted (not converted when moving data between different systems) by Oracle Database.
Low - com.alachisoft.ncache.runtime.CacheItemPriority
Cache items with this priority level are the most likely to be deleted from the cache as the server frees system memory.
Low - com.alachisoft.ncache.runtime.caching.messaging.TopicPriority
Messages in topic with this priority level are the most likely to be deleted from the cache as the server frees system memory.
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes All Packages