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

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(int, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.GeneralFailureException
 
GeneralFailureException(int, String, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.GeneralFailureException
 
GeneralFailureException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.GeneralFailureException
Constructs an GeneralFailureException with the specified detail message.
GeneralFailureException(String, Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.GeneralFailureException
 
GeneralFailureException(Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.GeneralFailureException
 
GeneralFailureRuntimeException - Exception in com.alachisoft.ncache.runtime.exceptions.runtime
Thrown when an exception occurs during a clustered operation.
GeneralFailureRuntimeException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.GeneralFailureRuntimeException
Constructs an OperationFailedException with null as its error detail message.
GeneralFailureRuntimeException(int, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.GeneralFailureRuntimeException
Constructs a new GeneralFailureRuntimeException with the specified errorCode and reason
GeneralFailureRuntimeException(int, String, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.GeneralFailureRuntimeException
Constructs a new GeneralFailureRuntimeException with the specified errorCode and reason and stacktrace
GeneralFailureRuntimeException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.GeneralFailureRuntimeException
Constructs an OperationFailedException with the specified detail message.
GeneralFailureRuntimeException(String, boolean) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.GeneralFailureRuntimeException
Initializes a new instance of the GeneralFailureRuntimeException class
GeneralFailureRuntimeException(String, Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.GeneralFailureRuntimeException
Constructs a new GeneralFailureRuntimeException with the specified detail message and cause.
GeneralFailureRuntimeException(String, Throwable, boolean) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.GeneralFailureRuntimeException
Initializes a new instance of the GeneralFailureRuntimeException class
GeneralFailureRuntimeException(Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.GeneralFailureRuntimeException
Constructs a new GeneralFailureRuntimeException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
get(String, boolean, TimeSpan, LockHandle, Class<?>) - Method in interface com.alachisoft.ncache.client.Cache
Retrieves the specified item from the Cache if it is not already locked.
get(String, CacheItemVersion, ReadThruOptions, Class<?>) - Method in interface com.alachisoft.ncache.client.Cache
Retrieves the specified item from the cache, with read-through caching option available.If the option of read-through has been set, the object will be fetched from the data source if it does not exist in cache.
get(String, ReadThruOptions, Class<?>) - Method in interface com.alachisoft.ncache.client.Cache
Retrieves the specified item from the Cache object, with read-through caching option available.
get(String, Class<?>) - Method in interface com.alachisoft.ncache.client.Cache
Retrieves the specified item from the Cache object.
get(Collection<String>) - Method in interface com.alachisoft.ncache.client.datastructures.DistributedMap
Returns the values associated with the specified keys.
getAbsoluteExpiration() - Method in class com.alachisoft.ncache.runtime.caching.CacheItemAttributes
Gets absolute Expiration for the object.You can add an item to the cache with absolute expiration by specifying the exact date and time at which the item should be invalidated.
getaddress() - Method in exception com.alachisoft.ncache.runtime.exceptions.ConnectionException
 
getAppName() - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
Gets the appication name.If different client applications are connected to server and because of any issue which results in connection failure with server, after the client again establishes connection AppName is used to identify these different client applications.
getAppName() - Method in class com.alachisoft.ncache.client.ClientInfo
Gets Application's Name.
getAppName() - Method in class com.alachisoft.ncache.runtime.caching.ClientInfo
Gets the client application name.
getAttributeNames() - Method in class com.alachisoft.ncache.runtime.JSON.JsonObject
Retruns collection of all the attribute names.
getAttributeValue(String) - Method in class com.alachisoft.ncache.runtime.JSON.JsonObject
Gets attribute value identified by the attribute name.
getBigDecimal(int) - Method in interface com.alachisoft.ncache.client.CacheReader
Gets value of specified index as decimal.
getBoolean(int) - Method in interface com.alachisoft.ncache.client.CacheReader
Gets value of specified index as bool.
getBufferedInputStream() - Method in interface com.alachisoft.ncache.client.CacheStream
Gets the BufferedInputStream instance.
getBufferedInputStream(int) - Method in interface com.alachisoft.ncache.client.CacheStream
Gets the BufferedInputStream of given buffer size.
getBufferedOutputStream() - Method in interface com.alachisoft.ncache.client.CacheStream
Gets the BufferedOutputStream of given buffer size.
getBufferedOutputStream(int) - Method in interface com.alachisoft.ncache.client.CacheStream
Gets the BufferedOutputStream of given buffer size.
getBulk(Iterable<String>, ReadThruOptions, Class<?>) - Method in interface com.alachisoft.ncache.client.Cache
Retrieves the objects from cache for the given keys as key-value pairs in form of a Map.
getBulk(Iterable<String>, Class<?>) - Method in interface com.alachisoft.ncache.client.Cache
Retrieves the objects from cache for the given keys as key-value pairs in form of a Map.
getByTag(Tag) - Method in interface com.alachisoft.ncache.client.services.SearchService
Gets all the cached items with the specified tag.
getByTag(String) - Method in interface com.alachisoft.ncache.client.services.SearchService
Gets all the cached objects with the wild card supported tag.
getByTags(List<Tag>, TagSearchOptions) - Method in interface com.alachisoft.ncache.client.services.SearchService
Returns the cached objects that have tags with specified TagSearchOptions.
getCache(String) - Static method in class com.alachisoft.ncache.client.CacheManager
Returns an instance of Cache for this application.
getCache(String, CacheConnectionOptions) - Static method in class com.alachisoft.ncache.client.CacheManager
Returns an instance of Cache for this application.
getCache(String, CacheConnectionOptions, String, CacheConnectionOptions) - Static method in class com.alachisoft.ncache.client.CacheManager
Returns an instance of Cache for this application.
getCacheClientSyncMode(Integer) - Static method in class com.alachisoft.ncache.client.util.ClientEnumUtil
 
getCacheDataNotificationListener() - Method in class com.alachisoft.ncache.client.CacheEventDescriptor
Gets the Listener that triggers when any data changes in cache.
getCacheDependency() - Method in class com.alachisoft.ncache.client.CacheStreamAttributes
Gets the Cache Dependency instance that contains all dependencies associated with cache stream.
getCacheId() - Method in class com.alachisoft.ncache.client.CacheSyncDependency
The unique Id of the remote cache
getCacheId() - Method in class com.alachisoft.ncache.client.ClusterEvent
Returns cache-id of the stopped cache.
getCacheItem(String) - Method in interface com.alachisoft.ncache.client.Cache
Retrieves the specified CacheItem from the cache.
getCacheItem(String, boolean, TimeSpan, LockHandle) - Method in interface com.alachisoft.ncache.client.Cache
Get the cache item stored in cache.
getCacheItem(String, CacheItemVersion, ReadThruOptions) - Method in interface com.alachisoft.ncache.client.Cache
Retrieves the specified CacheItem from the cache.This method also allows specifying the read-through option.
getCacheItem(String, ReadThruOptions) - Method in interface com.alachisoft.ncache.client.Cache
Retrieves the specified CacheItem from the cache.
getCacheItemBulk(Iterable<String>) - Method in interface com.alachisoft.ncache.client.Cache
Retrieves the specified CacheItems from the cache object
getCacheItemBulk(Iterable<String>, ReadThruOptions) - Method in interface com.alachisoft.ncache.client.Cache
Retrieves the specified cacheItems from the cache.
getCacheItemPriority() - Method in class com.alachisoft.ncache.client.CacheItem
Gets the relative priority for cache item which is kept under consideration whenever cache starts to free up space and evicts items.
getCacheItemPriority() - Method in class com.alachisoft.ncache.client.CacheStreamAttributes
Gets the relative cache item priority of the cache stream.
getCacheItemPriority() - Method in class com.alachisoft.ncache.client.EventCacheItem
Specifies the CacheItemPriority of the item present in the cache
getCacheItemRemovedReason() - Method in class com.alachisoft.ncache.client.CacheEventArg
Only applicable for EventType.ItemRemove Otherwise default value is DependencyChanged.
getCacheItemRemovedReason(Integer) - Static method in class com.alachisoft.ncache.client.util.ClientEnumUtil
 
getCacheItemRemovedReasonValue(CacheItemRemovedReason) - Static method in class com.alachisoft.ncache.client.util.ClientEnumUtil
 
getCacheItemVersion() - Method in class com.alachisoft.ncache.client.CacheItem
Gets the version associated with the cache item.Version is basically a numeric value that is used to represent the version of the cached item which changes with every update to an item.
getCacheItemVersion() - Method in class com.alachisoft.ncache.client.EventCacheItem
Item version of the item
getCacheKeys() - Method in class com.alachisoft.ncache.runtime.dependencies.KeyDependency
Gets the list of cache keys.
getCacheName() - Method in class com.alachisoft.ncache.client.CacheEventDescriptor
Name of the cache registered against
getCacheName() - Method in class com.alachisoft.ncache.client.EventArg
Name of the cache the event is raised against.
getCacheName() - Method in class com.alachisoft.ncache.runtime.cachemanagement.CacheHealth
Gets the name of the cache.
getCacheName() - Method in class com.alachisoft.ncache.runtime.events.DataStructureEventArg
Gets the name of cache the collection event is registered against.
getCaches() - Static method in class com.alachisoft.ncache.client.CacheManager
Returns CacheCollection of the caches initialized within the same application domain.
getCacheStatusNotificationType(String) - Static method in class com.alachisoft.ncache.client.util.ClientEnumUtil
 
getCacheStatusNotificationTypeValue(CacheStatusNotificationType) - Static method in class com.alachisoft.ncache.client.util.ClientEnumUtil
 
getCacheStream(String, CacheStreamAttributes) - Method in interface com.alachisoft.ncache.client.Cache
Gets an instance of CacheStream
getCause() - Method in exception com.alachisoft.ncache.runtime.exceptions.ChannelException
Retrieves the cause of this exception as passed to the constructor.
getClientBindIP() - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
Gets the IP for the client to be binded with.
getClientCacheMode() - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
Gets ClientCacheSyncMode to specify how the Client cache is synchronized with the cluster caches through events.
getClientCacheSyncModeValue(ClientCacheSyncMode) - Static method in class com.alachisoft.ncache.client.util.ClientEnumUtil
 
getClientID() - Method in class com.alachisoft.ncache.client.ClientInfo
Gets client id.
getClientID() - Method in class com.alachisoft.ncache.runtime.caching.ClientInfo
Gets the client unique id of the cache client.
getClientInfo() - Method in interface com.alachisoft.ncache.client.Cache
Displays the information related to this client.
getClientIP() - Method in class com.alachisoft.ncache.runtime.cachemanagement.CacheClient
Gets the IPAddress of the cache client.
getClientRequestTimeOut() - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
Clients operation timeout specified in seconds.
getClientVersion() - Method in class com.alachisoft.ncache.client.ClientInfo
Gets the client version of the cache client.
getClientVersion() - Method in class com.alachisoft.ncache.runtime.caching.ClientInfo
Gets the version of the NCahce client.
getCmdParamsDbType(int) - Static method in enum com.alachisoft.ncache.runtime.dependencies.CmdParamsDbType
retreives the enum constant of the specified value, if exists.
getCmdParamsType() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Gets the SqlDbType of the passed parameter.
getCollectionItem() - Method in class com.alachisoft.ncache.runtime.events.DataStructureEventArg
Gets current the collection item.
getCollectionType() - Method in class com.alachisoft.ncache.runtime.events.DataStructureEventArg
The type of collection, pertaining to DistributedDataStructure,returned on fire of collection event.
getCommandParams() - Method in class com.alachisoft.ncache.runtime.dependencies.OracleCacheDependency
Gets the oracle command parameters passed to the Oracle command.
getCommandParams() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCacheDependency
Gets the sql command parameters passed to SqlCacheDependency.
getCommandRetries() - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
If client application sends request to server for any operation and a response is not received, then the number of retries it will make until it gets response is defined here.
getCommandRetryInterval() - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
In case if client app doesn’t get response against some operation call on server, the command retry interval defines the waiting period before the next attempt to send the operation the server is made.
getCommandText() - Method in class com.alachisoft.ncache.runtime.dependencies.OracleCacheDependency
CommandText(Query string) to be used by dependency.
getCommandText() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCacheDependency
CommandText(Query string) to be used by dependency.
getCommandType() - Method in class com.alachisoft.ncache.runtime.dependencies.OracleCacheDependency
Gets the type of the Oracle command passed to the OracleDependency.
getCommandType() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCacheDependency
Gets the type of the Sql command passed to the SqlDependency.
getCompareInfo() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Gets the CompareInfo object that defines how string comparisons should be performed for this parameter.
getConnectedClientList() - Method in interface com.alachisoft.ncache.client.Cache
Gets the information of all connected clients to the cache.
getConnectedNodes() - Method in class com.alachisoft.ncache.runtime.cachemanagement.NodeStatus
Gets the array of the node connected with the cache.
getConnectionRetries() - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
Number of tries to re-establish a broken connection between client and server.
getConnectionString() - Method in class com.alachisoft.ncache.runtime.dependencies.DBCacheDependency
A connection string that is required by the cache in order to connect with database.
getConnectionString() - Method in class com.alachisoft.ncache.runtime.dependencies.OracleCacheDependency
Gets the connection string that is required by the cache in order to connect with database.
getConnectionString() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCacheDependency
The connection string that is required to the cache in order to connect with database.
getConnectionTimeout() - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
Client's connection timeout specified in seconds.
getConnectivityStatus() - Method in class com.alachisoft.ncache.runtime.cachemanagement.NodeStatus
Gets the connectivity status of the server node.
getContinuousQuery() - Method in class com.alachisoft.ncache.client.CQEventArg
Reference to the ContinuousQuery object it is registered against
getCores() - Method in class com.alachisoft.ncache.client.ClientInfo
Get the available cores of the cache client.
getCores() - Method in class com.alachisoft.ncache.runtime.caching.ClientInfo
Gets the available cores of the cache client.
getCount() - Method in interface com.alachisoft.ncache.client.Cache
Gets the number of items stored in the cache.
getCount() - Method in class com.alachisoft.ncache.runtime.caching.NamedTagsDictionary
Returns the number of items in named tags dictionary.
getCount() - Method in class com.alachisoft.ncache.runtime.JSON.JsonArray
Gets the number of items in the json array.
getCount() - Method in class com.alachisoft.ncache.runtime.JSON.JsonObject
Gets the number of attributes in the json object.
getCounter() - Method in class com.alachisoft.ncache.runtime.datasourceprovider.ProviderDataStructureItem
Gets the value of the counter.
getCounter(String) - Method in interface com.alachisoft.ncache.client.datastructures.DataStructureManager
Gets Counter interface against the provided name.
getCounter(String, ReadThruOptions) - Method in interface com.alachisoft.ncache.client.datastructures.DataStructureManager
Gets Counter interface against the provided name with backing source Read Thru option.
getCreationTime() - Method in class com.alachisoft.ncache.client.CacheItem
Gets the time when the item was added in cache for the first time.
getCreationTime() - Method in class com.alachisoft.ncache.runtime.caching.Message
Creation time in DateTime for the message.
getData() - Method in class com.alachisoft.ncache.runtime.datasourceprovider.ProviderDataStructureItem
Gets the value stored in ProviderDataStructureItem.
getDataAsJson() - Method in class com.alachisoft.ncache.runtime.datasourceprovider.ProviderDataStructureItem
Gets the value of the datastructure in the form of JsonValueBase.
getDataFilter() - Method in class com.alachisoft.ncache.client.CacheEventDescriptor
Gets the datafilter of the descriptor.
getDatasetsToRefresh(Map<String, Object>) - Method in interface com.alachisoft.ncache.runtime.cacheloader.CacheLoader
Responsible for getting new datasets at realtime through polling if refresh-on-event is enabled.
getDataSourceModificationListener() - Method in class com.alachisoft.ncache.runtime.caching.WriteThruOptions
Gets the data source modified notification listener for write-through options.
getDataStructuresManager() - Method in interface com.alachisoft.ncache.client.Cache
Gets an instance of DataStructureManager.
getDataType() - Method in class com.alachisoft.ncache.runtime.datasourceprovider.DataStructureWriteOperation
Gets the type of the collection associated with DataStructureWriteOperation.
getDataType() - Method in class com.alachisoft.ncache.runtime.JSON.JsonValueBase
Gets the type of the json object.
getDate() - Method in class com.alachisoft.ncache.runtime.util.NCDateTime
Returns the java.util.Date value corresponding to this NCDateTime instance.
getDate(int) - Method in interface com.alachisoft.ncache.client.CacheReader
Returns Date at specified column index
getDay() - Method in class com.alachisoft.ncache.runtime.util.NCDateTime
Gets the day of the month represented by this instance.
getDays() - Method in class com.alachisoft.ncache.runtime.util.TimeSpan
Gets the days component of the time interval represented by the current TimeSpan class.
getDBDependencyType() - Method in class com.alachisoft.ncache.runtime.dependencies.DBCacheDependency
The type of DBDependency i.e.
getDefaultDate() - Static method in class com.alachisoft.ncache.runtime.util.NCDateTime
Gets the default value of NCDateTime i.e.
getDefaultReadThruProvider() - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
Gets the name of the default ReadThruProvider.
getDefaultWriteThruProvider() - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
Gets the name of default WriteThruProvider.
getDeliveryMode(String) - Static method in class com.alachisoft.ncache.client.util.ClientEnumUtil
 
getDeliveryModeValue(DeliveryMode) - Static method in class com.alachisoft.ncache.client.util.ClientEnumUtil
 
getDeliveryOption() - Method in class com.alachisoft.ncache.runtime.caching.MessageEventArgs
Gets the enum that indicates how the message should be delivered.
getDeliveryOption(Integer) - Static method in class com.alachisoft.ncache.client.util.ClientEnumUtil
 
getDeliveryOptionValue(DeliveryOption) - Static method in class com.alachisoft.ncache.client.util.ClientEnumUtil
 
getDependencies() - Method in class com.alachisoft.ncache.runtime.dependencies.CacheDependency
Contains the List of Dependencies for the Cache Item.
getDependencies() - Method in class com.alachisoft.ncache.runtime.dependencies.ExtensibleDependency
Contains the List of Dependencies for the Cache Item.
getDependency() - Method in class com.alachisoft.ncache.client.CacheItem
Gets the Cache Dependency instance that contains all dependencies associated with cache item.
getDependency() - Method in class com.alachisoft.ncache.client.datastructures.DataStructureAttributes
Gets the Cache Dependency instance that contains all dependencies associated with DataStructure.
getDependency() - Method in class com.alachisoft.ncache.runtime.caching.CacheItemAttributes
The dependency/dependencies for the item.
getDependency() - Method in class com.alachisoft.ncache.runtime.datasourceprovider.ProviderItemBase
Gets the Cache Dependency instance that contains all dependencies associated with provider cache item.
getDescriptor() - Method in class com.alachisoft.ncache.client.CacheEventArg
Only applicable for general events otherwise it will be null.
getDirection() - Method in class com.alachisoft.ncache.runtime.dependencies.OracleCmdParams
Gets the direction of the passed parameters (in/out).
getDouble(int) - Method in interface com.alachisoft.ncache.client.CacheReader
Gets value of specified index as double.
getEnableClientLogs() - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
Gets the flag that specifies whether to create client logs or not.
getEnableKeepAlive() - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
Gets the keep alive flag.
getEntryType() - Method in class com.alachisoft.ncache.client.EventCacheItem
Gets the entry type associated with the EventCacheItem.
getError() - Method in class com.alachisoft.ncache.runtime.datasourceprovider.OperationResult
Gets the error message associated with OperationResult.
getErrorCode() - Method in exception com.alachisoft.ncache.runtime.exceptions.CacheException
 
getErrorCode() - Method in exception com.alachisoft.ncache.runtime.exceptions.runtime.CacheRuntimeException
Retreive error code
getErrorMessage(int, String...) - Static method in class com.alachisoft.ncache.runtime.errorhandling.ErrorMessages
 
getEventType() - Method in class com.alachisoft.ncache.client.ClusterEvent
Gets the type of event.
getEventType() - Method in class com.alachisoft.ncache.client.EventArg
Event Type the event is raised against.
getEventType() - Method in class com.alachisoft.ncache.runtime.caching.WriteBehindOpResult
Specifies the datasource event type.
getEventType() - Method in class com.alachisoft.ncache.runtime.events.DataStructureEventArg
Gets the type of the event.
getEventType(int) - Static method in enum com.alachisoft.ncache.runtime.events.EventType
retreives the enum constant of the specified value, if exists.
getEventTypes() - Method in class com.alachisoft.ncache.runtime.caching.WriteThruOptions
Gets the events enumset registered for datasource modification listener.
getException() - Method in class com.alachisoft.ncache.runtime.caching.WriteBehindOpResult
Gets the exception.
getException() - Method in class com.alachisoft.ncache.runtime.datasourceprovider.OperationResult
Gets the exception associated with the OperationResult.
getExceptions() - Method in exception com.alachisoft.ncache.runtime.exceptions.AggregateException
 
getExpiration() - Method in class com.alachisoft.ncache.client.CacheItem
Gets the expiration mechanism for cache item.
getExpiration() - Method in class com.alachisoft.ncache.client.CacheStreamAttributes
Gets the expiration mechanism for cache stream.
getExpiration() - Method in class com.alachisoft.ncache.client.datastructures.DataStructureAttributes
Gets the expiration mechanism for DataStructure.
getExpiration() - Method in class com.alachisoft.ncache.runtime.datasourceprovider.ProviderItemBase
Gets the expiration mechanism for provider cache item.
getExpirationTime() - Method in class com.alachisoft.ncache.runtime.caching.Message
ExpirationTime of TimeSpan type after which the message is expired from the topic.
getExpirationTime() - Method in interface com.alachisoft.ncache.runtime.caching.Topic
Gets the expiry time of messsage for this topic.
getExpirationType() - Method in class com.alachisoft.ncache.runtime.caching.expiration.Expiration
The type of expiration to be used while expiring items in cache.
getExpireAfter() - Method in class com.alachisoft.ncache.runtime.caching.expiration.Expiration
Gets the value of time in the form of TimeSpan that shows after how much time, the item in cache is to be expired.
getFieldCount() - Method in interface com.alachisoft.ncache.client.CacheReader
Gets number of columns.
getFileNames() - Method in class com.alachisoft.ncache.runtime.dependencies.FileDependency
Gets the list of file names.
getGroup() - Method in class com.alachisoft.ncache.client.CacheItem
Gets the group associated with the cache item.
getGroup() - Method in class com.alachisoft.ncache.client.CacheStreamAttributes
Gets the group associated with cache stream.
getGroup() - Method in class com.alachisoft.ncache.client.datastructures.DataStructureAttributes
Gets the associated with the DataStructure.
getGroup() - Method in class com.alachisoft.ncache.client.EventCacheItem
Gets the group associated with the EventCacheItem.
getGroup() - Method in class com.alachisoft.ncache.runtime.datasourceprovider.ProviderItemBase
Gets the group associated with the provider cache item.
getGroupData(String) - Method in interface com.alachisoft.ncache.client.services.SearchService
Retrieves the key and value pairs of the specified group.
getGroupKeys(String) - Method in interface com.alachisoft.ncache.client.services.SearchService
Retrieves the keys of the items in the specified group.
getHashCode() - Method in class com.alachisoft.ncache.runtime.caching.Tag
Gets the Hash Code for the Tag.
getHashSet(String, ReadThruOptions, Class<?>) - Method in interface com.alachisoft.ncache.client.datastructures.CollectionManager
Gets distributed set interface against the provided collection name.
getHashSet(String, Class<?>) - Method in interface com.alachisoft.ncache.client.datastructures.CollectionManager
Gets distributed set interface against the provided collection name.
getHours() - Method in class com.alachisoft.ncache.runtime.util.NCDateTime
Gets the hour component of the date represented by this instance.
getHours() - Method in class com.alachisoft.ncache.runtime.util.TimeSpan
Gets the hours component of the time interval represented by the current TimeSpan class.
getIfNewer(String, CacheItemVersion, Class<?>) - Method in interface com.alachisoft.ncache.client.Cache
Gets an object from the cache only if a newer version of the object exists in cache.
getInMemorySize() - Method in class com.alachisoft.ncache.runtime.JSON.JsonArray
Gets the In-Memory size of the json array.
getInMemorySize() - Method in class com.alachisoft.ncache.runtime.JSON.JsonObject
Gets the In-Memory size of the json object.
getInMemorySize() - Method in class com.alachisoft.ncache.runtime.JSON.JsonValueBase
 
getInt(int) - Method in interface com.alachisoft.ncache.client.CacheReader
Gets value of specified index as integer.
getIp() - Method in class com.alachisoft.ncache.client.ClusterEvent
Returns IP of the member node.
getIP() - Method in class com.alachisoft.ncache.client.ServerInfo
Gets the IPAddress of the server node where cache is running.
getiPAddress() - Method in class com.alachisoft.ncache.client.ClientInfo
Gets the ip address of the cache client.
getIPAddress() - Method in class com.alachisoft.ncache.runtime.caching.ClientInfo
Gets the IPAddress of the cache client.
getIsClosed() - Method in interface com.alachisoft.ncache.client.CacheReader
True, if reader is closed else false.
getIsClosed() - Method in interface com.alachisoft.ncache.runtime.caching.Topic
Specifies whether topic is closed or not.
getIsJavaReadThrough() - Method in class com.alachisoft.ncache.runtime.datasourceprovider.ProviderItemBase
Gets a boolean value that indicates that whether ReadThruProvider is Java based or not.
getIsNullable() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Gets a value that indicates whether the parameter accepts null values.
getIsolationLevel(Integer) - Static method in class com.alachisoft.ncache.client.util.ClientEnumUtil
 
getIsolationLevelValue(IsolationLevel) - Static method in class com.alachisoft.ncache.client.util.ClientEnumUtil
 
getIsolationMode() - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
Gets the Isolation level of the cache.
getIsRegistered() - Method in class com.alachisoft.ncache.client.CacheEventDescriptor
Returns true if the linked event delegate is registered, returns false when the descriptor has been consumed This property is ThreadSafe.
getIsReplica() - Method in class com.alachisoft.ncache.runtime.cachemanagement.ServerNode
Specifies whether the server node is replica or not.
getIsTracable() - Method in exception com.alachisoft.ncache.runtime.exceptions.OperationFailedException
 
getIsTracable() - Method in exception com.alachisoft.ncache.runtime.exceptions.runtime.AggregateRuntimeException
Returns the traceability of exception
getIsTracable() - Method in exception com.alachisoft.ncache.runtime.exceptions.runtime.ConfigurationRuntimeException
Returns the traceability of exception
getIsTracable() - Method in exception com.alachisoft.ncache.runtime.exceptions.runtime.ConnectionRuntimeException
Returns the traceability of exception
getIsTracable() - Method in exception com.alachisoft.ncache.runtime.exceptions.runtime.GeneralFailureRuntimeException
Returns the traceability of exception
getIsTracable() - Method in exception com.alachisoft.ncache.runtime.exceptions.runtime.InvalidReaderRuntimeException
Returns the traceability of exception
getIsTracable() - Method in exception com.alachisoft.ncache.runtime.exceptions.runtime.LicensingRuntimeException
Returns the traceability of exception
getIsTracable() - Method in exception com.alachisoft.ncache.runtime.exceptions.runtime.OperationFailedRuntimeException
Returns the traceability of exception
getIsTracable() - Method in exception com.alachisoft.ncache.runtime.exceptions.runtime.OperationNotSupportedRuntimeException
Returns the traceability of exception
getIsTracable() - Method in exception com.alachisoft.ncache.runtime.exceptions.runtime.SecurityRuntimeException
Returns the traceability of exception
getIsTracable() - Method in exception com.alachisoft.ncache.runtime.exceptions.runtime.StateTransferInProgressRuntimeException
Returns the traceability of exception
getItem() - Method in class com.alachisoft.ncache.client.EventArg
Contains the item if the event was registered against EventDataFilter.Metadata or EventDataFilter.DataWithMetadata
getItem(int) - Method in class com.alachisoft.ncache.runtime.JSON.JsonArray
Gets the item at the specified index for the JSON Arary.
getItem(String) - Method in class com.alachisoft.ncache.runtime.JSON.JsonObject
Gets the value of the specified attribute in java object.
getItemPriority() - Method in class com.alachisoft.ncache.runtime.datasourceprovider.ProviderItemBase
Gets the relative priority for provider cache item which is kept under consideration whenever cache starts to free up space and evicts items.
getIterator() - Method in class com.alachisoft.ncache.runtime.caching.NamedTagsDictionary
Returns an iterator that iterates through the entries of named tags dictionary.
getIterator() - Method in class com.alachisoft.ncache.runtime.JSON.JsonArray
Returns the Iterator that iterates through JSONArray items.
getIterator() - Method in class com.alachisoft.ncache.runtime.JSON.JsonObject
Returns the Iterator that iterates through JSONObject attributes.
getKeepAliveInterval() - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
Gets the KeepAliveInterval, which will be in effect if the EnabledKeepAlive is set 'true' or is specified 'true' from the client configuration.
getKey() - Method in class com.alachisoft.ncache.client.CacheSyncDependency
The key of the item in the remote cache with which the local cache item needs to be synchronized.
getKey() - Method in interface com.alachisoft.ncache.client.datastructures.DistributedDataStructure
Gets the name of the data type.
getKey() - Method in class com.alachisoft.ncache.runtime.datasourceprovider.WriteOperationBase
Gets the key on which operation has been performed.
getKeyDependencyType() - Method in class com.alachisoft.ncache.runtime.dependencies.KeyDependency
Enumeration specifying operation upon which key dependency is to be triggered.
getKeysByTag(Tag) - Method in interface com.alachisoft.ncache.client.services.SearchService
Gets all keys of the objects with the specified tag.
getKeysByTag(String) - Method in interface com.alachisoft.ncache.client.services.SearchService
Gets all the keys with the wild card supported tag.
getKeysByTags(List<Tag>, TagSearchOptions) - Method in interface com.alachisoft.ncache.client.services.SearchService
Returns keys of the cached items that have tags with specified TagSearchOptions.
getKeysIterator() - Method in class com.alachisoft.ncache.runtime.caching.NamedTagsDictionary
Returns an iterator that iterates through the keys of named tags dictionary.
getLastModifiedTime() - Method in class com.alachisoft.ncache.client.CacheItem
Gets the lastModifiedTime of the cache item.CacheItem stores the last modified time of the cache item.
getLegacyClientID(ClientInfo) - Static method in class com.alachisoft.ncache.client.ClientInfo
GetLegacyClientId returns the client id in string.
getList(String, ReadThruOptions, Class<?>) - Method in interface com.alachisoft.ncache.client.datastructures.CollectionManager
Gets distributed list interface against the provided collection name.
getList(String, Class<?>) - Method in interface com.alachisoft.ncache.client.datastructures.CollectionManager
Gets distributed list interface against the provided collection name.
getLoadBalance() - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
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.
getLocalizedDate() - Method in class com.alachisoft.ncache.runtime.util.NCDateTime
Returns the java.util.Date value corresponding to this instance after converting to local time.
getLocalizedTimeInTicks() - Method in class com.alachisoft.ncache.runtime.util.NCDateTime
Gets the ticks corresponding to the current local time.
getLockDate() - Method in class com.alachisoft.ncache.client.LockHandle
Gets the lock date.
getLockId() - Method in class com.alachisoft.ncache.client.LockHandle
Get lock id
getLogLevel() - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
Gets the LogLevel either as Info, Error or Debug.
getLogLevel(Integer) - Static method in class com.alachisoft.ncache.client.util.ClientEnumUtil
 
getLogLevelValue(LogLevel) - Static method in class com.alachisoft.ncache.client.util.ClientEnumUtil
 
getLong(int) - Method in interface com.alachisoft.ncache.client.CacheReader
Gets value of specified index as long.
getMacAddress() - Method in class com.alachisoft.ncache.client.ClientInfo
Gets the mac address of the cache client.
getMacAddress() - Method in class com.alachisoft.ncache.runtime.caching.ClientInfo
Gets the MacAddress of the cache client.
getMachineName() - Method in class com.alachisoft.ncache.client.ClientInfo
Gets the machine name of the cache client.
getMachineName() - Method in class com.alachisoft.ncache.runtime.caching.ClientInfo
Gets the name of the machine the client is running on.
getMap(String, ReadThruOptions, Class<?>) - Method in interface com.alachisoft.ncache.client.datastructures.CollectionManager
Gets distributed Map interface against the provided collection name.
getMap(String, Class<?>) - Method in interface com.alachisoft.ncache.client.datastructures.CollectionManager
Gets distributed Map interface against the provided collection name.
getMessage() - Method in class com.alachisoft.ncache.runtime.caching.MessageEventArgs
Gets the message to be delivered.
getMessage() - Method in exception com.alachisoft.ncache.runtime.exceptions.AggregateException
 
getMessageCount() - Method in interface com.alachisoft.ncache.runtime.caching.Topic
Gets the number of messages published for this topic.
getMessageId() - Method in class com.alachisoft.ncache.runtime.caching.Message
Auto generated ID for the message, as same messages can be stored on different topics.
getMessagingService() - Method in interface com.alachisoft.ncache.client.Cache
Gets an instance of MessagingService
getMessgeFailureReason() - Method in class com.alachisoft.ncache.runtime.caching.MessageFailedEventArgs
Gets the reason due to which message was not delivered.
getMethodOverlaod() - Method in class com.alachisoft.ncache.runtime.datasourceprovider.WriteOperationBase
Specifies which overload of the operation has to be performed.
getMilliseconds() - Method in class com.alachisoft.ncache.runtime.util.NCDateTime
Gets the milliseconds component of the date represented by this instance.
getMilliseconds() - Method in class com.alachisoft.ncache.runtime.util.TimeSpan
Gets the milliseconds component of the time interval represented by the current TimeSpan class.
getMinutes() - Method in class com.alachisoft.ncache.runtime.util.NCDateTime
Gets the minute component of the date represented by this instance.
getMinutes() - Method in class com.alachisoft.ncache.runtime.util.TimeSpan
Gets the minutes component of the time interval represented by the current TimeSpan class.
getMode() - Method in class com.alachisoft.ncache.runtime.caching.WriteThruOptions
Gets the WriteMode for write-through options.
getMonth() - Method in class com.alachisoft.ncache.runtime.util.NCDateTime
Gets the month component of the date represented by this instance.
getName() - Method in class com.alachisoft.ncache.client.ServerInfo
Gets the name of the server node where cache is running.
getName() - Method in interface com.alachisoft.ncache.runtime.caching.Topic
Gets the name of the Topic.
getName(int) - Method in interface com.alachisoft.ncache.client.CacheReader
Returns name of specified column index.
getNamedTags() - Method in class com.alachisoft.ncache.client.CacheItem
Gets the NamedTags information associated with the cache item, it can be queried on the basis of NamedTags provided.
getNamedTags() - Method in class com.alachisoft.ncache.client.datastructures.DataStructureAttributes
Gets the NamedTags information associated with the DataStructure, it can be queried on the basis of NamedTags provided.
getNamedTags() - Method in class com.alachisoft.ncache.runtime.datasourceprovider.ProviderItemBase
Gets the NamedTags information associated with the provider cache item, it can be queried on the basis of NamedTags provided.
getNodeInfo() - Method in class com.alachisoft.ncache.runtime.cachemanagement.NodeStatus
Gets the information of the server node.
getNotificationService() - Method in interface com.alachisoft.ncache.client.Cache
Gets an instance of NotificationService.
getoffset() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Gets the offset to the Value property.
getOldCollectionItem() - Method in class com.alachisoft.ncache.runtime.events.DataStructureEventArg
Gets the previous value of the collection item.
getOldItem() - Method in class com.alachisoft.ncache.client.EventArg
Only applicable for EventType.ItemUpdated.
getOperation() - Method in class com.alachisoft.ncache.runtime.datasourceprovider.OperationResult
Gets the writeoperation associated with the OperationResult.
getOperationStatus() - Method in class com.alachisoft.ncache.runtime.datasourceprovider.OperationResult
Gets the status associated with the opearation result.
getOperationType() - Method in class com.alachisoft.ncache.runtime.datasourceprovider.DataStructureWriteOperation
Gets the type of the write operation.
getOperationType() - Method in class com.alachisoft.ncache.runtime.datasourceprovider.WriteOperation
Gets the type of Write operation.
getOracleCmdParamsType(int) - Static method in enum com.alachisoft.ncache.runtime.dependencies.OracleCmdParamsType
retreives the enum constant of the specified value, if exists.
getOracleCommandType(CommandType) - Static method in enum com.alachisoft.ncache.runtime.dependencies.OracleCommandType
retreives the enum constant of the specified value, if exists.
getOracleParameterDirection(int) - Static method in enum com.alachisoft.ncache.runtime.dependencies.OracleParameterDirection
retreives the enum constant of the specified value, if exists.
getOrdinal(String) - Method in interface com.alachisoft.ncache.client.CacheReader
Returns index of specified column name.
getParameters() - Method in class com.alachisoft.ncache.client.QueryCommand
Gets the query parameters in form of a Hashmap.
getParameters() - Method in class com.alachisoft.ncache.runtime.dependencies.CustomDependency
Gets the parameter Map to be passed to extensible dependency provider.
getPassword() - Method in class com.alachisoft.ncache.client.CacheSyncDependency
Specifies the user authorization password.
getPassword() - Method in class com.alachisoft.ncache.client.Credentials
Gets the password for the credentials.
getPayload() - Method in class com.alachisoft.ncache.runtime.caching.Message
The actual data object of interest for subscribers, for example, Order.
getPayloadAsJson(Class<?>) - Method in class com.alachisoft.ncache.runtime.caching.Message
This method is used to get underlying payload that is stored in json form.
getport() - Method in exception com.alachisoft.ncache.runtime.exceptions.ConnectionException
 
getPort() - Method in class com.alachisoft.ncache.client.CacheConnection
Gets the port of server on which cache is running.
getPort() - Method in class com.alachisoft.ncache.client.CacheSyncDependency
The server port that is used by the clients to connect to the server.
getPort() - Method in class com.alachisoft.ncache.client.ClusterEvent
Returns the NCache Socket Server port.
getPort() - Method in class com.alachisoft.ncache.client.ServerInfo
Gets the port for client to connect to the server node.
getPort() - Method in class com.alachisoft.ncache.runtime.cachemanagement.CacheClient
Gets the port of the cache client.
getPort() - Method in class com.alachisoft.ncache.runtime.cachemanagement.ServerNode
Gets the port of server node.
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
Primary key of the item in database.
getPriority() - Method in class com.alachisoft.ncache.client.datastructures.DataStructureAttributes
Gets the relative priority for DataStructure which is kept under consideration whenever cache starts to free up space and evicts items.
getPriority() - Method in interface com.alachisoft.ncache.runtime.caching.Topic
The relative priority of the topic.
getProcessID() - Method in class com.alachisoft.ncache.client.ClientInfo
Gets the process id of the cache client.
getProcessID() - Method in class com.alachisoft.ncache.runtime.cachemanagement.CacheClient
Gets the process id of the cache client.
getProcessID() - Method in class com.alachisoft.ncache.runtime.caching.ClientInfo
Gets the Process ID of the cache client.
getProviderCacheItem() - Method in class com.alachisoft.ncache.runtime.datasourceprovider.WriteOperation
Gets the ProviderCacheItem associated with the WriteOperation.
getProviderItem() - Method in class com.alachisoft.ncache.runtime.datasourceprovider.DataStructureWriteOperation
Gets the ProviderDataStructureItem associated with the DataStructureWriteOperation.
getProviderName() - Method in class com.alachisoft.ncache.runtime.caching.datasource.ResyncOptions
Gets the readthrough provider name with which items will be resynced at expiry.
getProviderName() - Method in class com.alachisoft.ncache.runtime.caching.ReadThruOptions
Gets the unique identifier for the data source provider.
getProviderName() - Method in class com.alachisoft.ncache.runtime.caching.WriteThruOptions
Gets the unique identifier for the data source provider.
getProviderName() - Method in class com.alachisoft.ncache.runtime.dependencies.CustomDependency
Gets the name of the the extensble depdendency provider
getQuery() - Method in class com.alachisoft.ncache.client.QueryCommand
Gets the query text.
getQueryCommand() - Method in class com.alachisoft.ncache.client.ContinuousQuery
Gets the query command for the continuous query.
getQueue(String, ReadThruOptions, Class<?>) - Method in interface com.alachisoft.ncache.client.datastructures.CollectionManager
Gets distributed queue interface against the provided collection name.
getQueue(String, Class<?>) - Method in interface com.alachisoft.ncache.client.datastructures.CollectionManager
Gets distributed queue interface against the provided collection name.
getRandom() - Method in interface com.alachisoft.ncache.client.datastructures.DistributedHashSet
Return a random element from the set.
getRandom(int) - Method in interface com.alachisoft.ncache.client.datastructures.DistributedHashSet
Returns count distinct random elements from the set.
getRange(int, int) - Method in interface com.alachisoft.ncache.client.datastructures.DistributedList
Returns a list that will contain only the specified range of elements.
getReadMode() - Method in class com.alachisoft.ncache.runtime.caching.ReadThruOptions
Gets the ReadMode for read-through options.
getRegisteredAgainst() - Method in class com.alachisoft.ncache.client.CacheEventDescriptor
Gets the Event Types against which the descriptor is registered.
getResyncExpiredItems() - Method in class com.alachisoft.ncache.client.EventCacheItem
Specifies whether item is to be resynced on expiration or not.
getResyncItemOnExpiration() - Method in class com.alachisoft.ncache.runtime.datasourceprovider.ProviderItemBase
Gets the flag which indicates whether item should be reloaded on expiration if ReadThru provider is specified.
getResyncOnExpiration() - Method in class com.alachisoft.ncache.runtime.caching.datasource.ResyncOptions
Gets the flag that indicates whether the items are to be resynced at expiry or not.
getResyncOptions() - Method in class com.alachisoft.ncache.client.CacheItem
Gets the ResyncOptions specific to the cache item.
getResyncOptions() - Method in class com.alachisoft.ncache.client.datastructures.DataStructureAttributes
Gets the ResyncOptions specific to the DataStructure.
getResyncOptions() - Method in class com.alachisoft.ncache.client.EventCacheItem
ResyncOptions contain information if items are to be resynced at expiry and readthrough provider name when item will be resynced at expiry.
getResyncOptions() - Method in class com.alachisoft.ncache.runtime.datasourceprovider.ProviderItemBase
Gets the ResyncOptions specific to the provider cache item.
getResyncProviderName() - Method in class com.alachisoft.ncache.runtime.datasourceprovider.ProviderItemBase
Gets the ReadThru provider name for re-synchronization of cache.
getRetryConnectionDelay() - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
The time after which client will try to reconnect to the server.
getRetryCount() - Method in class com.alachisoft.ncache.runtime.datasourceprovider.WriteOperationBase
Specifies number of retries in case of data source operation failure.
getRetryInterval() - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
Time in seconds to wait between two connection retries.
getScale() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Gets the number of decimal places to which Value is resolved.
getSearchOptions() - Method in interface com.alachisoft.ncache.runtime.caching.Topic
Specifies whether user has subscribed to pattern based or simple subscription.
getSearchService() - Method in interface com.alachisoft.ncache.client.Cache
Gets an instance of SearchService.
getSeconds() - Method in class com.alachisoft.ncache.runtime.util.NCDateTime
Gets the seconds component of the date represented by this instance.
getSeconds() - Method in class com.alachisoft.ncache.runtime.util.TimeSpan
Gets the seconds component of the time interval represented by the current TimeSpan class.
getServer() - Method in class com.alachisoft.ncache.client.CacheConnection
Gets the name of server on which cache is running.
getServer() - Method in class com.alachisoft.ncache.client.CacheSyncDependency
The name of the server where the remote cache is running.
getServerIP() - Method in class com.alachisoft.ncache.runtime.cachemanagement.ServerNode
Gets the IP Address of server node.
getServerList() - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
Gets the list of ServerInfo in the cache.
getServerNodesStatus() - Method in class com.alachisoft.ncache.runtime.cachemanagement.CacheHealth
Gets the array of NodeStatus that contains information of all connected server nodes.
getShort(int) - Method in interface com.alachisoft.ncache.client.CacheReader
Gets value of specified index as short.
getSize() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Gets the maximum size, in bytes, of the data within the column.
getSize() - Method in class com.alachisoft.ncache.runtime.JSON.JsonArray
Gets the size occupiied by json array.
getSize() - Method in class com.alachisoft.ncache.runtime.JSON.JsonObject
Gets the size occupied by the json object.
getSize() - Method in class com.alachisoft.ncache.runtime.JSON.JsonValueBase
 
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
Sets the DataRowVersion to use when you load Value.
getSqlCmpOptions(int) - Static method in enum com.alachisoft.ncache.runtime.dependencies.SqlCmpOptions
retreives the enum constant of the specified value, if exists.
getSqlCommandType(int) - Static method in enum com.alachisoft.ncache.runtime.dependencies.SqlCommandType
retreives the enum constant of the specified value, if exists.
getSqlDataRowVersion(int) - Static method in enum com.alachisoft.ncache.runtime.dependencies.SqlDataRowVersion
retreives the enum constant of the specified value, if exists.
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 a SQL type.
getStartAfterTicks() - Method in class com.alachisoft.ncache.runtime.dependencies.FileDependency
Gets the time after which dependency is to be started.
getStartAfterTicks() - Method in class com.alachisoft.ncache.runtime.dependencies.KeyDependency
Gets the time after which dependency is to be started.
getStatus() - Method in class com.alachisoft.ncache.client.ClientInfo
Gets the connectivity status of the cache client.
getStatus() - Method in class com.alachisoft.ncache.runtime.cachemanagement.CacheHealth
Gets the CacheStatus enum that tells whether the cache is running or not.
getStatus() - Method in class com.alachisoft.ncache.runtime.caching.ClientInfo
Gets the enum that specifies whether client is connected to cache or not.
getStatus() - Method in class com.alachisoft.ncache.runtime.caching.WriteBehindOpResult
Specifies WriteBehindOpStatus of data source operation.
getStreamMode() - Method in class com.alachisoft.ncache.client.CacheStreamAttributes
Gets the stream mode associated with the cache stream.
getString(int) - Method in interface com.alachisoft.ncache.client.CacheReader
Gets value of specified index as string.
getSubscriptionName() - Method in interface com.alachisoft.ncache.runtime.caching.messaging.DurableTopicSubscription
Returns the name for durable subscriptions.
getSubscriptionPolicy() - Method in interface com.alachisoft.ncache.runtime.caching.messaging.DurableTopicSubscription
It returns the type of Subscription Policy user has subscribed with.
getSubscriptionPolicy(Integer) - Static method in class com.alachisoft.ncache.client.util.ClientEnumUtil
 
getSubscriptionPolicyValue(SubscriptionPolicy) - Static method in class com.alachisoft.ncache.client.util.ClientEnumUtil
 
getSyncDependency() - Method in class com.alachisoft.ncache.client.CacheItem
Synchronizes two separate caches so that an item updated or removed from one cache can have the same effect on the synchronized cache.
getTagName() - Method in class com.alachisoft.ncache.runtime.caching.Tag
Gets the string based tag name.
getTags() - Method in class com.alachisoft.ncache.client.CacheItem
Gets the tags information associated with the cache item, it can be queried on the basis of Tags provided.
getTags() - Method in class com.alachisoft.ncache.client.datastructures.DataStructureAttributes
Gets the tags information associated with the DataStructure, it can be queried on the basis of Tags provided.
getTags() - Method in class com.alachisoft.ncache.runtime.datasourceprovider.ProviderItemBase
Gets the tags information associated with the provider cache item, it can be queried on the basis of Tags provided.
getTagSearchOptions(Integer) - Static method in class com.alachisoft.ncache.client.util.ClientEnumUtil
 
getTagSearchOptionsValue(TagSearchOptions) - Static method in class com.alachisoft.ncache.client.util.ClientEnumUtil
 
getTicks() - Method in class com.alachisoft.ncache.runtime.util.NCDateTime
Gets the number of ticks that represent the date and time of this instance.
getTopic() - Method in class com.alachisoft.ncache.runtime.caching.MessageEventArgs
Gets the topic to which the message belongs.
getTopic() - Method in interface com.alachisoft.ncache.runtime.caching.TopicSubscription
Retrieves Topic instance containing information about the topic.
getTopic(String) - Method in interface com.alachisoft.ncache.client.services.MessagingService
Retrieves the topic instance against the topic name.
getTopic(String, TopicSearchOptions) - Method in interface com.alachisoft.ncache.client.services.MessagingService
Retrieves the topic instance against the TopicSearchOptions and provided name or pattern.
getTopicName() - Method in class com.alachisoft.ncache.runtime.caching.MessageEventArgs
Gets the name of the topic on which message is published.
getTopicName() - Method in class com.alachisoft.ncache.runtime.caching.TopicDeleteEventArgs
Gets the name of the deleted topic.
getTopology() - Method in class com.alachisoft.ncache.runtime.cachemanagement.CacheHealth
Gets the topology of the cache.
getTotalDays() - Method in class com.alachisoft.ncache.runtime.util.TimeSpan
Gets the value of the current TimeSpan class expressed in whole and fractional days.
getTotalHours() - Method in class com.alachisoft.ncache.runtime.util.TimeSpan
Gets the value of the current TimeSpan class expressed in whole and fractional hours.
getTotalMiliSeconds() - Method in class com.alachisoft.ncache.runtime.util.TimeSpan
Gets the value of the current TimeSpan class expressed in whole and fractional milliseconds.
getTotalMilliseconds() - Method in class com.alachisoft.ncache.runtime.util.TimeSpan
Gets the value of the current TimeSpan class expressed in whole and fractional milliseconds.
getTotalMinutes() - Method in class com.alachisoft.ncache.runtime.util.TimeSpan
Gets the value of the current TimeSpan class expressed in whole and fractional milliseconds.
getTotalSeconds() - Method in class com.alachisoft.ncache.runtime.util.TimeSpan
Gets the value of the current TimeSpan class expressed in whole and fractional milliseconds.
getTotalTicks() - Method in class com.alachisoft.ncache.runtime.util.TimeSpan
Gets the value of the current TimeSpan class expressed in whole and fractional milliseconds.
getType() - Method in class com.alachisoft.ncache.runtime.datasourceprovider.ProviderDataStructureItem
Gets the type of the DistributedDataStructure.
getType() - Method in class com.alachisoft.ncache.runtime.dependencies.OracleCmdParams
Gets the type of the command parameter.
getType() - Method in class com.alachisoft.ncache.runtime.JSON.JsonObject
Gets the type attribute of the json object.
getType(Object) - Method in class com.alachisoft.ncache.runtime.caching.NamedTagsDictionary
 
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.
getUpdateInCache() - Method in class com.alachisoft.ncache.runtime.datasourceprovider.OperationResult
Gets a boolean value that indicates if item will be updated in cache store after write operation.
getUserCredentials() - Method in class com.alachisoft.ncache.client.CacheConnection
Gets Credentials of the cache for authorization.
getUserCredentials() - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
Gets Credentials for the authentication of connection with the cache.
getUserId() - Method in class com.alachisoft.ncache.client.CacheSyncDependency
Specifies the User Id for user authorization.
getUserID() - Method in class com.alachisoft.ncache.client.Credentials
Gets the user id for the credentials.
getUTCDate(Date) - Static method in class com.alachisoft.ncache.runtime.util.NCDateTime
Gets an NCDateTime object that converts the specified date to UTC equivalent.
getUTCNow() - Static method in class com.alachisoft.ncache.runtime.util.NCDateTime
Gets a DateTime object that is set to the current date and time on this computer, expressed as the Coordinated Universal Time (UTC).
getValue() - Method in enum com.alachisoft.ncache.client.CacheStatusNotificationType
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.client.ClientCacheSyncMode
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.client.ConnectivityStatus
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in interface com.alachisoft.ncache.client.datastructures.Counter
Gets the value of counter.
getValue() - Method in enum com.alachisoft.ncache.client.IsolationLevel
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.client.LogLevel
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.client.StreamMode
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.client.TagSearchOptions
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.runtime.cacheloader.RefreshPreference
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.runtime.cachemanagement.CacheStatus
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.runtime.cachemanagement.CacheTopology
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.runtime.cachemanagement.ConnectivityStatus
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.runtime.caching.ConnectivityStatus
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.runtime.caching.DeliveryOption
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.runtime.caching.DistributedDataStructure
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.runtime.caching.expiration.ExpirationType
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.runtime.caching.MessageFailureReason
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.runtime.caching.messaging.TopicPriority
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.runtime.caching.messaging.TopicSearchOptions
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.runtime.caching.ReadMode
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.runtime.caching.SubscriptionPolicy
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.runtime.caching.WriteBehindOpStatus
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.runtime.caching.WriteMode
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.runtime.datasourceprovider.DataStructureOperationType
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.runtime.datasourceprovider.DistributedDataStructureType
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.runtime.datasourceprovider.OperationResult.Status
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.runtime.datasourceprovider.WriteOperationType
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.runtime.dependencies.CmdParamsType
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.runtime.dependencies.CommandType
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.runtime.dependencies.KeyDependencyType
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in class com.alachisoft.ncache.runtime.dependencies.OracleCmdParams
Gets the value of the command parameter.
getValue() - Method in enum com.alachisoft.ncache.runtime.dependencies.OracleCmdParamsType
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.runtime.dependencies.OracleCommandType
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.runtime.dependencies.OracleParameterDirection
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Gets the value of the passed parameter.
getValue() - Method in enum com.alachisoft.ncache.runtime.dependencies.SqlDataRowVersion
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.runtime.dependencies.SqlParamDirection
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.runtime.events.DataTypeEventDataFilter
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.runtime.events.EventDataFilter
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.runtime.events.EventType
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in enum com.alachisoft.ncache.runtime.events.ListenerType
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in class com.alachisoft.ncache.runtime.JSON.JsonArray
Gets the json array instance.
getValue() - Method in enum com.alachisoft.ncache.runtime.JSON.JsonDataType
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue() - Method in class com.alachisoft.ncache.runtime.JSON.JsonObject
Gets the instance of the json object.
getValue() - Method in class com.alachisoft.ncache.runtime.JSON.JsonValueBase
Gets the value of the json object.
getValue() - Method in enum com.alachisoft.ncache.runtime.JSON.JsonValueType
Order is important in enums.By using getValue() method, each enum constant index can be found, just like array index.
getValue(int, Class<?>) - Method in interface com.alachisoft.ncache.client.CacheReader
Gets value at specified column index.
getValue(Class<?>) - Method in class com.alachisoft.ncache.client.CacheItem
Returns the value stored in the cache item.
getValue(Class<?>) - Method in class com.alachisoft.ncache.client.EventCacheItem
Will contain the value present in the cache but only if the event was registered against EventDataFilter.Metadata or EventDataFilter.DataWithMetadata otherwise it will be null.
getValue(Class<?>) - Method in class com.alachisoft.ncache.runtime.datasourceprovider.ProviderCacheItem
Gets the value of the ProviderCacheItem.
getValue(String) - Method in class com.alachisoft.ncache.runtime.caching.NamedTagsDictionary
Gets the value of the specified key in the named tags dictionary.If key is not found returns null.
getValue(String, Class<?>) - Method in interface com.alachisoft.ncache.client.CacheReader
Gets value of specified column name.
getValueFromString(String) - Static method in enum com.alachisoft.ncache.runtime.CacheItemPriority
retreives the enum constant of the specified value, if exists.
getValues(Object[], Class<?>) - Method in interface com.alachisoft.ncache.client.CacheReader
Populates array of objects with values in current row.
getVersion() - Method in class com.alachisoft.ncache.client.CacheItemVersion
Gets the item version
getWriteThruOptions() - Method in interface com.alachisoft.ncache.client.datastructures.DistributedDataStructure
Gets the datasource Write Options.
getYear() - Method in class com.alachisoft.ncache.runtime.util.NCDateTime
Gets the year component of the date represented by this instance.
Guid - com.alachisoft.ncache.runtime.dependencies.CmdParamsDbType
Stores a globally unique identifier.
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