- Raw - com.alachisoft.ncache.runtime.dependencies.OracleCmdParamsType
-
The Raw datatype is used for data that is not to be interpreted (not converted when moving data between different systems) by Oracle Database.
- read() - Method in interface com.alachisoft.ncache.client.CacheReader
-
Advances ICacheReader to next record.
- read(byte[], int, int) - Method in interface com.alachisoft.ncache.client.CacheStream
-
Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.
- Read - com.alachisoft.ncache.client.StreamMode
-
Stream read mode without acquiring reader lock.
- ReadMode - Enum in com.alachisoft.ncache.runtime.caching
-
Enumeration that defines the read mode if item is not found in cache.
- ReadThru - com.alachisoft.ncache.runtime.caching.ReadMode
-
Look data source for item if not found.
- ReadThruForced - com.alachisoft.ncache.runtime.caching.ReadMode
-
Forcefully look data source for item and update/add item in cache.
- ReadThruOptions - Class in com.alachisoft.ncache.runtime.caching
-
Class that defines the fetch operation on cache can read from data source if item not found.
- ReadThruOptions(ReadMode) - Constructor for class com.alachisoft.ncache.runtime.caching.ReadThruOptions
-
Initializes a new instance of ReadThruOptions.
- ReadThruOptions(ReadMode, String) - Constructor for class com.alachisoft.ncache.runtime.caching.ReadThruOptions
-
Initializes a new instance of ReadThruOptions.
- ReadThruProvider - Interface in com.alachisoft.ncache.runtime.datasourceprovider
-
Contains methods used to read an object by its key from the master data source.
- ReadWithoutLock - com.alachisoft.ncache.client.StreamMode
-
Stream read mode by acquiring reader lock.
- Real - com.alachisoft.ncache.runtime.dependencies.CmdParamsType
-
A floating point number within the range of -3.40E +38 through 3.40E +38.
- RefCursor - com.alachisoft.ncache.runtime.dependencies.OracleCmdParamsType
-
A REF CURSOR is a PL/SQL data type whose value is the memory address of a query work area on the database.
- refreshDataset(String, Object) - Method in interface com.alachisoft.ncache.runtime.cacheloader.CacheLoader
-
Responsible for refreshing of items.
- RefreshNow - com.alachisoft.ncache.runtime.cacheloader.RefreshPreference
-
Use this option if you need to refresh the dataset in current time.
- RefreshOnNextTimeOfDay - com.alachisoft.ncache.runtime.cacheloader.RefreshPreference
-
Use this option to refresh the dataset on the next refresh interval.
- RefreshPreference - Enum in com.alachisoft.ncache.runtime.cacheloader
-
This enumeration allow a user to specify when to refresh the corresponding dataset.
- registerCQ(ContinuousQuery) - Method in interface com.alachisoft.ncache.client.services.MessagingService
-
Registers the specified continuous query with the cache server.
- RemoteException - Exception in com.alachisoft.ncache.runtime.exceptions
-
This exception is thrown whenever an error occurs on remote node.
- RemoteException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.RemoteException
-
Default constructor.
- RemoteException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.RemoteException
-
Overloaded Constructor
- RemoteException(String, Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.RemoteException
-
Overloaded Constructor
- RemoteException(Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.RemoteException
-
Overloaded Constructor
- remove(JsonValue) - Method in class com.alachisoft.ncache.runtime.JSON.JsonArray
-
Removes JSONValue item from array.
- remove(JsonValueBase) - Method in class com.alachisoft.ncache.runtime.JSON.JsonArray
-
Removes JsonValueBase item from array.
- remove(String) - Method in interface com.alachisoft.ncache.client.datastructures.DataStructureManager
-
Remove the specified data structure.
- remove(String) - Method in class com.alachisoft.ncache.runtime.caching.NamedTagsDictionary
-
Removes the key value pair from named tags dictionary.
- remove(String, LockHandle, CacheItemVersion, WriteThruOptions, Class<?>) - Method in interface com.alachisoft.ncache.client.Cache
-
Removes and retrieves the specified item from the
Cache
.
- remove(String, WriteThruOptions) - Method in interface com.alachisoft.ncache.client.datastructures.DataStructureManager
-
Remove the specified data structure.
- remove(String, WriteThruOptions, Class<?>) - Method in interface com.alachisoft.ncache.client.Cache
-
Removes and retrieves the specified item from the
Cache
.
- remove(String, Class<?>) - Method in interface com.alachisoft.ncache.client.Cache
-
Removes and retrieves the item with the specified key from cache.
- remove(Collection<String>) - Method in interface com.alachisoft.ncache.client.datastructures.DistributedMap
-
Removes the element with the specified keys from DistributedMap.
- remove(Collection<T>) - Method in interface com.alachisoft.ncache.client.datastructures.DistributedHashSet
-
Remove the specified items from the set.
- removeAsync(String, WriteThruOptions, Class<?>) - Method in interface com.alachisoft.ncache.client.Cache
-
Removes an item from the cache asynchronously with a cache key to reference its location.
- removeAsync(String, Class<?>) - Method in interface com.alachisoft.ncache.client.Cache
-
Removes an item from the cache asynchronously with a cache key to reference its location.
- removeAttribute(String) - Method in class com.alachisoft.ncache.runtime.JSON.JsonObject
-
Removes attribute from object on the basis of attribute name provided
- removeBulk(Iterable<String>, WriteThruOptions, Class<?>) - Method in interface com.alachisoft.ncache.client.Cache
-
Removes the specified items from the
Cache
and returns them to the application in the form of a Map.
- removeBulk(Iterable<String>, Class<?>) - Method in interface com.alachisoft.ncache.client.Cache
-
Removes the specified items from the
Cache
and returns them to the application in the form of a Map.
- removeByTag(Tag) - Method in interface com.alachisoft.ncache.client.services.SearchService
-
Removes the cached objects with the specified tag.
- removeByTags(List<Tag>, TagSearchOptions) - Method in interface com.alachisoft.ncache.client.services.SearchService
-
- removeCacheClearedListener(CacheClearedListener) - Method in interface com.alachisoft.ncache.client.services.NotificationService
-
Unregisters event for notifying applications when the cache is cleared.
- removeCacheConnectivityChangedListener(CacheClientConnectivityChangedListener) - Method in interface com.alachisoft.ncache.client.services.NotificationService
-
Unregisters event for notifying the application about the status of cache client connectivity.
- removeCacheDataNotificationListener(CacheDataModificationListener, EnumSet<EventType>) - Method in class com.alachisoft.ncache.client.CacheItem
-
Unregisters the user from cache data modification notifications.
- removeCacheNotificationListener(CacheEventDescriptor) - Method in interface com.alachisoft.ncache.client.services.MessagingService
-
Unregisters a cache level event that may have been registered.
- removeCacheNotificationListener(Iterable<String>, CacheDataModificationListener, EnumSet<EventType>) - Method in interface com.alachisoft.ncache.client.services.MessagingService
-
Unregisters cache notification against specified keys in cache.
- removeCacheNotificationListener(String, CacheDataModificationListener, EnumSet<EventType>) - Method in interface com.alachisoft.ncache.client.services.MessagingService
-
- removeCacheStatusEventListener(CacheStatusEventListener, EnumSet<CacheStatusNotificationType>) - Method in interface com.alachisoft.ncache.client.services.NotificationService
-
Unregisters event for notifying applications when a node joins/lefts the cache or when cache is stopped.
- removeChangeListener(DataStructureDataChangeListener, EnumSet<EventType>) - Method in interface com.alachisoft.ncache.client.datastructures.Notifiable
-
Allows you to unregister collection event notification.
- removeDataModificationListener(QueryDataModificationListener, EnumSet<EventType>) - Method in class com.alachisoft.ncache.client.ContinuousQuery
-
This method unregisters a custom listener that is fired on change in dataset of a continuous query.
- removeGroupData(String) - Method in interface com.alachisoft.ncache.client.services.SearchService
-
Remove the data items pertaining to the specified group from cache.
- removeMessageDeliveryFailureListener() - Method in interface com.alachisoft.ncache.runtime.caching.Topic
-
This method unregisters for message delivery failure events on this topic.
- removeMessageReceivedListener(MessageReceivedListener) - Method in interface com.alachisoft.ncache.runtime.caching.TopicSubscription
-
Unregisters the user for message received event.
- RemoveOnly - com.alachisoft.ncache.runtime.dependencies.KeyDependencyType
-
Trigger key dependency when a remove operation
takes place on the cache item.
- removeRandom() - Method in interface com.alachisoft.ncache.client.datastructures.DistributedHashSet
-
Removes and returns a random element from the set.
- removeRange(int, int) - Method in interface com.alachisoft.ncache.client.datastructures.DistributedList
-
Removes a range of elements from the List.
- removeRange(Collection<?>) - Method in interface com.alachisoft.ncache.client.datastructures.DistributedList
-
Removes the elements of the specified collection from the List.
- removeTopicDeletedListener() - Method in interface com.alachisoft.ncache.runtime.caching.Topic
-
This method unregisters for topic deleted event.
- Replicated - com.alachisoft.ncache.runtime.cachemanagement.CacheTopology
-
Replicated is used for Replicated topology representation.
- resolveError(int, String...) - Static method in class com.alachisoft.ncache.runtime.errorhandling.ErrorMessages
-
- ResyncOptions - Class in com.alachisoft.ncache.runtime.caching.datasource
-
ResyncOptions class contain information for the items that would be resynced after expiration from the Read-Thru provider.
- ResyncOptions(boolean) - Constructor for class com.alachisoft.ncache.runtime.caching.datasource.ResyncOptions
-
Creates an instance of ResyncOptions.
- ResyncOptions(boolean, String) - Constructor for class com.alachisoft.ncache.runtime.caching.datasource.ResyncOptions
-
Creates an instance of ResyncOptions.
- ReturnValue - com.alachisoft.ncache.runtime.dependencies.SqlParamDirection
-
The parameter represents a return value from an operation such as a stored procedure, built-in function, or user-defined function.
- Running - com.alachisoft.ncache.runtime.cachemanagement.CacheStatus
-
When cache is Running then CacheStatus has this value.
- Running - com.alachisoft.ncache.runtime.cachemanagement.ConnectivityStatus
-
If Cache node is running then connectivity status will be set to Running.