A B C D E F G H I J K L M N O P Q R S T U V W X Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
O
- Object - com.alachisoft.ncache.runtime.dependencies.CmdParamsDbType
-
Can store pictures, audio, video, or other BLOBs (Binary Large OBjects)
- Object - com.alachisoft.ncache.runtime.JSON.JsonDataType
-
Contained data is a Json Object class.
- Object - com.alachisoft.ncache.runtime.JSON.JsonValueType
-
Contained value is in raw value form.
- OleDbCacheDependency - com.alachisoft.ncache.runtime.dependencies.DBDependencyType
-
DB-cache Dependency for OleDb.
- onCacheCleared() - Method in interface com.alachisoft.ncache.client.CacheClearedListener
-
Defines a listener method for notifying applications when the cache is cleared.
- onCacheCleared() - Method in class com.alachisoft.ncache.client.util.CacheClearedNodeJsListener
- onCacheCleared(String) - Method in interface com.alachisoft.ncache.client.CacheDataModificationListener
-
Defines a listener method for notifying applications when cache is cleared.
- onCacheCleared(String) - Method in class com.alachisoft.ncache.client.util.CacheDataModification
- onCacheDataModified(String, CacheEventArg) - Method in interface com.alachisoft.ncache.client.CacheDataModificationListener
-
Defines a listener method for notifying applications when an item is updated in the cache.
- onCacheDataModified(String, CacheEventArg) - Method in class com.alachisoft.ncache.client.util.CacheDataModification
- onCacheStatusChanged(ClusterEvent) - Method in interface com.alachisoft.ncache.client.CacheStatusEventListener
-
Defines a listener method for notifying applications when a node leaves/joins or cache stops the cluster.
- onCacheStatusChanged(ClusterEvent) - Method in class com.alachisoft.ncache.client.util.CacheStatusEvent
- onCacheStopped(String) - Method in interface com.alachisoft.ncache.client.CacheStoppedListener
-
Defines a listener method for notifying applications when the Cache is stopped.
- onClientConnectivityChanged(String, ClientInfo) - Method in interface com.alachisoft.ncache.client.CacheClientConnectivityChangedListener
-
Defines a listener method for notifying the application about the status of cache client connectivity.
- onClientConnectivityChanged(String, ClientInfo) - Method in class com.alachisoft.ncache.client.util.CacheConnectivity
- onDataSourceModified(String, WriteBehindOpResult) - Method in interface com.alachisoft.ncache.runtime.caching.DataSourceModifiedListener
-
Defines a listener method for notifying applications when data source is modified.
- onDataStructureChanged(String, DataStructureEventArg) - Method in class com.alachisoft.ncache.client.util.DataStructureListener
- onDataStructureChanged(String, DataStructureEventArg) - Method in interface com.alachisoft.ncache.runtime.events.DataStructureDataChangeListener
-
Defines a listener method for notifying applications when a distributed collection is updated in the cache.
- onDependencyChanged(Object) - Method in interface com.alachisoft.ncache.runtime.dependencies.DependencyChangedListener
-
Defines the dependency changed method
- onMemberJoined(NodeInfo) - Method in interface com.alachisoft.ncache.client.MemberJoinedListener
-
Defines a listener method for notifying applications when an item is updated in the Cache
- onMemberLeft(NodeInfo) - Method in interface com.alachisoft.ncache.client.MemberLeftListener
-
Defines a listener method for notifying applications when a node leaves the cluster.
- onMessageDeliveryFailure(Object, MessageFailedEventArgs) - Method in interface com.alachisoft.ncache.runtime.caching.TopicListener
-
Topic deletion events are delivered through this listener.
- onMessageReceived(Object, MessageEventArgs) - Method in interface com.alachisoft.ncache.runtime.caching.messaging.MessageReceivedListener
-
Listener for receiving message in the application.
- onQueryDataModified(String, CQEventArg) - Method in interface com.alachisoft.ncache.client.QueryDataModificationListener
-
This method is used for notifying application when an item is added, updated or removed from the Continuous Query result.
- onQueryDataModified(String, CQEventArg) - Method in class com.alachisoft.ncache.client.util.QueryDataModified
- onTopicDeleted(Object, TopicDeleteEventArgs) - Method in interface com.alachisoft.ncache.runtime.caching.TopicListener
-
Subscribe for Message delivery failure events.
- OpAddition(TimeSpan, TimeSpan) - Static method in class com.alachisoft.ncache.runtime.util.TimeSpan
-
Adds two specified TimeSpan instances.
- OpEquality(TimeSpan, TimeSpan) - Static method in class com.alachisoft.ncache.runtime.util.TimeSpan
-
Indicates whether two TimeSpan instances are equal.
- OperationFailedException - Exception in com.alachisoft.ncache.runtime.exceptions
-
Thrown whenever an API fails.
- OperationFailedException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.OperationFailedException
- OperationFailedException(int) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.OperationFailedException
- OperationFailedException(int, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.OperationFailedException
- OperationFailedException(int, String, boolean) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.OperationFailedException
- OperationFailedException(int, String, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.OperationFailedException
- OperationFailedException(int, String, Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.OperationFailedException
- OperationFailedException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.OperationFailedException
- OperationFailedException(String, boolean) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.OperationFailedException
- OperationFailedException(String, Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.OperationFailedException
- OperationFailedException(String, Throwable, boolean) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.OperationFailedException
- OperationFailedException(Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.OperationFailedException
- OperationFailedRuntimeException - Exception in com.alachisoft.ncache.runtime.exceptions.runtime
-
OperationFailedRuntimeException is the superclass of those exceptions that can be thrown runtime operation failed.
- OperationFailedRuntimeException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.OperationFailedRuntimeException
-
Constructs an
OperationFailedException
withnull
as its error detail message. - OperationFailedRuntimeException(int, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.OperationFailedRuntimeException
-
Constructs a new OperationFailedRuntimeException with the specified errorCode and reason
- OperationFailedRuntimeException(int, String, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.OperationFailedRuntimeException
-
Constructs a new OperationFailedRuntimeException with the specified errorCode and reason and stacktrace
- OperationFailedRuntimeException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.OperationFailedRuntimeException
-
Constructs an
OperationFailedException
with the specified detail message. - OperationFailedRuntimeException(String, boolean) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.OperationFailedRuntimeException
-
Initializes a new instance of the OperationFailedRuntimeException class
- OperationFailedRuntimeException(String, Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.OperationFailedRuntimeException
-
Constructs a new OperationFailedRuntimeException with the specified detail message and cause.
- OperationFailedRuntimeException(String, Throwable, boolean) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.OperationFailedRuntimeException
-
Initializes a new instance of the OperationFailedRuntimeException class
- OperationFailedRuntimeException(Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.OperationFailedRuntimeException
-
Constructs a new OperationFailedRuntimeException with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - OperationNotSupportedException - Exception in com.alachisoft.ncache.runtime.exceptions
-
This exception is thrown when an operation is not supported in the current edition of NCache.
- OperationNotSupportedException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.OperationNotSupportedException
-
Constructs an
OperationFailedException
withnull
as its error detail message. - OperationNotSupportedException(int, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.OperationNotSupportedException
-
Constructs a new OperationNotSupportedException with the specified errorCode and reason
- OperationNotSupportedException(int, String, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.OperationNotSupportedException
-
Constructs a new OperationNotSupportedException with the specified errorCode and reason and stacktrace
- OperationNotSupportedException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.OperationNotSupportedException
-
Constructs an
OperationFailedException
with the specified detail message. - OperationNotSupportedException(String, Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.OperationNotSupportedException
-
Constructs a new OperationNotSupportedException with the specified detail message and cause.
- OperationNotSupportedException(Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.OperationNotSupportedException
-
Constructs a new OperationNotSupportedException with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - OperationNotSupportedRuntimeException - Exception in com.alachisoft.ncache.runtime.exceptions.runtime
-
This exception is thrown when an operation is not supported in the current edition of NCache.
- OperationNotSupportedRuntimeException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.OperationNotSupportedRuntimeException
-
Constructs an
OperationFailedException
withnull
as its error detail message. - OperationNotSupportedRuntimeException(int, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.OperationNotSupportedRuntimeException
-
Constructs a new OperationFailedRuntimeException with the specified errorCode and reason
- OperationNotSupportedRuntimeException(int, String, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.OperationNotSupportedRuntimeException
-
Constructs a new OperationFailedRuntimeException with the specified errorCode and reason and stacktrace
- OperationNotSupportedRuntimeException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.OperationNotSupportedRuntimeException
-
Constructs an
OperationFailedException
with the specified detail message. - OperationNotSupportedRuntimeException(String, boolean) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.OperationNotSupportedRuntimeException
-
Initializes a new instance of the OperationFailedRuntimeException class
- OperationNotSupportedRuntimeException(String, Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.OperationNotSupportedRuntimeException
-
Constructs a new OperationFailedRuntimeException with the specified detail message and cause.
- OperationNotSupportedRuntimeException(String, Throwable, boolean) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.OperationNotSupportedRuntimeException
-
Initializes a new instance of the OperationFailedRuntimeException class
- OperationNotSupportedRuntimeException(Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.OperationNotSupportedRuntimeException
-
Constructs a new OperationFailedRuntimeException with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - OperationResult - Class in com.alachisoft.ncache.runtime.datasourceprovider
-
OperationResult contains the result of the operation that is manipulated after the Read/WriteThru Provider
- OperationResult(DataStructureWriteOperation, OperationResult.Status) - Constructor for class com.alachisoft.ncache.runtime.datasourceprovider.OperationResult
-
OperationResult Constructor that takes WriteOptions and OperationStatus
- OperationResult(DataStructureWriteOperation, OperationResult.Status, Exception) - Constructor for class com.alachisoft.ncache.runtime.datasourceprovider.OperationResult
-
OperationResult Constructor that takes WriteOptions and OperationStatus and Exception as an arguments
- OperationResult(DataStructureWriteOperation, OperationResult.Status, String) - Constructor for class com.alachisoft.ncache.runtime.datasourceprovider.OperationResult
-
OperationResult Constructor that takes WriteOptions and OperationStatus and errorMessage as arguments
- OperationResult(WriteOperation, OperationResult.Status) - Constructor for class com.alachisoft.ncache.runtime.datasourceprovider.OperationResult
-
OperationResult Constructor that takes WriteOptions and OperationStatus.
- OperationResult(WriteOperation, OperationResult.Status, Exception) - Constructor for class com.alachisoft.ncache.runtime.datasourceprovider.OperationResult
-
OperationResult Constructor that takes WriteOptions and OperationStatus and Exception as an arguments
- OperationResult(WriteOperation, OperationResult.Status, String) - Constructor for class com.alachisoft.ncache.runtime.datasourceprovider.OperationResult
-
OperationResult Constructor that takes WriteOptions and OperationStatus and errorMessage as arguments
- OperationResult.Status - Enum in com.alachisoft.ncache.runtime.datasourceprovider
-
Status contains the Operation Status flag that is either success/Failure/FailureRetry/FailureDontRemove
- OpGreaterThan(TimeSpan, TimeSpan) - Static method in class com.alachisoft.ncache.runtime.util.TimeSpan
-
Indicates whether a specified TimeSpan is greater than another specified TimeSpan.
- OpGreaterThanOrEqual(TimeSpan, TimeSpan) - Static method in class com.alachisoft.ncache.runtime.util.TimeSpan
-
Indicates whether a specified TimeSpan is greater than or equal to another specified TimeSpan.
- OpInequality(TimeSpan, TimeSpan) - Static method in class com.alachisoft.ncache.runtime.util.TimeSpan
-
Indicates whether two TimeSpan instances are not equal.
- OpLessThan(TimeSpan, TimeSpan) - Static method in class com.alachisoft.ncache.runtime.util.TimeSpan
-
Indicates whether a specified TimeSpan is less than another specified TimeSpan.
- OpLessThanOrEqual(TimeSpan, TimeSpan) - Static method in class com.alachisoft.ncache.runtime.util.TimeSpan
-
Indicates whether a specified TimeSpan is less than or equal to another specified TimeSpan.
- OpSubtraction(TimeSpan, TimeSpan) - Static method in class com.alachisoft.ncache.runtime.util.TimeSpan
-
Subtracts a specified TimeSpan from another specified TimeSpan.
- Optimistic - com.alachisoft.ncache.client.ClientCacheSyncMode
-
It is possible that client caches are not synchronized with clustered cache for a small period of time.
- OpUnaryNegation(TimeSpan) - Static method in class com.alachisoft.ncache.runtime.util.TimeSpan
-
Returns a TimeSpan whose value is the negated value of the specified instance.
- OpUnaryPlus(TimeSpan) - Static method in class com.alachisoft.ncache.runtime.util.TimeSpan
-
Returns the specified instance of TimeSpan.
- OracleCacheDependency - Class in com.alachisoft.ncache.runtime.dependencies
-
Establishes a relationship between an item stored in an application's Cache object and either a row in a specific Oracle database table or the results of a Oracle query.
- OracleCacheDependency(String, String) - Constructor for class com.alachisoft.ncache.runtime.dependencies.OracleCacheDependency
-
Initializes a new instance of the OracleCacheDependency class, using the supplied connection string and query string.
- OracleCacheDependency(String, String, OracleCommandType, Map<String, OracleCmdParams>) - Constructor for class com.alachisoft.ncache.runtime.dependencies.OracleCacheDependency
-
Initializes a new instance of the OracleCacheDependency class.
- OracleCmdParams - Class in com.alachisoft.ncache.runtime.dependencies
-
Holds the type and value of the parameters passed to the command instance.
- OracleCmdParams() - Constructor for class com.alachisoft.ncache.runtime.dependencies.OracleCmdParams
-
Creates an instance of Oracle command parameters with OracleParameterDirection.Input.
- OracleCmdParamsType - Enum in com.alachisoft.ncache.runtime.dependencies
-
Describes the type of the parameters passed to the Oracle command.
- OracleCommandType - Enum in com.alachisoft.ncache.runtime.dependencies
-
Describes the type of the Oracle command passed to the OracleDependency.
- OracleParameterDirection - Enum in com.alachisoft.ncache.runtime.dependencies
-
Describes whether the passed parameters are output parameters or input parameters.
- Original - com.alachisoft.ncache.runtime.dependencies.SqlDataRowVersion
-
The row contains its original values.
- OutProc - com.alachisoft.ncache.client.IsolationLevel
-
OutProc specifies high isolation level i.e Cache process runs in a seprate process.
- Output - com.alachisoft.ncache.runtime.dependencies.OracleParameterDirection
-
The parameter is an output parameter.
- Output - com.alachisoft.ncache.runtime.dependencies.SqlParamDirection
-
Used for Output variable and value will be returned to calling environment.
All Classes All Packages