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

D

Data - com.alachisoft.ncache.runtime.events.DataTypeEventDataFilter
This specifies that item of collection is required when an event notification is raised.
DataSourceModifiedListener - Interface in com.alachisoft.ncache.runtime.caching
User needs to implement this interface in order to receive datasource modified notifications.
DataStructureAttributes - Class in com.alachisoft.ncache.client.datastructures
DataStructureAttributes contains the information about the DataStructures.
DataStructureAttributes() - Constructor for class com.alachisoft.ncache.client.datastructures.DataStructureAttributes
Initializes DataTypeAttributes instance with default cache item priority.
DataStructureDataChangeListener - Interface in com.alachisoft.ncache.runtime.events
User needs to implement this interface in order to receive datastructure changed notifications.
DataStructureEventArg - Class in com.alachisoft.ncache.runtime.events
DataStructureEventArg(String, EventType, DistributedDataStructure, Object, Object) - Constructor for class com.alachisoft.ncache.runtime.events.DataStructureEventArg
Constructor that initializes all the properties of this class.
DataStructureListener - Class in com.alachisoft.ncache.client.util
 
DataStructureListener(DataStructureDataChangeListener) - Constructor for class com.alachisoft.ncache.client.util.DataStructureListener
 
DataStructureManager - Interface in com.alachisoft.ncache.client.datastructures
This interface contains create and get operations for the Counter and remove operation for all distributed data structures.
DataStructureOperationType - Enum in com.alachisoft.ncache.runtime.datasourceprovider
Enumeration that defines the operation on the data type.
DataStructureWriteOperation - Class in com.alachisoft.ncache.runtime.datasourceprovider
Operation for operations on created collection
DataStructureWriteOperation() - Constructor for class com.alachisoft.ncache.runtime.datasourceprovider.DataStructureWriteOperation
The default constructor for this class.
DataStructureWriteOperation(String, DataStructureOperationType, int, DistributedDataStructureType) - Constructor for class com.alachisoft.ncache.runtime.datasourceprovider.DataStructureWriteOperation
WriteToCollectionOperation constructor which takes key, WriteOperationType and retries count.
DataStructureWriteOperation(String, ProviderDataStructureItem<Object>, DataStructureOperationType, int) - Constructor for class com.alachisoft.ncache.runtime.datasourceprovider.DataStructureWriteOperation
WriteCollectionOperation constructor which takes key, ProviderCache WriteOperationType and retries count.
DataTypeEventDataFilter - Enum in com.alachisoft.ncache.runtime.events
This enum is to describe when registering a collection event, upon raise how much data is retrieved from cache when the event is raised.
DataWithMetadata - com.alachisoft.ncache.runtime.events.EventDataFilter
This specifies that the value of the cache item is required along with all the meta data when an event notification is raised.
Date - com.alachisoft.ncache.runtime.dependencies.CmdParamsDbType
Date data ranging in value from January 1,1 AD through December 31, 9999 AD.
Date - com.alachisoft.ncache.runtime.dependencies.CmdParamsType
Date data ranging in value from January 1,1 AD through December 31, 9999 AD.
Date - com.alachisoft.ncache.runtime.dependencies.OracleCmdParamsType
The Date datatype stores point-in-time values (dates and times) in a table.
DateTime - com.alachisoft.ncache.runtime.dependencies.CmdParamsDbType
Date and time data ranging in value from January 1, 1753 to December 31, 9999 to an accuracy of 3.33 milliseconds.
DateTime - com.alachisoft.ncache.runtime.dependencies.CmdParamsType
Date and time data ranging in value from January 1, 1753 to December 31, 9999 to an accuracy of 3.33 milliseconds.
DateTime2 - com.alachisoft.ncache.runtime.dependencies.CmdParamsDbType
From January 1, 0001 to December 31, 9999 with an accuracy of 100 nanoseconds
DateTime2 - com.alachisoft.ncache.runtime.dependencies.CmdParamsType
Date and time data.
DateTimeOffset - com.alachisoft.ncache.runtime.dependencies.CmdParamsDbType
Date and time data with time zone awareness.
DateTimeOffset - com.alachisoft.ncache.runtime.dependencies.CmdParamsType
Date and time data with time zone awareness.
DaysInMonth(int, int) - Static method in class com.alachisoft.ncache.runtime.util.NCDateTime
 
DaysTo1970 - Static variable in class com.alachisoft.ncache.runtime.util.NCDateTime
Number of days from 1/1/0001 to 12/31/1969
DBCacheDependency - Class in com.alachisoft.ncache.runtime.dependencies
Establishes a relationship between an item stored in an application's Cache object and either a specific database table.
DBCacheDependency() - Constructor for class com.alachisoft.ncache.runtime.dependencies.DBCacheDependency
 
DBDependencyFactory - Class in com.alachisoft.ncache.runtime.dependencies
Establishes a relationship between an item stored in an application's Cache object and either a specific database table.
DBDependencyFactory() - Constructor for class com.alachisoft.ncache.runtime.dependencies.DBDependencyFactory
 
DBDependencyType - Enum in com.alachisoft.ncache.runtime.dependencies
DBDependencyType enum contains the DB dependency type
Debug - com.alachisoft.ncache.client.LogLevel
This log option prints detailed information about any operations in cache.
Decimal - com.alachisoft.ncache.runtime.dependencies.CmdParamsDbType
A fixed precision and scale numeric value between -10 to -1 and 10 to -1.
Decimal - com.alachisoft.ncache.runtime.dependencies.CmdParamsType
A fixed precision and scale numeric value between -10 38 -1 and 10 38 -1.
Decimal - com.alachisoft.ncache.runtime.dependencies.OracleCmdParamsType
Decimal number datatype.
decrement() - Method in interface com.alachisoft.ncache.client.datastructures.Counter
Decrement the value of distributed counter by one.
decrementBy(long) - Method in interface com.alachisoft.ncache.client.datastructures.Counter
Decrement the value of distributed counter by the amount specified.
Default - com.alachisoft.ncache.client.IsolationLevel
Isolation level of Cache will be read from the configuration file.
Default - com.alachisoft.ncache.runtime.CacheItemPriority
The default value for a cached item's priority is Normal
Default - com.alachisoft.ncache.runtime.dependencies.SqlDataRowVersion
The default version of System.Data.DataRowState.
DefaultAbsolute - com.alachisoft.ncache.runtime.caching.expiration.ExpirationType
Indicates that item expiration in cache is to follow fixed expiration and value should be taken from 'DefaultAbsolute' field in NCache Manager.
DefaultAbsoluteLonger - com.alachisoft.ncache.runtime.caching.expiration.ExpirationType
Indicates that item expiration in cache is to follow fixed expiration and value should be taken from 'DefaultAbsoluteLonger' field in NCache Manager.
DefaultSliding - com.alachisoft.ncache.runtime.caching.expiration.ExpirationType
Indicates that item expiration in cache is to follow fixed expiration and value should be taken from 'DefaultSliding' field in NCache Manager.
DefaultSlidingLonger - com.alachisoft.ncache.runtime.caching.expiration.ExpirationType
Indicates that item expiration in cache is to follow fixed expiration and value should be taken from 'DefaultSlidingLonger' field in NCache Manager.
delete(String) - Method in interface com.alachisoft.ncache.client.Cache
Deletes the item with the specified key from cache.
delete(String, LockHandle, CacheItemVersion, WriteThruOptions) - Method in interface com.alachisoft.ncache.client.Cache
Deletes the specified item from the Cache.
delete(String, WriteThruOptions) - Method in interface com.alachisoft.ncache.client.Cache
Deletes the specified item from the Cache.
Delete - com.alachisoft.ncache.runtime.datasourceprovider.WriteOperationType
To log the Delete operations in write behind.
deleteAsync(String) - Method in interface com.alachisoft.ncache.client.Cache
Deletes an item from the cache asynchronously with a cache key to reference its location.
deleteAsync(String, WriteThruOptions) - Method in interface com.alachisoft.ncache.client.Cache
Deletes an item from the cache asynchronously with a cache key to reference its location.
deleteBulk(Iterable<String>) - Method in interface com.alachisoft.ncache.client.Cache
Deletes the specified items from the Cache.
deleteBulk(Iterable<String>, WriteThruOptions) - Method in interface com.alachisoft.ncache.client.Cache
Deletes the specified items from the Cache.
DeleteDataType - com.alachisoft.ncache.runtime.datasourceprovider.DataStructureOperationType
Delete data type.
DeleteFromDataType - com.alachisoft.ncache.runtime.datasourceprovider.DataStructureOperationType
Deleting element from data type.
deleteTopic(String) - Method in interface com.alachisoft.ncache.client.services.MessagingService
Deletes the topic instance against the specified topic name.
deleteTopicAsync(String) - Method in interface com.alachisoft.ncache.client.services.MessagingService
Deletes the topic instance asynchronously against the specified topic name.
DeliveryMode - Enum in com.alachisoft.ncache.runtime.caching.messaging
NCache provides a DeliveryOption enum which specifies how the message should be delivered to any registered subscribers.The delivery option is specified during message publishing phase.
DeliveryOption - Enum in com.alachisoft.ncache.runtime.caching
NCache provides a DeliveryOption enum which specifies how the message should be delivered to any registered subscribers.
DependencyChangedListener - Interface in com.alachisoft.ncache.runtime.dependencies
Implements the listener to know the change in dependency
DependencyDispose() - Method in class com.alachisoft.ncache.runtime.dependencies.CacheDependency
 
DependencyDispose() - Method in class com.alachisoft.ncache.runtime.dependencies.ExtensibleDependency
 
difference(String) - Method in interface com.alachisoft.ncache.client.datastructures.DistributedHashSet
Returns the difference of current set with the specified set.
Disconnected - com.alachisoft.ncache.client.ConnectivityStatus
Client is disconnected from Cache.
Disconnected - com.alachisoft.ncache.runtime.caching.ConnectivityStatus
Client is disconnected from Cache.
dispose() - Method in class com.alachisoft.ncache.runtime.dependencies.CacheDependency
Releases the resources used by the "CacheDependency" object.
DistributedDataStructure - Enum in com.alachisoft.ncache.runtime.caching
Enumeration that defines the data type.
DistributedDataStructure - Interface in com.alachisoft.ncache.client.datastructures
This interface contains methods and parameters required for distributed data structures.
DistributedDataStructureType - Enum in com.alachisoft.ncache.runtime.datasourceprovider
Enumeration that defines the type of the Data Structure.
DistributedHashSet<T> - Interface in com.alachisoft.ncache.client.datastructures
This interface contains methods and parameters for distributed HashSet.
DistributedList<T> - Interface in com.alachisoft.ncache.client.datastructures
This interface contains methods and parameters for distributed List.
DistributedMap<K,​V> - Interface in com.alachisoft.ncache.client.datastructures
This interface contains methods and parameters for distributed Map.
DistributedQueue<T> - Interface in com.alachisoft.ncache.client.datastructures
This interface contains methods and parameters for distrubited Queue.
Double - com.alachisoft.ncache.runtime.dependencies.CmdParamsDbType
Double precision floating-point.
Double - com.alachisoft.ncache.runtime.dependencies.OracleCmdParamsType
64-bit, double-precision floating-point number datatype.
DurableTopicSubscription - Interface in com.alachisoft.ncache.runtime.caching.messaging
Contains information about the subscribtion created
Duration() - Method in class com.alachisoft.ncache.runtime.util.TimeSpan
Returns a new TimeSpan object whose value is the absolute value of the current TimeSpan object.
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