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
C
- Cache - Interface in com.alachisoft.ncache.client
-
This interface contians the services and methods that are used to perform operations on the cache.
- CacheClearedListener - Interface in com.alachisoft.ncache.client
-
User needs to implement this interface in order to receive cache cleared notifications.
- CacheClearedNodeJsListener - Class in com.alachisoft.ncache.client.util
- CacheClearedNodeJsListener(CacheClearedListener) - Constructor for class com.alachisoft.ncache.client.util.CacheClearedNodeJsListener
- CacheClient - Class in com.alachisoft.ncache.runtime.cachemanagement
-
CacheClient class contains information about CacheClient.
- CacheClient() - Constructor for class com.alachisoft.ncache.runtime.cachemanagement.CacheClient
- CacheClientConnectivityChangedListener - Interface in com.alachisoft.ncache.client
-
User needs to implement this interface in order to receive client connectivity changed notifications.
- CacheCollection - Class in com.alachisoft.ncache.client
-
Represents a collection of the caches initialized within the same application domain.
- CacheCollection() - Constructor for class com.alachisoft.ncache.client.CacheCollection
-
Creates a CacheCollection instance.
- CacheConnection - Class in com.alachisoft.ncache.client
-
Instance of this class can be used to define the parameters to establish connection with cache.
- CacheConnection(String) - Constructor for class com.alachisoft.ncache.client.CacheConnection
-
Initializes new instance of CacheConnection.
- CacheConnection(String, int) - Constructor for class com.alachisoft.ncache.client.CacheConnection
-
Initializes new instance of CacheConnection.
- CacheConnectionOptions - Class in com.alachisoft.ncache.client
-
Instance of this class can be used to define the parameters at the time of client connection with the cache.
- CacheConnectionOptions() - Constructor for class com.alachisoft.ncache.client.CacheConnectionOptions
- CacheConnectivity - Class in com.alachisoft.ncache.client.util
- CacheConnectivity(CacheClientConnectivityChangedListener) - Constructor for class com.alachisoft.ncache.client.util.CacheConnectivity
- CacheDataModification - Class in com.alachisoft.ncache.client.util
- CacheDataModification(CacheDataModificationListener) - Constructor for class com.alachisoft.ncache.client.util.CacheDataModification
- CacheDataModificationListener - Interface in com.alachisoft.ncache.client
-
User needs to implement this interface in order to receive cache clear and data modification events.
- CacheDependency - Class in com.alachisoft.ncache.runtime.dependencies
-
Tracks cache dependencies, which can be files, directories, or keys to other objects in application's Cache.
- CacheDependency() - Constructor for class com.alachisoft.ncache.runtime.dependencies.CacheDependency
-
Default constructor for CacheDependency class.
- CacheDependency(CacheDependency) - Constructor for class com.alachisoft.ncache.runtime.dependencies.CacheDependency
-
Adds the specified dependency to the list of existing dependencies.
- CacheDependency(ExtensibleDependency) - Constructor for class com.alachisoft.ncache.runtime.dependencies.CacheDependency
-
Creates a CacheDependency instance from extensible dependency.
- CacheEventArg - Class in com.alachisoft.ncache.client
-
This object is received when an event is raised and listener
CacheDataModificationListener
is executed CacheEventArg contains necessary information to identify the event and perform necessary actions accordingly. - CacheEventDescriptor - Class in com.alachisoft.ncache.client
-
Instance of this class holds the link to the registered delegate Keep it safe and use it to unregister the registered delegate when required.
- CacheException - Exception in com.alachisoft.ncache.runtime.exceptions
-
It is the base class for all the exceptions that are thrown from NCache.
- CacheException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.CacheException
-
Constructs an
CacheException
withnull
as its error detail message. - CacheException(int) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.CacheException
- CacheException(int, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.CacheException
- CacheException(int, String, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.CacheException
- CacheException(int, String, Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.CacheException
- CacheException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.CacheException
-
Constructs an
CacheException
with the specified detail message. - CacheException(String, Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.CacheException
- CacheException(Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.CacheException
- CacheHealth - Class in com.alachisoft.ncache.runtime.cachemanagement
-
The Alachisoft.NCache.Web.Management namespace provides classes for management operations on cache This includes the CacheHealth class, used to store cache health information.
- CacheHealth() - Constructor for class com.alachisoft.ncache.runtime.cachemanagement.CacheHealth
- CacheItem - Class in com.alachisoft.ncache.client
-
NCache uses a "key" and "value" structure for storing objects in cache.
- CacheItem() - Constructor for class com.alachisoft.ncache.client.CacheItem
-
Initialize new instance of cache item.
- CacheItem(Object) - Constructor for class com.alachisoft.ncache.client.CacheItem
-
Initialize new instance of cache item.
- CacheItemAttributes - Class in com.alachisoft.ncache.runtime.caching
-
CacheItemAttributes contains the information about the cache item.
- CacheItemAttributes() - Constructor for class com.alachisoft.ncache.runtime.caching.CacheItemAttributes
- CacheItemPriority - Enum in com.alachisoft.ncache.runtime
-
Specifies the relative priority of items stored in the Cache.
- CacheItemVersion - Class in com.alachisoft.ncache.client
-
Represents the version of each cache item.
- CacheItemVersion() - Constructor for class com.alachisoft.ncache.client.CacheItemVersion
-
Creates an instance of CacheItemVersion class.
- CacheItemVersion(long) - Constructor for class com.alachisoft.ncache.client.CacheItemVersion
-
Creates an instance of CacheItemVersion class.
- CacheLoader - Interface in com.alachisoft.ncache.runtime.cacheloader
-
CacheLoader Interface implementation is needed to be provided at cache server in order to load items in the cache on cache initialization.
- CacheManager - Class in com.alachisoft.ncache.client
-
Provides and manages the instance of
Cache
- CacheManager() - Constructor for class com.alachisoft.ncache.client.CacheManager
- CacheReader - Interface in com.alachisoft.ncache.client
-
Reads one or more than forward-only stream of result sets by executing OQ commands on cache source.
- CacheRuntimeException - Exception in com.alachisoft.ncache.runtime.exceptions.runtime
-
It is the base class for all the exceptions that are thrown from NCache.
- CacheRuntimeException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.CacheRuntimeException
-
Constructs an
CacheException
withnull
as its error detail message. - CacheRuntimeException(int, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.CacheRuntimeException
-
Constructs a new CacheRuntime exception with the specified errorCode and reason
- CacheRuntimeException(int, String, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.CacheRuntimeException
-
Constructs a new CacheRuntime exception with the specified errorCode and reason and stacktrace
- CacheRuntimeException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.CacheRuntimeException
-
Constructs an
CacheException
with the specified detail message. - CacheRuntimeException(String, Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.CacheRuntimeException
-
Constructs a new CacheRuntime exception with the specified detail message and cause.
- CacheRuntimeException(Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.CacheRuntimeException
-
Constructs a new CacheRuntime exception with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - CacheStatus - Enum in com.alachisoft.ncache.runtime.cachemanagement
-
CacheStatus that tells about cache status that either the cache is Stopped or Running This includes the CacheStatus Enum, use to store cache Status information.
- CacheStatusEvent - Class in com.alachisoft.ncache.client.util
- CacheStatusEvent(CacheStatusEventListener) - Constructor for class com.alachisoft.ncache.client.util.CacheStatusEvent
- CacheStatusEventListener - Interface in com.alachisoft.ncache.client
-
Cluster Listener listens for the events related to the Clsuter.
- CacheStatusNotificationType - Enum in com.alachisoft.ncache.client
-
NCache defines a CacheStatusNotificationType enum that specifies the type of events for which cache status changed notification is registered/unregistered.
- CacheStoped - com.alachisoft.ncache.runtime.cachemanagement.ConnectivityStatus
-
If cache node is stop then Connectivity status will be set to CacheStoped.
- CacheStopped - com.alachisoft.ncache.client.CacheStatusNotificationType
-
User receives a notification whenever the cache is stopped.
- CacheStoppedListener - Interface in com.alachisoft.ncache.client
-
User needs to implement this interface in order to receive cache stopped notifications.
- CacheStream - Interface in com.alachisoft.ncache.client
-
CacheStream is derived from java.io.BufferedInputStream and java.io.BufferedOutputStream.It is designed to put/fetch BLOB using standard CacheStream interface.
- CacheStreamAttributes - Class in com.alachisoft.ncache.client
-
CacheStreamAttributes Class contains information about the
CacheStream
attributes. - CacheStreamAttributes(StreamMode) - Constructor for class com.alachisoft.ncache.client.CacheStreamAttributes
-
Creates new instance of CacheStreamAttributes.
- CacheSyncDependency - Class in com.alachisoft.ncache.client
-
A client application can have more than one cache instances initialized.
- CacheSyncDependency(String, String) - Constructor for class com.alachisoft.ncache.client.CacheSyncDependency
-
Initializes a new instance of the CacheSyncDependency with the specified parameters.
- CacheSyncDependency(String, String, String, byte[]) - Constructor for class com.alachisoft.ncache.client.CacheSyncDependency
-
Initializes a new instance of the CacheSyncDependency with the specified parameters.
- CacheSyncDependency(String, String, String, int) - Constructor for class com.alachisoft.ncache.client.CacheSyncDependency
-
Initializes a new instance of the CacheSyncDependency with the specified parameters.
- CacheTopology - Enum in com.alachisoft.ncache.runtime.cachemanagement
-
Cache Topology tells about the cache topology This includes the CacheTopology Enum, use to store cache Topology information.
- canRead() - Method in interface com.alachisoft.ncache.client.CacheStream
-
Gets a value indicating whether the current stream supports reading.
- canSeek() - Method in interface com.alachisoft.ncache.client.CacheStream
-
Gets a value indicating whether the current stream supports seeking.
- canWrite() - Method in interface com.alachisoft.ncache.client.CacheStream
-
Gets a value indicating whether the current stream supports writing.
- ChannelClosedException - Exception in com.alachisoft.ncache.runtime.exceptions
-
This class represents the class for all exception types thrown by JGroups.
- ChannelClosedException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ChannelClosedException
-
Default constructor
- ChannelClosedException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ChannelClosedException
-
Overload constructor
- ChannelException - Exception in com.alachisoft.ncache.runtime.exceptions
-
This class represents the super class for all exception types thrown by JGroups.
- ChannelException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ChannelException
- ChannelException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ChannelException
- ChannelException(String, Exception) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ChannelException
- ChannelNotConnectedException - Exception in com.alachisoft.ncache.runtime.exceptions
-
This class represents the class for all exception types thrown by Channel.
- ChannelNotConnectedException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ChannelNotConnectedException
-
Default Constructor
- ChannelNotConnectedException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ChannelNotConnectedException
-
Overload constructor
- Char - com.alachisoft.ncache.runtime.dependencies.CmdParamsType
-
A fixed-length stream of non-Unicode characters ranging between 1 and 8,000 characters.
- Char - com.alachisoft.ncache.runtime.dependencies.OracleCmdParamsType
-
The CHAR datatype stores fixed-length character strings.
- clear() - Method in interface com.alachisoft.ncache.client.Cache
-
Removes all elements from the
Cache
. - clear() - Method in interface com.alachisoft.ncache.client.datastructures.DistributedQueue
-
Removes all of the elements from this collection (optional operation).
- clear() - Method in class com.alachisoft.ncache.runtime.JSON.JsonArray
-
Clears all array items and brings count to 0.
- clear() - Method in class com.alachisoft.ncache.runtime.JSON.JsonObject
-
Removes all attributes from JSONObject.
- clearClientCache() - Method in interface com.alachisoft.ncache.client.Cache
-
Removes all elements from the client cache.
- ClientCacheSyncMode - Enum in com.alachisoft.ncache.client
-
Gets/Sets Enumeration to specify how the Client cache is synchronized with the cluster caches through events.
- ClientEnumUtil - Class in com.alachisoft.ncache.client.util
- ClientEnumUtil() - Constructor for class com.alachisoft.ncache.client.util.ClientEnumUtil
- ClientInfo - Class in com.alachisoft.ncache.client
-
This class provides detailed information about cache client.
- ClientInfo - Class in com.alachisoft.ncache.runtime.caching
-
This class provides detailed information about cache client.
- ClientInfo() - Constructor for class com.alachisoft.ncache.client.ClientInfo
- ClientInfo() - Constructor for class com.alachisoft.ncache.runtime.caching.ClientInfo
- Clob - com.alachisoft.ncache.runtime.dependencies.OracleCmdParamsType
-
The CLOB datatypes store up to 128 terabytes of character data in the database.
- clone() - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
-
Creates a new object that is a copy of the current instance.
- clone() - Method in class com.alachisoft.ncache.client.CacheItem
-
Creates a shallow copy of CacheItem
- clone() - Method in class com.alachisoft.ncache.client.ClientInfo
-
Clones the object and returns the newly created clone of the object.
- clone() - Method in class com.alachisoft.ncache.client.EventCacheItem
-
Creates and returns a copy of this object.
- clone() - Method in class com.alachisoft.ncache.runtime.caching.ClientInfo
-
Clones the object and returns the newly created clone of the object.
- closed() - Method in interface com.alachisoft.ncache.client.CacheStream
-
Gets a value indicating whether stream is closed or not.
- ClusterEvent - Class in com.alachisoft.ncache.client
-
ClusterEvent is used to notify interested parties that something has happened with respect to the cluster.
- ClusterEvent(Object, CacheStatusNotificationType, String) - Constructor for class com.alachisoft.ncache.client.ClusterEvent
-
Creates a new object representing a cluster event.
- ClusterEvent(Object, CacheStatusNotificationType, String, int, String) - Constructor for class com.alachisoft.ncache.client.ClusterEvent
-
Creates a new object representing a cluster event.
- CmdParamsDbType - Enum in com.alachisoft.ncache.runtime.dependencies
-
Specifies the type of command parameters.
- CmdParamsType - Enum in com.alachisoft.ncache.runtime.dependencies
-
Describes the type of the parameters passed to the command.
- CollectionManager - Interface in com.alachisoft.ncache.client.datastructures
-
This interface contains Create and Get operations for all collection data types
- com.alachisoft.ncache.client - package com.alachisoft.ncache.client
- com.alachisoft.ncache.client.datastructures - package com.alachisoft.ncache.client.datastructures
- com.alachisoft.ncache.client.services - package com.alachisoft.ncache.client.services
- com.alachisoft.ncache.client.util - package com.alachisoft.ncache.client.util
- com.alachisoft.ncache.runtime - package com.alachisoft.ncache.runtime
- com.alachisoft.ncache.runtime.cacheloader - package com.alachisoft.ncache.runtime.cacheloader
- com.alachisoft.ncache.runtime.cachemanagement - package com.alachisoft.ncache.runtime.cachemanagement
- com.alachisoft.ncache.runtime.caching - package com.alachisoft.ncache.runtime.caching
- com.alachisoft.ncache.runtime.caching.datasource - package com.alachisoft.ncache.runtime.caching.datasource
- com.alachisoft.ncache.runtime.caching.expiration - package com.alachisoft.ncache.runtime.caching.expiration
- com.alachisoft.ncache.runtime.caching.messaging - package com.alachisoft.ncache.runtime.caching.messaging
- com.alachisoft.ncache.runtime.customdependencyproviders - package com.alachisoft.ncache.runtime.customdependencyproviders
- com.alachisoft.ncache.runtime.datasourceprovider - package com.alachisoft.ncache.runtime.datasourceprovider
- com.alachisoft.ncache.runtime.dependencies - package com.alachisoft.ncache.runtime.dependencies
- com.alachisoft.ncache.runtime.errorhandling - package com.alachisoft.ncache.runtime.errorhandling
- com.alachisoft.ncache.runtime.events - package com.alachisoft.ncache.runtime.events
- com.alachisoft.ncache.runtime.exceptions - package com.alachisoft.ncache.runtime.exceptions
- com.alachisoft.ncache.runtime.exceptions.runtime - package com.alachisoft.ncache.runtime.exceptions.runtime
- com.alachisoft.ncache.runtime.JSON - package com.alachisoft.ncache.runtime.JSON
- com.alachisoft.ncache.runtime.util - package com.alachisoft.ncache.runtime.util
- CommandException - Exception in com.alachisoft.ncache.runtime.exceptions
-
Throws this exception when the issue in executing command
- CommandException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.CommandException
-
Constructs an
CommandException
withnull
as its error detail message. - CommandException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.CommandException
-
Constructs an
CommandException
with the specified detail message. - CommandType - Enum in com.alachisoft.ncache.runtime.dependencies
-
Specifies how a command string is interpreted.
- CompactSerializationException - Exception in com.alachisoft.ncache.runtime.exceptions
-
Summary description for SerializationException.
- CompactSerializationException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.CompactSerializationException
-
Constructs a CompactSerializationException with the specified detail message
- CompactSerializationException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.CompactSerializationException
-
Constructs a CompactSerializationException with the specified detail message
- Compare(TimeSpan, TimeSpan) - Static method in class com.alachisoft.ncache.runtime.util.TimeSpan
- compareTo(CacheItemVersion) - Method in class com.alachisoft.ncache.client.CacheItemVersion
-
Compare CacheItemVersion with current instance of item version.
- compareTo(TimeSpan) - Method in class com.alachisoft.ncache.runtime.util.TimeSpan
- compareTo(Object) - Method in class com.alachisoft.ncache.client.ServerInfo
-
Compares the ServerInfo on the basis of priority
- CompareTo(TimeSpan) - Method in class com.alachisoft.ncache.runtime.util.TimeSpan
-
Compares this object with the specified object.
- CompareTo(Object) - Method in class com.alachisoft.ncache.runtime.util.TimeSpan
-
Compares this object with the specified object.
- ConfigurationException - Exception in com.alachisoft.ncache.runtime.exceptions
-
Thrown when an exception occurs during configuration.
- ConfigurationException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ConfigurationException
-
Default constructor.
- ConfigurationException(int) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ConfigurationException
-
overloaded constructor
- ConfigurationException(int, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ConfigurationException
-
overloaded constructor
- ConfigurationException(int, String, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ConfigurationException
-
overloaded constructor
- ConfigurationException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ConfigurationException
-
Overloaded constructor, takes the reason as parameter.
- ConfigurationException(String, Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ConfigurationException
-
Overloaded constructor.
- ConfigurationRuntimeException - Exception in com.alachisoft.ncache.runtime.exceptions.runtime
-
Thrown when an exception occurs during configuration.
- ConfigurationRuntimeException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.ConfigurationRuntimeException
-
Constructs an
OperationFailedException
withnull
as its error detail message. - ConfigurationRuntimeException(int, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.ConfigurationRuntimeException
-
Constructs a new ConfigurationRuntime exception with the specified errorCode and reason
- ConfigurationRuntimeException(int, String, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.ConfigurationRuntimeException
-
Constructs a new ConfigurationRuntime exception with the specified errorCode and reason and stacktrace
- ConfigurationRuntimeException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.ConfigurationRuntimeException
-
Constructs an
OperationFailedException
with the specified detail message. - ConfigurationRuntimeException(String, boolean) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.ConfigurationRuntimeException
-
Initializes a new instance of the ConfigurationRuntimeException class
- ConfigurationRuntimeException(String, Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.ConfigurationRuntimeException
-
Constructs a new ConfigurationRuntime exception with the specified detail message and cause.
- ConfigurationRuntimeException(String, Throwable, boolean) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.ConfigurationRuntimeException
-
Initializes a new instance of the ConfigurationRuntimeException class
- ConfigurationRuntimeException(Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.ConfigurationRuntimeException
-
Constructs a new ConfigurationRuntime exception with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - Connected - com.alachisoft.ncache.client.ConnectivityStatus
-
Client is connected to the Cache.
- Connected - com.alachisoft.ncache.runtime.caching.ConnectivityStatus
-
Client is connected to the Cache.
- ConnectionException - Exception in com.alachisoft.ncache.runtime.exceptions
-
Thrown whenever connection with cache server is lost while performing an operation on an outproc cache.
- ConnectionException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ConnectionException
-
Default constructor.
- ConnectionException(int) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ConnectionException
-
Overloaded constructor
- ConnectionException(int, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ConnectionException
-
Overloaded constructor
- ConnectionException(int, String, Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ConnectionException
-
Overloaded constructor
- ConnectionException(int, String, InetAddress, int) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ConnectionException
-
Overloaded constructor
- ConnectionException(int, InetAddress, int) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ConnectionException
-
Overloaded constructor
- ConnectionException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ConnectionException
-
Overloaded constructor, takes the reason as parameter.
- ConnectionException(String, InetAddress, int) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ConnectionException
-
Overloaded constructor, takes the reason, ipAddress and port as parameter.
- ConnectionException(InetAddress, int) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ConnectionException
-
Overloaded constructor, takes the ipAddress and port as parameter.
- ConnectionRuntimeException - Exception in com.alachisoft.ncache.runtime.exceptions.runtime
-
Thrown when an exception occurs during configuration.
- ConnectionRuntimeException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.ConnectionRuntimeException
-
Constructs an
OperationFailedException
withnull
as its error detail message. - ConnectionRuntimeException(int, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.ConnectionRuntimeException
-
Constructs a new ConfigurationRuntime exception with the specified errorCode and reason
- ConnectionRuntimeException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.ConnectionRuntimeException
-
Constructs an
OperationFailedException
with the specified detail message. - ConnectionRuntimeException(String, boolean) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.ConnectionRuntimeException
-
Initializes a new instance of the ConfigurationRuntimeException class
- ConnectionRuntimeException(String, Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.ConnectionRuntimeException
-
Constructs a new ConfigurationRuntime exception with the specified detail message and cause.
- ConnectionRuntimeException(String, Throwable, boolean) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.ConnectionRuntimeException
-
Constructs a new ConfigurationRuntime exception with the specified errorCode and reason and stacktrace
- ConnectionRuntimeException(Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.ConnectionRuntimeException
-
Constructs a new ConfigurationRuntime exception with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - ConnectivityStatus - Enum in com.alachisoft.ncache.client
-
Represents client connectivity status.
- ConnectivityStatus - Enum in com.alachisoft.ncache.runtime.cachemanagement
-
Cache connectivity status contains the connectivity status of Cache nodes.
- ConnectivityStatus - Enum in com.alachisoft.ncache.runtime.caching
-
Represents client connectivity status.
- contains(JsonValue) - Method in class com.alachisoft.ncache.runtime.JSON.JsonArray
-
Checks if a JSONValue item exits in array.
- contains(JsonValueBase) - Method in class com.alachisoft.ncache.runtime.JSON.JsonArray
-
Checks if a JsonValueBase item exits in array.
- contains(String) - Method in interface com.alachisoft.ncache.client.Cache
-
Determines whether the cache contains a specific key.
- contains(String) - Method in class com.alachisoft.ncache.runtime.caching.NamedTagsDictionary
-
Search for the key in named tags dictionary and return true if it is found and otherwise falsee.
- containsAttribute(String) - Method in class com.alachisoft.ncache.runtime.JSON.JsonObject
-
Checks if the attribute exits.
- containsBulk(Iterable<String>) - Method in interface com.alachisoft.ncache.client.Cache
-
Determines whether the cache contains specifiec keys.
- ContinuousQuery - Class in com.alachisoft.ncache.client
-
Class to hold Object query and values, intended for notifications.
- ContinuousQuery(QueryCommand) - Constructor for class com.alachisoft.ncache.client.ContinuousQuery
-
Initializes a new instance of the ContinuousQuery class.
- copyTo(JsonValueBase[], int) - Method in class com.alachisoft.ncache.runtime.JSON.JsonArray
-
Copies items from provided array starting from a particular array index.
- copyTo(Map.Entry<String, V>[], int) - Method in interface com.alachisoft.ncache.client.datastructures.DistributedMap
-
Copies the Map elements to the specified array, starting at the specified index.
- copyTo(T[], int) - Method in interface com.alachisoft.ncache.client.datastructures.DistributedHashSet
-
Copies the HashSet elements to the specified array, starting at the specified index.
- copyTo(T[], int) - Method in interface com.alachisoft.ncache.client.datastructures.DistributedList
-
Copies the List elements to the specified array, starting at the specified index.
- copyTo(T[], int) - Method in interface com.alachisoft.ncache.client.datastructures.DistributedQueue
-
Copies the Queue elements to the specified array, starting at the specified index.
- Counter - com.alachisoft.ncache.runtime.caching.DistributedDataStructure
-
For distributed counter.
- Counter - com.alachisoft.ncache.runtime.datasourceprovider.DistributedDataStructureType
-
For distributed counter.
- Counter - Interface in com.alachisoft.ncache.client.datastructures
-
This interface contains methods and parameters for Distributed Counter.
- CQEventArg - Class in com.alachisoft.ncache.client
-
This object is received when an even is raised and listener
QueryDataModificationListener
is executed CQEventArg contains necessary information to identify the event and perform necessary actions accordingly. - createCounter(String) - Method in interface com.alachisoft.ncache.client.datastructures.DataStructureManager
-
Creates the counter against the provided name.
- createCounter(String, long) - Method in interface com.alachisoft.ncache.client.datastructures.DataStructureManager
-
Creates the counter against the provided name.
- createCounter(String, DataStructureAttributes, long, WriteThruOptions) - Method in interface com.alachisoft.ncache.client.datastructures.DataStructureManager
-
Creates the counter against the provided name and configures it according to the provided user configuration as attributes.
- CreateDataType - com.alachisoft.ncache.runtime.datasourceprovider.DataStructureOperationType
-
Create data tpe.
- createDependency(String, Map<String, String>) - Method in interface com.alachisoft.ncache.runtime.customdependencyproviders.CustomDependencyProvider
-
This method is called on server side to create the instance of ExntensbileDependency
ExtensibleDependency
. - createDurableSubscription(String, SubscriptionPolicy, MessageReceivedListener, TimeSpan) - Method in interface com.alachisoft.ncache.runtime.caching.Topic
-
This method is used to create a durable subscription to this topic.
- createDurableSubscription(String, SubscriptionPolicy, MessageReceivedListener, TimeSpan, DeliveryMode) - Method in interface com.alachisoft.ncache.runtime.caching.Topic
-
This method is used to create a durable subscription to this topic.
- createHashSet(String, DataStructureAttributes, WriteThruOptions, Class<?>) - Method in interface com.alachisoft.ncache.client.datastructures.CollectionManager
-
Creates distributed set against the provided collection name and configures it according to the provided user configuration as attributes of collection.
- createHashSet(String, Class<?>) - Method in interface com.alachisoft.ncache.client.datastructures.CollectionManager
-
Creates distributed set against the provided collection name.
- createList(String, DataStructureAttributes, WriteThruOptions, Class<?>) - Method in interface com.alachisoft.ncache.client.datastructures.CollectionManager
-
Creates distributed list against the provided collection name and configures it according to the provided user configuration as attributes of collection.
- createList(String, Class<?>) - Method in interface com.alachisoft.ncache.client.datastructures.CollectionManager
-
Creates distributed list against the provided collection name.
- createMap(String, DataStructureAttributes, WriteThruOptions, Class<?>) - Method in interface com.alachisoft.ncache.client.datastructures.CollectionManager
-
Creates distributed Map against the provided collection name and configures it according to the provided user configuration as attributes of collection.
- createMap(String, Class<?>) - Method in interface com.alachisoft.ncache.client.datastructures.CollectionManager
-
Creates distributed Map against the provided collection name.
- createOleDbCacheDependency(String, String) - Static method in class com.alachisoft.ncache.runtime.dependencies.DBDependencyFactory
-
Creates a new instance of OleDbCacheDependency class,using the supplied parameters.
- createQueue(String, DataStructureAttributes, WriteThruOptions, Class<?>) - Method in interface com.alachisoft.ncache.client.datastructures.CollectionManager
-
Creates distributed queue against the provided collection name and configures it according to the provided user configuration as attributes of collection.
- createQueue(String, Class<?>) - Method in interface com.alachisoft.ncache.client.datastructures.CollectionManager
-
Creates distributed queue against the provided collection name.
- createSqlCacheDependency(String, String) - Static method in class com.alachisoft.ncache.runtime.dependencies.DBDependencyFactory
-
Creates a new instance of Sql7CacheDependency class, using the supplied parameters.
- createSubscription(MessageReceivedListener) - Method in interface com.alachisoft.ncache.runtime.caching.Topic
-
This method is used to subscribe against topic on cache if topic exists.
- createSubscription(MessageReceivedListener, DeliveryMode) - Method in interface com.alachisoft.ncache.runtime.caching.Topic
-
This method is used to subscribe against topic on cache if topic exists.
- createTopic(String) - Method in interface com.alachisoft.ncache.client.services.MessagingService
-
Creates and retrieves the topic instance against the specified topic name and priority TopicPriority.Normal.
- createTopic(String, TopicPriority) - Method in interface com.alachisoft.ncache.client.services.MessagingService
-
Creates and retrieves the topic instance against the specified topic name and priority.
- Credentials - Class in com.alachisoft.ncache.client
-
Class that provides the security parameters for authorization.
- Credentials() - Constructor for class com.alachisoft.ncache.client.Credentials
- Credentials(String, String) - Constructor for class com.alachisoft.ncache.client.Credentials
-
Creates an instance of the Credentials.
- Currency - com.alachisoft.ncache.runtime.dependencies.CmdParamsDbType
-
Use for currency.
- Current - com.alachisoft.ncache.runtime.dependencies.SqlDataRowVersion
-
The row contains current values.
- CustomDependency - Class in com.alachisoft.ncache.runtime.dependencies
-
CustomDependency reprsents the information to be passed to ExntesibleDependencyProvider to create the instance of
ExtensibleDependency
. - CustomDependency(String) - Constructor for class com.alachisoft.ncache.runtime.dependencies.CustomDependency
-
Creates an instance of CustomDependency.
- CustomDependency(String, Map<String, String>) - Constructor for class com.alachisoft.ncache.runtime.dependencies.CustomDependency
-
Creates an instance of CustomDependency.
- CustomDependencyProvider - Interface in com.alachisoft.ncache.runtime.customdependencyproviders
-
This interface should be implemented to create the instance of ExtensibleDependency.
All Classes All Packages