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

G

GeneralFailureException - Exception in com.alachisoft.ncache.runtime.exceptions
Thrown when an exception occurs during a clustered operation.
GeneralFailureException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.GeneralFailureException
Constructs an GeneralFailureException with null as its error detail message.
GeneralFailureException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.GeneralFailureException
Constructs an GeneralFailureException with the specified detail message.
get(String) - Method in class com.alachisoft.ncache.web.caching.Cache
Retrieves the specified item from the Cache object.
get(String, CacheItemVersion) - Method in class com.alachisoft.ncache.web.caching.Cache
Retrieves the specified item from the Cache object.
get(String, TimeSpan, LockHandle, boolean) - Method in class com.alachisoft.ncache.web.caching.Cache
Retrieves the specified item from the Cache object if it is not already locked.
get(String, DSReadOption) - Method in class com.alachisoft.ncache.web.caching.Cache
Retrieves the specified item from the Cache object.
get(String, DSReadOption, CacheItemVersion) - Method in class com.alachisoft.ncache.web.caching.Cache
Retrieves the specified item from the Cache object.
get(String, String, String, DSReadOption) - Method in class com.alachisoft.ncache.web.caching.Cache
Retrieves the specified item from the Cache object.
get(String, String, DSReadOption) - Method in class com.alachisoft.ncache.web.caching.Cache
Retrieves the specified item from the Cache object.
get(String, String, DSReadOption, CacheItemVersion) - Method in class com.alachisoft.ncache.web.caching.Cache
Retrieves the specified item from the Cache object.
GET_VERSION - Static variable in class com.alachisoft.ncache.web.caching.LockAccessType
Optimistic locking; get the version while getting the object from the cache.
getAbsoluteExpiration() - Method in class com.alachisoft.ncache.runtime.caching.ProviderCacheItem
 
getAbsoluteExpiration() - Method in class com.alachisoft.ncache.web.caching.CacheItem
The time at which the added object expires and is removed from the cache.
getAccessType(byte) - Static method in class com.alachisoft.ncache.web.caching.LockAccessType
 
getAsyncItemAddedCallback() - Method in class com.alachisoft.ncache.web.caching.CacheItem
An instance that, if provided, is called when an Asynchronous request for Add Operation completes.
getAsyncItemUpdatedCallback() - Method in class com.alachisoft.ncache.web.caching.CacheItem
An instance that, if provided, is called when an Asynchronous request for Update Operation completes.
getAverage() - Method in class com.alachisoft.ncache.runtime.queries.AverageResult
 
getBridgeItemVersion() - Method in class com.alachisoft.ncache.runtime.bridge.ProviderBridgeItem
 
getBufferedInputStream(int) - Method in class com.alachisoft.ncache.web.caching.CacheStream
Gets java.io.BufferedInputStream of given buffer size.
getBufferedInputStream() - Method in class com.alachisoft.ncache.web.caching.CacheStream
Gets java.io.BufferedInputStream of given buffer size.
getBufferedOutputStream(int) - Method in class com.alachisoft.ncache.web.caching.CacheStream
Gets java.io.BufferedOutputStream of given buffer size.
getBufferedOutputStream() - Method in class com.alachisoft.ncache.web.caching.CacheStream
Gets java.io.BufferedOutputStream of given buffer size.
getBulk(String[], DSReadOption) - Method in class com.alachisoft.ncache.web.caching.Cache
Retrieves the object from the cache for the given keys as key value pairs
getBulk(String[], String, DSReadOption) - Method in class com.alachisoft.ncache.web.caching.Cache
Retrieves the object from the cache for the given keys as key value pairs
getByAllTags(Tag[]) - Method in class com.alachisoft.ncache.web.caching.Cache
Returns the cached objects that have all the same tags in common.
getByAnyTag(Tag[]) - Method in class com.alachisoft.ncache.web.caching.Cache
Returns the cached objects that have any of the same tags in common.
getByTag(Tag) - Method in class com.alachisoft.ncache.web.caching.Cache
Gets all the cached objects with the specified tag.
getCache(String) - Method in class com.alachisoft.ncache.web.caching.CacheCollection
 
getCacheDependency() - Method in class com.alachisoft.ncache.web.caching.CacheItem
The file or cache key dependencies for the item.
getCacheId() - Method in class com.alachisoft.ncache.web.caching.CacheSyncDependency
The unique Id of the remote cache
getCacheItem(String) - Method in class com.alachisoft.ncache.web.caching.Cache
Get the cache item stored in cache.
getCacheItem(String, String, String) - Method in class com.alachisoft.ncache.web.caching.Cache
Get the cache item stored in cache.
getCacheItem(String, TimeSpan, LockHandle, boolean) - Method in class com.alachisoft.ncache.web.caching.Cache
Get the cache item stored in cache.
getCacheItem(String, CacheItemVersion) - Method in class com.alachisoft.ncache.web.caching.Cache
Retrieves the specified item from the Cache object.
getCacheItem(String, DSReadOption) - Method in class com.alachisoft.ncache.web.caching.Cache
Retrieves the specified item from the Cache object.
getCacheItem(String, String, DSReadOption) - Method in class com.alachisoft.ncache.web.caching.Cache
Retrieves the specified item from the Cache object.
getCacheItem(String, DSReadOption, CacheItemVersion) - Method in class com.alachisoft.ncache.web.caching.Cache
 
getCacheItem(String, String, DSReadOption, CacheItemVersion) - Method in class com.alachisoft.ncache.web.caching.Cache
Retrieves the specified item from the Cache object.
getCacheItem(String, String, String, DSReadOption) - Method in class com.alachisoft.ncache.web.caching.Cache
Retrieves the specified item from the Cache object.
getCacheKeys() - Method in class com.alachisoft.ncache.runtime.dependencies.KeyDependency
Return array of cache keys
getCaches() - Static method in class com.alachisoft.ncache.web.caching.NCache
Maintains the list of running caches.
getCacheStream(String, StreamMode) - Method in class com.alachisoft.ncache.web.caching.Cache
Get Cache Stream based on mode.
getCacheStream(String, StreamMode, CacheItemPriority) - Method in class com.alachisoft.ncache.web.caching.Cache
Gets an instance of the CacheStream class.
getCacheStream(String, StreamMode, Date, TimeSpan, CacheItemPriority) - Method in class com.alachisoft.ncache.web.caching.Cache
Get Cache Stream based on mode.
getCacheStream(String, String, String, StreamMode, CacheItemPriority) - Method in class com.alachisoft.ncache.web.caching.Cache
Gets an instance of the CacheStream class.
getCacheStream(String, String, String, StreamMode, Date, TimeSpan, CacheItemPriority) - Method in class com.alachisoft.ncache.web.caching.Cache
Gets an instance of the CacheStream class.
getCacheStream(String, String, String, StreamMode, CacheDependency, Date, TimeSpan, CacheItemPriority) - Method in class com.alachisoft.ncache.web.caching.Cache
Get Cache Stream based on mode.
getCacheSyncDependency() - Method in class com.alachisoft.ncache.web.caching.CacheItem
The cache key dependencies for the item.
getClientCacheStatus() - Method in class com.alachisoft.ncache.web.caching.Cache
 
getClientCacheStatus() - Method in class com.alachisoft.ncache.web.caching.CacheInitParams
Returns the current client Cache Enabled or disabled status
getClientRequestTimeOut() - Method in class com.alachisoft.ncache.web.caching.CacheInitParams
Clients operation timeout specified in seconds.
getCmdParamsDbType(int) - Static method in enum com.alachisoft.ncache.runtime.dependencies.CmdParamsDbType
 
getCmdParamsType(int) - Static method in enum com.alachisoft.ncache.runtime.dependencies.CmdParamsType
 
getCmdParamsType() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Gets the SqlDbType of the passed parameter.
getCommandParams() - Method in class com.alachisoft.ncache.runtime.dependencies.OracleCacheDependency
 
getCommandParams() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCacheDependency
 
getCommandText() - Method in class com.alachisoft.ncache.runtime.dependencies.OracleCacheDependency
 
getCommandText() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCacheDependency
 
getCommandType() - Method in class com.alachisoft.ncache.runtime.dependencies.OracleCacheDependency
 
getCommandType() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCacheDependency
 
getCompareInfo() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
 
getConfigPath() - Static method in class com.alachisoft.ncache.web.caching.NCache
 
getConnectionRetries() - Method in class com.alachisoft.ncache.web.caching.CacheInitParams
Get Number of tries to re-establish a broken connection between client and server.
getConnectionString() - Method in class com.alachisoft.ncache.runtime.dependencies.DBCacheDependency
 
getConnectionString() - Method in class com.alachisoft.ncache.runtime.dependencies.OracleCacheDependency
 
getConnectionString() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCacheDependency
 
getConnectionTimeout() - Method in class com.alachisoft.ncache.web.caching.CacheInitParams
Get Client's connection timeout specified in seconds.
getCount() - Method in class com.alachisoft.ncache.runtime.caching.NamedTagsDictionary
 
getCount() - Method in class com.alachisoft.ncache.runtime.queries.AverageResult
 
getCount() - Method in class com.alachisoft.ncache.web.caching.Cache
Returns the cache count.
getCurrentTime() - Static method in class com.alachisoft.ncache.runtime.util.HelperFxn
 
getDate() - Method in class com.alachisoft.ncache.runtime.util.NCDateTime
 
getDateFromTicks(long) - Static method in class com.alachisoft.ncache.runtime.util.HelperFxn
 
getDay() - Method in class com.alachisoft.ncache.runtime.util.NCDateTime
 
getDBDependencyType() - Method in class com.alachisoft.ncache.runtime.dependencies.DBCacheDependency
 
getDependencies() - Method in class com.alachisoft.ncache.runtime.dependencies.CacheDependency
Get Dependencies
getDependency() - Method in class com.alachisoft.ncache.runtime.caching.ProviderCacheItem
 
getDirection() - Method in class com.alachisoft.ncache.runtime.dependencies.OracleCmdParams
The direction of the passed parameters (in/out).
getEnumerator() - Method in class com.alachisoft.ncache.web.caching.Cache
 
getGroup() - Method in class com.alachisoft.ncache.runtime.caching.ProviderCacheItem
 
getGroup() - Method in class com.alachisoft.ncache.web.caching.CacheItem
Group name, this caheItem is to be included in
getGroupData(String, String) - Method in class com.alachisoft.ncache.web.caching.Cache
Retrieves the key and value pairs in a group or sub group.
getGroupKeys(String, String) - Method in class com.alachisoft.ncache.web.caching.Cache
Retrieves the key and value pairs in a group or sub group.
getHours() - Method in class com.alachisoft.ncache.runtime.util.NCDateTime
 
getIfNewer(String, CacheItemVersion) - Method in class com.alachisoft.ncache.web.caching.Cache
Gets an object from the cache only if a newer version of the object exists in cache.
getIfNewer(String, String, String, CacheItemVersion) - Method in class com.alachisoft.ncache.web.caching.Cache
Gets an object from the cache only if a newer version of the object exists in cache.
getIsNullable() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Gets a value that indicates whether the parameter accepts null values.
getItemPriority() - Method in class com.alachisoft.ncache.runtime.caching.ProviderCacheItem
 
getItemRemoveCallback() - Method in class com.alachisoft.ncache.web.caching.CacheItem
An instance that, if provided, is called when an object is removed from the cache.
getItemUpdateCallback() - Method in class com.alachisoft.ncache.web.caching.CacheItem
An instance that, if provided, is called when an object is updated in the cache.
getIterator() - Method in class com.alachisoft.ncache.runtime.caching.NamedTagsDictionary
 
getKey() - Method in class com.alachisoft.ncache.runtime.bridge.ProviderBridgeItem
 
getKey() - Method in class com.alachisoft.ncache.web.caching.Cache.Entry
 
getKey() - Method in class com.alachisoft.ncache.web.caching.CacheSyncDependency
The key of the item in the remote cache with which the local cache item needs to be synchronized.
getKeysByAllTags(Tag[]) - Method in class com.alachisoft.ncache.web.caching.Cache
Returns the cached objects that have all the same tags in common.
getKeysByAnyTag(Tag[]) - Method in class com.alachisoft.ncache.web.caching.Cache
Returns the cached objects that have any of the same tags in common.
getKeysByTag(Tag) - Method in class com.alachisoft.ncache.web.caching.Cache
Gets all the cached objects with the specified tag.
getKeysIterator() - Method in class com.alachisoft.ncache.runtime.caching.NamedTagsDictionary
 
getLoadBalance() - Method in class com.alachisoft.ncache.web.caching.CacheInitParams
When this flag is set, client tries to connect to the optimum server in terms of number of connected clients.
getLocaleId() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Gets the locale identifier that determines conventions and language for a particular region.
getLockDate() - Method in class com.alachisoft.ncache.web.caching.LockHandle
Get lock date
getLockId() - Method in class com.alachisoft.ncache.web.caching.LockHandle
Get lock id
getMilliseconds() - Method in class com.alachisoft.ncache.runtime.util.NCDateTime
 
getMinutes() - Method in class com.alachisoft.ncache.runtime.util.NCDateTime
 
getMonth() - Method in class com.alachisoft.ncache.runtime.util.NCDateTime
 
getNamedTags() - Method in class com.alachisoft.ncache.runtime.caching.ProviderCacheItem
 
getNamedTags() - Method in class com.alachisoft.ncache.web.caching.CacheItem
 
getoffset() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Gets the offset to the Value property.
getOpCode() - Method in class com.alachisoft.ncache.runtime.bridge.ProviderBridgeItem
 
getOperationTimeout() - Method in class com.alachisoft.ncache.web.caching.CacheInitParams
gets operation Timeout value
getOracleCmdParamsType(int) - Static method in enum com.alachisoft.ncache.runtime.dependencies.OracleCmdParamsType
 
getOracleCommandType(int) - Static method in enum com.alachisoft.ncache.runtime.dependencies.OracleCommandType
 
getOracleParameterDirection(int) - Static method in enum com.alachisoft.ncache.runtime.dependencies.OracleParameterDirection
 
getPassword() - Method in class com.alachisoft.ncache.web.security.SecurityParams
The password.
getPort() - Method in class com.alachisoft.ncache.web.caching.CacheInitParams
Gets the port on which the clients will connect to a server.
getPort() - Method in class com.alachisoft.ncache.web.caching.CacheSyncDependency
The server port that is used by the clients to connect to the server.
getPrecision() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Gets the maximum number of digits used to represent the Value property.
getPrimaryKey() - Method in class com.alachisoft.ncache.runtime.dependencies.DBCacheDependency
 
getPrimaryUserCredentials() - Method in class com.alachisoft.ncache.web.caching.CacheInitParams
Get the user-id and password for the primary cache user.
getPriority() - Method in class com.alachisoft.ncache.web.caching.CacheItem
The relative cost of the object, as expressed by the enumeration.
getQuery() - Method in class com.alachisoft.ncache.web.caching.ContinuousQuery
 
getResolutionAction() - Method in class com.alachisoft.ncache.runtime.bridge.ConflictResolution
 
getResyncExpiredItems() - Method in class com.alachisoft.ncache.web.caching.CacheItem
Gets a value indicating whether the object when expired will cause a re-fetch of the object from the master datasource.
getResyncProviderName() - Method in class com.alachisoft.ncache.runtime.caching.ProviderCacheItem
 
getResyncProviderName() - Method in class com.alachisoft.ncache.web.caching.CacheItem
 
getRetryInterval() - Method in class com.alachisoft.ncache.web.caching.CacheInitParams
gets interval value between retry connection
getScale() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Gets the number of decimal places to which Value is resolved.
getSecondaryUserCredentials() - Method in class com.alachisoft.ncache.web.caching.CacheInitParams
Get the user-id and password for the secondary cache user.
getSeconds() - Method in class com.alachisoft.ncache.runtime.util.NCDateTime
 
getServer() - Method in class com.alachisoft.ncache.web.caching.CacheInitParams
 
getServer() - Method in class com.alachisoft.ncache.web.caching.CacheSyncDependency
The name of the server where the remote cache is running.
getSize() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Gets the maximum size, in bytes, of the data within the column.
getSlidingExpiration() - Method in class com.alachisoft.ncache.runtime.caching.ProviderCacheItem
 
getSlidingExpiration() - Method in class com.alachisoft.ncache.web.caching.CacheItem
The interval between the time the added object was last accessed and when that object expires.
getSourceColumn() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Gets the name of the source column mapped to the DataSet and used for loading or returning the Value.
getSourceColumnNullMapping() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Gets a value which indicates whether the source column is nullable.
getSourceVersion() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
 
getSqlCmpOptions(int) - Static method in enum com.alachisoft.ncache.runtime.dependencies.SqlCmpOptions
 
getSqlCommandType(int) - Static method in enum com.alachisoft.ncache.runtime.dependencies.SqlCommandType
 
getSqlDataRowVersion(int) - Static method in enum com.alachisoft.ncache.runtime.dependencies.SqlDataRowVersion
 
getSqlParamDirection(int) - Static method in enum com.alachisoft.ncache.runtime.dependencies.SqlParamDirection
 
getSqlParameterDirection() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Gets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.
getSqlValue() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Gets the value of the parameter as an SQL type.
getSubGroup() - Method in class com.alachisoft.ncache.runtime.caching.ProviderCacheItem
 
getSubGroup() - Method in class com.alachisoft.ncache.web.caching.CacheItem
SubGroup name, this caheItem is to be included in
getSum() - Method in class com.alachisoft.ncache.runtime.queries.AverageResult
 
getTagName() - Method in class com.alachisoft.ncache.runtime.caching.Tag
 
getTags() - Method in class com.alachisoft.ncache.runtime.caching.ProviderCacheItem
 
getTags() - Method in class com.alachisoft.ncache.web.caching.CacheItem
gets all tags this CacheItem is attached to
getTicks(Date) - Static method in class com.alachisoft.ncache.runtime.util.HelperFxn
 
getTicks() - Method in class com.alachisoft.ncache.runtime.util.NCDateTime
 
getTotalMiliSeconds() - Method in class com.alachisoft.ncache.runtime.util.TimeSpan
Summary: This method calculated total miliseconds for this instance of TimeSpan.This includes hours + minutes + seconds + miliseconds computed in miliseconds.
getTotalTicks() - Method in class com.alachisoft.ncache.runtime.util.TimeSpan
Summary: This method calculates total ticks for this instance of TimeSpan.This includes hours + minutes + seconds + miliseconds computed in ticks.
getType() - Method in class com.alachisoft.ncache.runtime.dependencies.OracleCmdParams
The type of the command parameter.
getTypeName() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Gets the type name for a table-valued parameter.
getUdtTypeName() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Gets a string that represents a user-defined type as a parameter.
getUserID() - Method in class com.alachisoft.ncache.web.security.SecurityParams
returns the user id.
getUTF8Bytes(String) - Static method in class com.alachisoft.ncache.runtime.util.HelperFxn
 
getUTF8Bytes(byte[]) - Static method in class com.alachisoft.ncache.runtime.util.HelperFxn
 
getUTF8Bytes(int) - Static method in class com.alachisoft.ncache.runtime.util.HelperFxn
 
getValue() - Method in class com.alachisoft.ncache.runtime.bridge.ProviderBridgeItem
 
getValue(String) - Method in class com.alachisoft.ncache.runtime.caching.NamedTagsDictionary
 
getValue() - Method in class com.alachisoft.ncache.runtime.caching.ProviderCacheItem
 
getValue() - Method in class com.alachisoft.ncache.runtime.dependencies.OracleCmdParams
The value of the command parameter.
getValue() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
The value of the passed parameter.
getValue() - Method in class com.alachisoft.ncache.web.caching.Cache.Entry
 
getValue() - Method in class com.alachisoft.ncache.web.caching.CacheItem
The payload for this item.
getValues() - Method in class com.alachisoft.ncache.web.caching.ContinuousQuery
 
getVersion() - Method in class com.alachisoft.ncache.web.caching.CacheItem
Item version of the object, used when getCachItem is used on Cache
getVersion() - Method in class com.alachisoft.ncache.web.caching.CacheItemVersion
Get item version
getYear() - Method in class com.alachisoft.ncache.runtime.util.NCDateTime
 

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