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
All Classes All Packages
All Classes All Packages
I
- IgnoreCase - com.alachisoft.ncache.runtime.dependencies.SqlCmpOptions
-
Specifies that SqlString comparisons must ignore case.
- IgnoreKanaType - com.alachisoft.ncache.runtime.dependencies.SqlCmpOptions
-
Specifies that System.Data.SqlTypes.SqlString comparisons must ignore the Kana type.
- IgnoreNonSpace - com.alachisoft.ncache.runtime.dependencies.SqlCmpOptions
-
Specifies that SqlString comparisons must ignore nonspace combining characters, such as diacritics.
- IgnoreWidth - com.alachisoft.ncache.runtime.dependencies.SqlCmpOptions
-
Specifies that System.Data.SqlTypes.SqlString comparisons must ignore the character width.
- increment() - Method in interface com.alachisoft.ncache.client.datastructures.Counter
-
Increment the value of Distributed Counter by one.
- incrementBy(long) - Method in interface com.alachisoft.ncache.client.datastructures.Counter
-
Increment the value of Distributed Counter by the amount specified.
- Info - com.alachisoft.ncache.client.LogLevel
-
Info level describes some useful information about any operation performed on cache.
- init(Map<String, String>, String) - Method in interface com.alachisoft.ncache.runtime.cacheloader.CacheLoader
-
Perform tasks like allocating resources or acquiring connections, etc.
- init(Map<String, String>, String) - Method in interface com.alachisoft.ncache.runtime.customdependencyproviders.CustomDependencyProvider
-
Initializes the CustomDependencyProvider instance with parameters provided at the time of cache configuration.
- init(Map<String, String>, String) - Method in interface com.alachisoft.ncache.runtime.datasourceprovider.ReadThruProvider
-
Perform tasks like allocating resources or acquiring connections, etc.
- init(Map<String, String>, String) - Method in interface com.alachisoft.ncache.runtime.datasourceprovider.WriteThruProvider
-
Perform tasks like allocating resources or acquiring connections, etc.
- initialize() - Method in class com.alachisoft.ncache.runtime.dependencies.ExtensibleDependency
-
Initializes the ExtensibleDependency.
- InProc - com.alachisoft.ncache.client.IsolationLevel
-
InProc specifies low Isolation level, i.e, cache process is embeded inside the application process.
- Input - com.alachisoft.ncache.runtime.dependencies.OracleParameterDirection
-
The parameter is an input parameter.
- Input - com.alachisoft.ncache.runtime.dependencies.SqlParamDirection
-
Used for Input variables.
- InputOutput - com.alachisoft.ncache.runtime.dependencies.SqlParamDirection
-
The parameter can perform both input and output.
- insert(String, CacheItem) - Method in interface com.alachisoft.ncache.client.Cache
-
Inserts a
CacheItem
to the cache. - insert(String, CacheItem, WriteThruOptions) - Method in interface com.alachisoft.ncache.client.Cache
-
Inserts a
CacheItem
to the cache, allowing to specify the WriteThruOptions. - insert(String, CacheItem, WriteThruOptions, LockHandle, boolean) - Method in interface com.alachisoft.ncache.client.Cache
-
Inserts a
CacheItem
to the cache, allowing to specify the WriteThruOptions. - insert(String, Object) - Method in interface com.alachisoft.ncache.client.Cache
-
Inserts an item (object) into the cache.
- insert(Map<String, V>) - Method in interface com.alachisoft.ncache.client.datastructures.DistributedMap
-
Insert elements with the provided keys and values in the DistributedMap.
- insertAfter(T, T) - Method in interface com.alachisoft.ncache.client.datastructures.DistributedList
-
Inserts the element in the List after the first occurrence of specified element.
- insertAsync(String, CacheItem) - Method in interface com.alachisoft.ncache.client.Cache
-
Inserts a
CacheItem
to the cache asynchronously with a cache key to reference its location. - insertAsync(String, CacheItem, WriteThruOptions) - Method in interface com.alachisoft.ncache.client.Cache
-
Inserts a
CacheItem
to the cache asynchronously with a cache key to reference its location and WriteThruOptions. - insertAsync(String, Object) - Method in interface com.alachisoft.ncache.client.Cache
-
Inserts an object into the cache asynchronously with a cache key to reference its location.
- insertAtHead(T) - Method in interface com.alachisoft.ncache.client.datastructures.DistributedList
-
Insert the specified value at the head of the List.
- insertAtTail(T) - Method in interface com.alachisoft.ncache.client.datastructures.DistributedList
-
Insert the specified value at the tail of the List.
- insertBefore(T, T) - Method in interface com.alachisoft.ncache.client.datastructures.DistributedList
-
Inserts the element in the List before the first occurrence of specified element.
- insertBulk(Map<String, CacheItem>) - Method in interface com.alachisoft.ncache.client.Cache
-
Inserts a Map of cache keys with
CacheItem
to the cache. - insertBulk(Map<String, CacheItem>, WriteThruOptions) - Method in interface com.alachisoft.ncache.client.Cache
-
Inserts a Map of cache keys with
CacheItem
to the cache with the WriteThruOptions. - Int - com.alachisoft.ncache.runtime.dependencies.CmdParamsType
-
A 32-bit signed integer.
- Int16 - com.alachisoft.ncache.runtime.dependencies.CmdParamsDbType
-
A 16-bit signed integer.
- Int16 - com.alachisoft.ncache.runtime.dependencies.OracleCmdParamsType
-
A 16-bit signed integer.
- Int32 - com.alachisoft.ncache.runtime.dependencies.CmdParamsDbType
-
A 32-bit signed integer.
- Int32 - com.alachisoft.ncache.runtime.dependencies.OracleCmdParamsType
-
A 32-bit signed integer.
- Int64 - com.alachisoft.ncache.runtime.dependencies.CmdParamsDbType
-
A 64-bit signed integer.
- Int64 - com.alachisoft.ncache.runtime.dependencies.OracleCmdParamsType
-
A 64-bit signed integer.
- InternalCacheItem - Class in com.alachisoft.ncache.client
- InternalCacheItem() - Constructor for class com.alachisoft.ncache.client.InternalCacheItem
- InternalCacheItem(Object) - Constructor for class com.alachisoft.ncache.client.InternalCacheItem
- InternalCommandException - Exception in com.alachisoft.ncache.runtime.exceptions
-
Thrown when an exception occurs like ActivityBlockedException or ConnectionException.
- InternalCommandException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.InternalCommandException
-
Creates a new instance of
TypeIndexNotDefined
without detail message. - InternalCommandException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.InternalCommandException
-
Constructs an instance of
TypeIndexNotDefined
with the specified detail message. - InternalCommandException(String, CacheException) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.InternalCommandException
-
Overloaded Constructor that takes two arguments message as a string and innerException
- intersect(String) - Method in interface com.alachisoft.ncache.client.datastructures.DistributedHashSet
-
Returns the intersection of current Set with the specified Set.
- IntervalDS - com.alachisoft.ncache.runtime.dependencies.OracleCmdParamsType
-
Interval Day to Second literal.
- IntervalYM - com.alachisoft.ncache.runtime.dependencies.OracleCmdParamsType
-
Interval Year to Month Literal.
- Intialize(HashMap) - Method in interface com.alachisoft.ncache.runtime.encryption.Encryption
-
Perform tasks like allocating resources or acquiring connections etc.
- InvalidReaderException - Exception in com.alachisoft.ncache.runtime.exceptions
-
Thrown whenever one of the data partition goes down
- InvalidReaderException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.InvalidReaderException
-
Creates a new instance of
TypeIndexNotDefined
without detail message. - InvalidReaderException(int, String, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.InvalidReaderException
-
overloaded constructor.
- InvalidReaderException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.InvalidReaderException
-
Constructs an instance of
TypeIndexNotDefined
with the specified detail message. - InvalidReaderException(String, IllegalArgumentException) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.InvalidReaderException
-
overloaded constructor.
- InvalidReaderRuntimeException - Exception in com.alachisoft.ncache.runtime.exceptions.runtime
-
Thrown whenever one of the data partition goes down.
- InvalidReaderRuntimeException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.InvalidReaderRuntimeException
-
Constructs an
OperationFailedException
withnull
as its error detail message. - InvalidReaderRuntimeException(int, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.InvalidReaderRuntimeException
-
Constructs a new InvalidReaderRuntimeException with the specified errorCode and reason
- InvalidReaderRuntimeException(int, String, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.InvalidReaderRuntimeException
-
Constructs a new InvalidReaderRuntimeException with the specified errorCode and reason and stacktrace
- InvalidReaderRuntimeException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.InvalidReaderRuntimeException
-
Constructs an
OperationFailedException
with the specified detail message. - InvalidReaderRuntimeException(String, boolean) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.InvalidReaderRuntimeException
-
Initializes a new instance of the InvalidReaderRuntimeException class
- InvalidReaderRuntimeException(String, Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.InvalidReaderRuntimeException
-
Constructs a new InvalidReaderRuntimeException with the specified detail message and cause.
- InvalidReaderRuntimeException(String, Throwable, boolean) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.InvalidReaderRuntimeException
-
Initializes a new instance of the InvalidReaderRuntimeException class
- InvalidReaderRuntimeException(Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.InvalidReaderRuntimeException
-
Constructs a new InvalidReaderRuntimeException with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - IsolationLevel - Enum in com.alachisoft.ncache.client
-
Specifies the Isolation level of the
Cache
. - ItemAdded - com.alachisoft.ncache.runtime.events.EventType
-
User receives a notification when an item is added in the cache.
- ItemRemoved - com.alachisoft.ncache.runtime.events.EventType
-
User receives a notification when an item is removed from the cache.
- ItemUpdated - com.alachisoft.ncache.runtime.events.EventType
-
User receives a notification when an item is updated in the cache.
- iterator() - Method in class com.alachisoft.ncache.client.CacheCollection
-
Returns an
Iterator
which iterates over existent caches. - iterator() - Method in class com.alachisoft.ncache.runtime.JSON.JsonArray
-
Returns an iterator over elements of type
T
. - iterator() - Method in class com.alachisoft.ncache.runtime.JSON.JsonObject
All Classes All Packages