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
S
- safeDeserializeInProc(Object, String, BitSet, boolean, UserObjectType, Class<?>) - Static method in class com.alachisoft.ncache.client.util.SerializationUtil
- safeDeserializeOutProc(Object, String, BitSet, boolean, UserObjectType, Class<?>) - Static method in class com.alachisoft.ncache.client.util.SerializationUtil
- safeSerializeInProc(Object, String, BitSet, boolean, SerializationFormat, RefObject<Long>, UserObjectType, boolean) - Static method in class com.alachisoft.ncache.client.util.SerializationUtil
- safeSerializeOutProc(Object, String, BitSet, boolean, SerializationFormat, RefObject<Long>, UserObjectType, boolean) - Static method in class com.alachisoft.ncache.client.util.SerializationUtil
- SByte - com.alachisoft.ncache.runtime.dependencies.CmdParamsDbType
-
Signed integer
- SearchService - Interface in com.alachisoft.ncache.client.services
-
This interface contains properties and methods required for Search Service.
- SecurityException - Exception in com.alachisoft.ncache.runtime.exceptions
-
Thrown when a user does not have the permissions to start/stop/initialize the cache.
- SecurityException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.SecurityException
-
Constructs an
SecurityException
withnull
as its error detail message. - SecurityException(int, String, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.SecurityException
- SecurityException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.SecurityException
-
Constructs an
SecurityException
with the specified detail message. - SecurityRuntimeException - Exception in com.alachisoft.ncache.runtime.exceptions.runtime
-
This exception is thrown when a user does not have the permissions to start/stop/initialize the cache.
- SecurityRuntimeException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.SecurityRuntimeException
-
Constructs an
OperationFailedException
withnull
as its error detail message. - SecurityRuntimeException(int, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.SecurityRuntimeException
-
Constructs a new SecurityRuntimeException with the specified errorCode and reason
- SecurityRuntimeException(int, String, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.SecurityRuntimeException
-
Constructs a new SecurityRuntimeException with the specified errorCode and reason and stacktrace
- SecurityRuntimeException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.SecurityRuntimeException
-
Constructs an
OperationFailedException
with the specified detail message. - SecurityRuntimeException(String, boolean) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.SecurityRuntimeException
-
Initializes a new instance of the SecurityRuntimeException class
- SecurityRuntimeException(String, Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.SecurityRuntimeException
-
Constructs a new SecurityRuntimeException with the specified detail message and cause.
- SecurityRuntimeException(String, Throwable, boolean) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.SecurityRuntimeException
-
Initializes a new instance of the SecurityRuntimeException class
- SecurityRuntimeException(Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.SecurityRuntimeException
-
Constructs a new SecurityRuntimeException with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - seek(long) - Method in interface com.alachisoft.ncache.client.CacheStream
-
Sets the position within the current stream.
- SerializationUtil - Class in com.alachisoft.ncache.client.util
- SerializationUtil() - Constructor for class com.alachisoft.ncache.client.util.SerializationUtil
- ServerInfo - Class in com.alachisoft.ncache.client
-
Provide connection information for the client to the server node in cache.
- ServerInfo() - Constructor for class com.alachisoft.ncache.client.ServerInfo
- ServerInfo(String) - Constructor for class com.alachisoft.ncache.client.ServerInfo
-
Initializes a new instance of ServerInfo.
- ServerInfo(String, int) - Constructor for class com.alachisoft.ncache.client.ServerInfo
-
Initializes a new instance of ServerInfo.
- ServerInfo(InetAddress) - Constructor for class com.alachisoft.ncache.client.ServerInfo
-
Initializes new instance of ServerInfo.
- ServerInfo(InetAddress, int) - Constructor for class com.alachisoft.ncache.client.ServerInfo
-
Initializes new instance of ServerInfo.
- ServerNode - Class in com.alachisoft.ncache.runtime.cachemanagement
-
ServerNode contains information about a single node in server.
- ServerNode() - Constructor for class com.alachisoft.ncache.runtime.cachemanagement.ServerNode
- Set - com.alachisoft.ncache.runtime.caching.DistributedDataStructure
-
For distributed set.
- Set - com.alachisoft.ncache.runtime.datasourceprovider.DistributedDataStructureType
-
For distributed set.
- setAbsoluteExpiration(Date) - Method in class com.alachisoft.ncache.runtime.caching.CacheItemAttributes
-
Sets 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.
- setAppName(String) - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
-
Sets 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.
- setAppName(String) - Method in class com.alachisoft.ncache.client.ClientInfo
-
Sets Application's Name.
- setAppName(String) - Method in class com.alachisoft.ncache.runtime.caching.ClientInfo
-
Sets the client application name.
- setCacheDependency(CacheDependency) - Method in class com.alachisoft.ncache.client.CacheStreamAttributes
-
Sets the Cache Dependency instance that contains all dependencies associated with cache stream.
- setCacheItemPriority(CacheItemPriority) - Method in class com.alachisoft.ncache.client.CacheItem
-
Sets the relative priority for cache item which is kept under consideration whenever cache starts to free up space and evicts items.
- setCacheItemPriority(CacheItemPriority) - Method in class com.alachisoft.ncache.client.CacheStreamAttributes
-
Sets the relative cache item priority of the cache stream.
- setCacheItemVersion(CacheItemVersion) - Method in class com.alachisoft.ncache.client.CacheItem
-
Sets 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.
- setCacheName(String) - Method in class com.alachisoft.ncache.client.CacheEventDescriptor
-
This method is intended to be called internally.
- setCacheName(String) - Method in class com.alachisoft.ncache.runtime.cachemanagement.CacheHealth
-
Sets the name of the cache.
- setClientBindIP(String) - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
-
Sets the IP for the client to be binded with.
- setClientCacheMode(ClientCacheSyncMode) - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
-
Sets
ClientCacheSyncMode
to specify how the Client cache is synchronized with the cluster caches through events. - setClientID(String) - Method in class com.alachisoft.ncache.client.ClientInfo
-
Sets client id.
- setClientID(String) - Method in class com.alachisoft.ncache.runtime.caching.ClientInfo
-
Sets the client unique id of the cache client.
- setClientIP(String) - Method in class com.alachisoft.ncache.runtime.cachemanagement.CacheClient
-
Sets the IPAddress of the cache client.
- setClientRequestTimeOut(TimeSpan) - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
-
Clients operation timeout specified in seconds.
- setClientVersion(int) - Method in class com.alachisoft.ncache.client.ClientInfo
-
Sets the client version of the cache client.
- setClientVersion(int) - Method in class com.alachisoft.ncache.runtime.caching.ClientInfo
-
Sets the version of the NCache client.
- setCmdParamsType(CmdParamsType) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
-
Sets the SqlDbType of the passed parameter.
- setCommandRetries(Integer) - 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.
- setCommandRetryInterval(TimeSpan) - 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.
- setCompareInfo(SqlCmpOptions) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
-
Sets the CompareInfo object that defines how string comparisons should be performed for this parameter.
- setConfigPath(String) - Static method in class com.alachisoft.ncache.client.CacheManager
-
hidden
- setConnectedNodes(ServerNode[]) - Method in class com.alachisoft.ncache.runtime.cachemanagement.NodeStatus
-
Sets the array of the node connected with the cache.
- setConnectionRetries(Integer) - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
-
Number of tries to re-establish a broken connection between client and server.
- setConnectionTimeout(TimeSpan) - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
-
Client's connection timeout specified in seconds.
- setConnectivityStatus(ConnectivityStatus) - Method in class com.alachisoft.ncache.runtime.cachemanagement.NodeStatus
-
Sets the connectivity status of the server node.
- setCores(int) - Method in class com.alachisoft.ncache.client.ClientInfo
-
Sets the available cores of the cache client.
- setCores(int) - Method in class com.alachisoft.ncache.runtime.caching.ClientInfo
-
Sets the available cores of the cache client.
- setCounter(long) - Method in class com.alachisoft.ncache.runtime.datasourceprovider.ProviderDataStructureItem
-
Sets the value of the counter.
- setCreationTime(Date) - Method in class com.alachisoft.ncache.runtime.caching.Message
-
Creation time in DateTime for the message.
- setData(TValue) - Method in class com.alachisoft.ncache.runtime.datasourceprovider.ProviderDataStructureItem
-
Sets the value that is stored in ProviderDataStructureItem.
- setDataFilter(EventDataFilter) - Method in class com.alachisoft.ncache.client.CacheEventDescriptor
-
Sets the value of the EventDataFilter.
- setDataSourceModificationListener(DataSourceModifiedListener, EnumSet<EventType>) - Method in class com.alachisoft.ncache.runtime.caching.WriteThruOptions
-
Sets the data source modified notification listener for write-through options.
- setDataType(DistributedDataStructureType) - Method in class com.alachisoft.ncache.runtime.datasourceprovider.DataStructureWriteOperation
-
Sets the type of the collection associated with DataStructureWriteOperation.
- setDefaultReadThruProvider(String) - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
-
Sets the name of the default ReadThruProvider.
- setDefaultWriteThruProvider(String) - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
-
Sets the name of default WriteThruProvider.
- setDependency(CacheDependency) - Method in class com.alachisoft.ncache.client.CacheItem
-
Sets the Cache Dependency instance that contains all dependencies associated with cache item.
- setDependency(CacheDependency) - Method in class com.alachisoft.ncache.client.datastructures.DataStructureAttributes
-
Sets the Cache Dependency instance that contains all dependencies associated with DataStructure.
- setDependency(CacheDependency) - Method in class com.alachisoft.ncache.runtime.caching.CacheItemAttributes
-
The dependency/dependencies for the item.
- setDependency(CacheDependency) - Method in class com.alachisoft.ncache.runtime.datasourceprovider.ProviderItemBase
-
Sets the Cache Dependency instance that contains all dependencies associated with provider cache item.
- setDirection(OracleParameterDirection) - Method in class com.alachisoft.ncache.runtime.dependencies.OracleCmdParams
-
Sets the direction of the passed parameters (in/out).
- setEnableClientLogs(Boolean) - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
-
Sets the flag that specifies whether to create client logs or not.
- setEnableKeepAlive(Boolean) - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
-
Sets the keep alive flag.
- setError(String) - Method in class com.alachisoft.ncache.runtime.datasourceprovider.OperationResult
-
Sets the error message associated with OperationResult.
- setErrorCode(int) - Method in exception com.alachisoft.ncache.runtime.exceptions.CacheException
- setErrorCode(int) - Method in exception com.alachisoft.ncache.runtime.exceptions.runtime.CacheRuntimeException
-
Sets ErrorCode
- setException(Exception) - Method in class com.alachisoft.ncache.runtime.datasourceprovider.OperationResult
-
Sets the exception associated with the OperationResult.
- setExpiration(Expiration) - Method in class com.alachisoft.ncache.client.CacheItem
-
Sets the expiration mechanism for cache item.
- setExpiration(Expiration) - Method in class com.alachisoft.ncache.client.CacheStreamAttributes
-
Sets the expiration mechanism for cache stream.
- setExpiration(Expiration) - Method in class com.alachisoft.ncache.client.datastructures.DataStructureAttributes
-
Sets the expiration mechanism for DataStructure.
- setExpiration(Expiration) - Method in class com.alachisoft.ncache.runtime.datasourceprovider.ProviderItemBase
-
Sets the expiration mechanism for provider cache item.
- setExpirationTime(TimeSpan) - Method in class com.alachisoft.ncache.runtime.caching.Message
-
Sets the expiration time of the message.
- setExpirationTime(TimeSpan) - Method in interface com.alachisoft.ncache.runtime.caching.Topic
-
Sets the expiry time of messsage for this topic.
- setExpireAfter(TimeSpan) - Method in class com.alachisoft.ncache.runtime.caching.expiration.Expiration
-
Sets the value of time in the form of
TimeSpan
that shows after how much time, the item in cache is to be expired. - setGroup(String) - Method in class com.alachisoft.ncache.client.CacheItem
-
Sets the group associated with the cache item.
- setGroup(String) - Method in class com.alachisoft.ncache.client.CacheStreamAttributes
-
Sets the group associated with cache stream.
- setGroup(String) - Method in class com.alachisoft.ncache.client.datastructures.DataStructureAttributes
-
Sets the group associated with the DataStructure.
- setGroup(String) - Method in class com.alachisoft.ncache.runtime.datasourceprovider.ProviderItemBase
-
Sets the group associated with the provider cache item.
- setIP(String) - Method in class com.alachisoft.ncache.client.ServerInfo
-
Sets the IPAddress of the server node where cache is running.
- setIP(InetAddress) - Method in class com.alachisoft.ncache.client.ServerInfo
-
Sets the IPAddress of the server node where cache is running.
- setiPAddress(InetAddress) - Method in class com.alachisoft.ncache.client.ClientInfo
-
Sets the ip Address of the cache client.
- setIPAddress(InetAddress) - Method in class com.alachisoft.ncache.runtime.caching.ClientInfo
-
Sets the IPAddress of the cache client.
- setIsJavaReadThrough(boolean) - Method in class com.alachisoft.ncache.runtime.datasourceprovider.ProviderItemBase
-
Sets a boolean value that indicates that whether ReadThruProvider is Java based or not.
- setIsNullable(boolean) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
-
Sets a value that indicates whether the parameter accepts null values.
- setIsolationLevel(IsolationLevel) - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
-
Sets the isolation level of the cache.
- setIsRegistered(boolean) - Method in class com.alachisoft.ncache.client.CacheEventDescriptor
-
This method is intended to be called internally.
- setIsReplica(boolean) - Method in class com.alachisoft.ncache.runtime.cachemanagement.ServerNode
-
Specifies whether the server node is replica or not.
- setItem(int, JsonValueBase) - Method in class com.alachisoft.ncache.runtime.JSON.JsonArray
-
Sets the value at the specified index of the json array.
- setItem(String, JsonValueBase) - Method in class com.alachisoft.ncache.runtime.JSON.JsonObject
-
Sets the value against the specified attribute name in the json object.
- setItemPriority(CacheItemPriority) - Method in class com.alachisoft.ncache.runtime.datasourceprovider.ProviderItemBase
-
Sets the relative priority for provider cache item which is kept under consideration whenever cache starts to free up space and evicts items.
- setKeepAliveInterval(TimeSpan) - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
-
Sets the KeepAliveInterval, which will be in effect if the EnabledKeepAlive is set 'true' or is specified 'true' from the client configuration.
- setKey(String) - Method in class com.alachisoft.ncache.runtime.datasourceprovider.WriteOperationBase
-
Sets the key on which operation has been performed.
- setKeyDependencyType(KeyDependencyType) - Method in class com.alachisoft.ncache.runtime.dependencies.KeyDependency
-
Enumeration specifying operation upon which key dependency is to be triggered.
- setLength(long) - Method in interface com.alachisoft.ncache.client.CacheStream
-
Sets the length of the stream.
- setLoadBalance(Boolean) - 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.
- setLocaleId(int) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
-
Sets the locale identifier that determines conventions and language for a particular region.
- setLockDate(Date) - Method in class com.alachisoft.ncache.client.LockHandle
-
Sets lock date.
- setLockId(String) - Method in class com.alachisoft.ncache.client.LockHandle
-
Sets the lock id.
- setLogLevel(LogLevel) - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
-
Sets the
LogLevel
either as Info, Error or Debug. - setMacAddress(String) - Method in class com.alachisoft.ncache.client.ClientInfo
-
Sets the mac address of the cache client.
- setMacAddress(String) - Method in class com.alachisoft.ncache.runtime.caching.ClientInfo
-
Sets the MacAddress of the cache client.
- setMachineName(String) - Method in class com.alachisoft.ncache.client.ClientInfo
-
Sets the machine name of the cache client.
- setMachineName(String) - Method in class com.alachisoft.ncache.runtime.caching.ClientInfo
-
Sets the name of the machine the client is running on.
- setMessageId(String) - Method in class com.alachisoft.ncache.runtime.caching.Message
-
Sets the message id of the message.
- setMethodOverlaod(int) - Method in class com.alachisoft.ncache.runtime.datasourceprovider.WriteOperationBase
-
Specifies which overload of the operation has to be performed.
- setMode(WriteMode) - Method in class com.alachisoft.ncache.runtime.caching.WriteThruOptions
-
Sets the
WriteMode
for write-through options. - setName(String) - Method in class com.alachisoft.ncache.client.ServerInfo
-
Gets the name of the server node where cache is running.
- setNamedTags(NamedTagsDictionary) - Method in class com.alachisoft.ncache.client.CacheItem
-
Sets the NamedTags information associated with the cache item, it can be queried on the basis of NamedTags provided.
- setNamedTags(NamedTagsDictionary) - Method in class com.alachisoft.ncache.client.datastructures.DataStructureAttributes
-
Sets the NamedTags information associated with the DataStructure, it can be queried on the basis of NamedTags provided.
- setNamedTags(NamedTagsDictionary) - Method in class com.alachisoft.ncache.runtime.datasourceprovider.ProviderItemBase
-
Sets the NamedTags information associated with the provider item, it can be queried on the basis of NamedTags provided.
- setNodeInfo(ServerNode) - Method in class com.alachisoft.ncache.runtime.cachemanagement.NodeStatus
-
Sets the information for the server node.
- setoffset(int) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
-
Sets the offset to the Value property.
- setOperation(WriteOperationBase) - Method in class com.alachisoft.ncache.runtime.datasourceprovider.OperationResult
-
Sets the writeoperation associated with the OperationResult.
- setOperationStatus(OperationResult.Status) - Method in class com.alachisoft.ncache.runtime.datasourceprovider.OperationResult
-
Sets the status associated with the opearation result.
- setOperationType(DataStructureOperationType) - Method in class com.alachisoft.ncache.runtime.datasourceprovider.DataStructureWriteOperation
-
Sets the type of the write operation.
- setParameters(Map<String, String>) - Method in class com.alachisoft.ncache.runtime.dependencies.CustomDependency
-
Sets the parameter Map to be passed to extensible dependency provider.
- setPassword(String) - Method in class com.alachisoft.ncache.client.Credentials
-
Sets the password for the credentials.
- setPort(int) - Method in class com.alachisoft.ncache.client.ServerInfo
-
Sets the port for client to connect to the server node.
- setPort(int) - Method in class com.alachisoft.ncache.runtime.cachemanagement.CacheClient
-
Sets the port of the cache client.
- setPort(int) - Method in class com.alachisoft.ncache.runtime.cachemanagement.ServerNode
-
Sets the port of server node
- setprecision(byte) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
-
Sets the maximum number of digits used to represent the Value property.
- setPriority(CacheItemPriority) - Method in class com.alachisoft.ncache.client.datastructures.DataStructureAttributes
-
Sets the relative priority for DataStructure which is kept under consideration whenever cache starts to free up space and evicts items.
- setProcessID(int) - Method in class com.alachisoft.ncache.client.ClientInfo
-
Sets the process id of the cache client.
- setProcessID(int) - Method in class com.alachisoft.ncache.runtime.caching.ClientInfo
-
Sets the Process ID of the cache client.
- setProcessID(String) - Method in class com.alachisoft.ncache.runtime.cachemanagement.CacheClient
-
Sets the process id of the cache client.
- setProviderCacheItem(ProviderCacheItem) - Method in class com.alachisoft.ncache.runtime.datasourceprovider.WriteOperation
-
Sets the ProviderCacheItem associated with the WriteOperation.
- setProviderItem(ProviderDataStructureItem<Object>) - Method in class com.alachisoft.ncache.runtime.datasourceprovider.DataStructureWriteOperation
-
Sets the ProviderDataStructureItem associated with the DataStructureWriteOperation.
- setProviderName(String) - Method in class com.alachisoft.ncache.runtime.caching.datasource.ResyncOptions
-
Sets the readthrough provider name with which items will be resynced at expiry.
- setProviderName(String) - Method in class com.alachisoft.ncache.runtime.caching.ReadThruOptions
-
Sets the unique identifier for the datasource provider.
- setProviderName(String) - Method in class com.alachisoft.ncache.runtime.caching.WriteThruOptions
-
Sets the unique identifier for the data source provider.
- setQueryCommand(QueryCommand) - Method in class com.alachisoft.ncache.client.ContinuousQuery
-
Sets the query command for the continuous query.
- setReadMode(ReadMode) - Method in class com.alachisoft.ncache.runtime.caching.ReadThruOptions
-
Sets the
ReadMode
for read-through options. - setRegisteredAgainst(EnumSet<EventType>) - Method in class com.alachisoft.ncache.client.CacheEventDescriptor
-
Sets the Event Types against which the descriptor is registered.
- setResyncOnExpiration(boolean) - Method in class com.alachisoft.ncache.runtime.caching.datasource.ResyncOptions
-
Sets the flag that indicates whether the items are to be resynced at expiry or not.
- setResyncOptions(ResyncOptions) - Method in class com.alachisoft.ncache.client.CacheItem
-
Sets the ResyncOptions specific to the cache item.
- setResyncOptions(ResyncOptions) - Method in class com.alachisoft.ncache.client.datastructures.DataStructureAttributes
-
Sets the ResyncOptions specific to the DataStructure.
- setResyncOptions(ResyncOptions) - Method in class com.alachisoft.ncache.runtime.datasourceprovider.ProviderItemBase
-
Sets the ResyncOptions specific to the provider cache item.
- setRetryConnectionDelay(TimeSpan) - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
-
The time after which client will try to reconnect to the server.
- setRetryInterval(TimeSpan) - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
-
Time in seconds to wait between two connection retries.
- setScale(byte) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
-
Sets the number of decimal places to which Value is resolved.
- setSerializationDataInternal(PayloadDeserializer, Object) - Method in class com.alachisoft.ncache.runtime.caching.Message
-
This method is only created for internal use, it is not recommended to use it
- setServerIP(String) - Method in class com.alachisoft.ncache.runtime.cachemanagement.ServerNode
-
Sets the IP Address of server node.
- setServerList(List<ServerInfo>) - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
-
Sets the list of
ServerInfo
in the cache. - setServerNodesStatus(NodeStatus[]) - Method in class com.alachisoft.ncache.runtime.cachemanagement.CacheHealth
-
Sets the array of NodeStatus that contains information of all connected server nodes.
- setSize(int) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
-
Sets the maximum size, in bytes, of the data within the column.
- setSourceColumn(String) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
-
Sets the name of the source column mapped to the DataSet and used for loading or returning the Value.
- setSourceColumnNullMapping(boolean) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
-
Sets a value which indicates whether the source column is nullable.
- setSourceVersion(SqlDataRowVersion) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
-
Sets the DataRowVersion to use when you load Value.
- setSqlParameterDirection(SqlParamDirection) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
-
Sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.
- setSqlValue(Object) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
-
Sets the value of the parameter as a SQL type.
- setStatus(ConnectivityStatus) - Method in class com.alachisoft.ncache.client.ClientInfo
-
Sets the connectivity status of the cache client.
- setStatus(CacheStatus) - Method in class com.alachisoft.ncache.runtime.cachemanagement.CacheHealth
-
Sets the CacheStatus enum that tells whether the cache is running or not.
- setStatus(ConnectivityStatus) - Method in class com.alachisoft.ncache.runtime.caching.ClientInfo
-
Sets the enum that specifies whether client is connected to cache or not.
- setStreamMode(StreamMode) - Method in class com.alachisoft.ncache.client.CacheStreamAttributes
-
Sets the stream mode associated with the cache stream.
- setSyncDependency(CacheSyncDependency) - 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.
- setTagName(String) - Method in class com.alachisoft.ncache.runtime.caching.Tag
-
Sets the string based tag name.
- setTags(List<Tag>) - Method in class com.alachisoft.ncache.client.CacheItem
-
Sets the tags information associated with the cache item, it can be queried on the basis of Tags provided.
- setTags(List<Tag>) - Method in class com.alachisoft.ncache.client.datastructures.DataStructureAttributes
-
Sets the tags information associated with the DataStructure, it can be queried on the basis of Tags provided.
- setTags(List<Tag>) - Method in class com.alachisoft.ncache.runtime.datasourceprovider.ProviderItemBase
-
Sets the tags information associated with the provider cache item, it can be queried on the basis of Tags provided.
- settCacheDataNotificationListener(CacheDataModificationListener) - Method in class com.alachisoft.ncache.client.CacheEventDescriptor
-
Sets the Listener that triggers when any data changes in cache.
- setTopology(CacheTopology) - Method in class com.alachisoft.ncache.runtime.cachemanagement.CacheHealth
-
Sets the topology of the cache.
- setType(DistributedDataStructureType) - Method in class com.alachisoft.ncache.runtime.datasourceprovider.ProviderDataStructureItem
-
Sets the type of the DistributedDataStructure.
- setType(OracleCmdParamsType) - Method in class com.alachisoft.ncache.runtime.dependencies.OracleCmdParams
-
Sets the type of the command parameter.
- setType(String) - Method in class com.alachisoft.ncache.runtime.JSON.JsonObject
-
Sets the type attribute of the json object.
- setTypeName(String) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
-
Sets the type name for a table-valued parameter.
- setUdtTypeName(String) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
-
Sets a string that represents a user-defined type as a parameter.
- setUpdateInCache(boolean) - Method in class com.alachisoft.ncache.runtime.datasourceprovider.OperationResult
-
Sets a boolean value that specifies if item will be updated in cache store after write operation.
- setUserCredentials(Credentials) - Method in class com.alachisoft.ncache.client.CacheConnection
-
Sets
Credentials
of the cache for authorization. - setUserCredentials(Credentials) - Method in class com.alachisoft.ncache.client.CacheConnectionOptions
-
Gets
Credentials
for the authentication of connection with the cache. - setUserID(String) - Method in class com.alachisoft.ncache.client.Credentials
-
Sets the user id for the credentials.
- setValue(long) - Method in interface com.alachisoft.ncache.client.datastructures.Counter
-
Sets the given value of the counter.
- setValue(Object) - Method in class com.alachisoft.ncache.client.CacheItem
-
Sets the value of the cache item.
- setValue(Object) - Method in class com.alachisoft.ncache.runtime.datasourceprovider.ProviderCacheItem
-
Sets the value of the ProviderCacheItem.
- setValue(Object) - Method in class com.alachisoft.ncache.runtime.dependencies.OracleCmdParams
-
Sets the value of the command parameter.
- setValue(Object) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
-
Sets the value of the passed parameter.
- setVersion(long) - Method in class com.alachisoft.ncache.client.CacheItemVersion
-
Sets the item version
- setWriteThruOptions(WriteThruOptions) - Method in interface com.alachisoft.ncache.client.datastructures.DistributedDataStructure
-
Sets the datasource Write Options.
- Shared - com.alachisoft.ncache.runtime.caching.SubscriptionPolicy
-
Shared subscription policy is for multiple subscribers on a single subscription.
- Single - com.alachisoft.ncache.runtime.dependencies.CmdParamsDbType
-
Single precision floating-point.
- Single - com.alachisoft.ncache.runtime.dependencies.OracleCmdParamsType
-
Single byte character sets.
- size() - Method in class com.alachisoft.ncache.client.CacheCollection
-
The count of the caches contained in the collection.
- SIZE - Static variable in enum com.alachisoft.ncache.client.ConnectivityStatus
- Sliding - com.alachisoft.ncache.runtime.caching.expiration.ExpirationType
-
Indicates that item expiration in cache is to follow idle expiration.
- SmallDateTime - com.alachisoft.ncache.runtime.dependencies.CmdParamsType
-
Date and time data ranging in value from January 1, 1900 to June 6, 2079 to an accuracy of one minute.
- SmallInt - com.alachisoft.ncache.runtime.dependencies.CmdParamsType
-
A 16-bit signed integer.
- SmallMoney - com.alachisoft.ncache.runtime.dependencies.CmdParamsType
-
A currency value ranging from -214,748.3648 to +214,748.3647 with an accuracy to a ten-thousandth of a currency unit.
- SqlCacheDependency - 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 SQL Server database table or the results of a SQL Server query.
- SqlCacheDependency - com.alachisoft.ncache.runtime.dependencies.DBDependencyType
-
DB-cache Dependency for SQL.
- SqlCacheDependency(String, String) - Constructor for class com.alachisoft.ncache.runtime.dependencies.SqlCacheDependency
-
Initializes a new instance of the SqlCacheDependency class, using the supplied connection string and query string.
- SqlCacheDependency(String, String, SqlCommandType, Map<String, SqlCmdParams>) - Constructor for class com.alachisoft.ncache.runtime.dependencies.SqlCacheDependency
-
Initializes a new instance of the SqlCacheDependency class.
- SqlCmdParams - Class in com.alachisoft.ncache.runtime.dependencies
-
Holds the information about the type and value of the parameters passed to the command.
- SqlCmdParams() - Constructor for class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
-
Default Constructor
- SqlCmpOptions - Enum in com.alachisoft.ncache.runtime.dependencies
-
Specifies the SQL compare options.
- SqlCommandType - Enum in com.alachisoft.ncache.runtime.dependencies
-
Describes the type of the command passed to the SqlDependency.
- SqlDataRowVersion - Enum in com.alachisoft.ncache.runtime.dependencies
-
Sets the DataRowVersion to use when you load Value.
- SqlParamDirection - Enum in com.alachisoft.ncache.runtime.dependencies
-
Sets the SQL param direction.
- startCache(String, CacheConnection) - Static method in class com.alachisoft.ncache.client.CacheManager
-
Starts an out-proc cache.
- StateTransferInProgressException - Exception in com.alachisoft.ncache.runtime.exceptions
-
Thrown when a user does not have the permissions to start/stop/initialize the cache.
- StateTransferInProgressException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.StateTransferInProgressException
-
Constructs an
SecurityException
withnull
as its error detail message. - StateTransferInProgressException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.StateTransferInProgressException
-
Constructs an
SecurityException
with the specified detail message. - StateTransferInProgressException(String, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.StateTransferInProgressException
- StateTransferInProgressRuntimeException - Exception in com.alachisoft.ncache.runtime.exceptions.runtime
-
Exception thrown error in state transfer
- StateTransferInProgressRuntimeException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.StateTransferInProgressRuntimeException
-
Constructs an
OperationFailedException
withnull
as its error detail message. - StateTransferInProgressRuntimeException(int, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.StateTransferInProgressRuntimeException
-
Constructs a new StateTransferInProgressRuntimeException with the specified errorCode and reason
- StateTransferInProgressRuntimeException(int, String, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.StateTransferInProgressRuntimeException
-
Constructs a new StateTransferInProgressRuntimeException with the specified errorCode and reason and stacktrace
- StateTransferInProgressRuntimeException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.StateTransferInProgressRuntimeException
-
Constructs an
OperationFailedException
with the specified detail message. - StateTransferInProgressRuntimeException(String, boolean) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.StateTransferInProgressRuntimeException
-
Initializes a new instance of the StateTransferInProgressRuntimeException class
- StateTransferInProgressRuntimeException(String, Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.StateTransferInProgressRuntimeException
-
Constructs a new StateTransferInProgressRuntimeException with the specified detail message and cause.
- StateTransferInProgressRuntimeException(String, Throwable, boolean) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.StateTransferInProgressRuntimeException
-
Initializes a new instance of the StateTransferInProgressRuntimeException class
- StateTransferInProgressRuntimeException(Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.runtime.StateTransferInProgressRuntimeException
-
Constructs a new StateTransferInProgressRuntimeException with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - stopCache(String, CacheConnection, boolean) - Static method in class com.alachisoft.ncache.client.CacheManager
-
Stops an out-proc cache.
- Stopped - com.alachisoft.ncache.runtime.cachemanagement.CacheStatus
-
When cache is Stopped then CacheStatus has this value.
- storeDifference(String, String) - Method in interface com.alachisoft.ncache.client.datastructures.DistributedHashSet
-
Take difference of current set with the specified set and store the result in a new destination set.
- StoredProcedure - com.alachisoft.ncache.runtime.dependencies.CommandType
-
The name of a stored procedure.
- StoredProcedure - com.alachisoft.ncache.runtime.dependencies.OracleCommandType
-
When the CommandType property is set to StoredProcedure, the CommandText property should be set to the name of the stored procedure.
- StoredProcedure - com.alachisoft.ncache.runtime.dependencies.SqlCommandType
-
The name of a stored procedure.
- storeIntersection(String, String) - Method in interface com.alachisoft.ncache.client.datastructures.DistributedHashSet
-
Take intersection of current set with the specified set and store the result in a new destination set.
- storeUnion(String, String) - Method in interface com.alachisoft.ncache.client.datastructures.DistributedHashSet
-
Take union of current set with the specified set and store the result in a new destination set.
- StreamAlreadyLockedException - Exception in com.alachisoft.ncache.runtime.exceptions
-
StreamAlreadLockedException is thrown if stream is already locked.
- StreamAlreadyLockedException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.StreamAlreadyLockedException
-
Constructs an
StreamAlreadyLockedException
withnull
as its error detail message. - StreamAlreadyLockedException(int, String, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.StreamAlreadyLockedException
- StreamAlreadyLockedException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.StreamAlreadyLockedException
-
Constructs an
StreamAlreadyLockedException
with the specified detail message. - StreamCloseException - Exception in com.alachisoft.ncache.runtime.exceptions
-
StreamCloseException is thrown if a write operation is performed on closed CacheStream
- StreamCloseException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.StreamCloseException
-
Constructs an
StreamCloseException
withnull
as its error detail message. - StreamCloseException(int, String, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.StreamCloseException
- StreamCloseException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.StreamCloseException
-
Constructs an
StreamCloseException
with the specified detail message. - StreamException - Exception in com.alachisoft.ncache.runtime.exceptions
-
StreamException is thrown if any error occurs during operation on CacheStream.
- StreamException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.StreamException
-
Constructs an
StreamException
withnull
as its error detail message. - StreamException(int, String, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.StreamException
- StreamException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.StreamException
-
Constructs an
StreamException
with the specified detail message. - StreamException(Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.StreamException
- StreamInvalidLockException - Exception in com.alachisoft.ncache.runtime.exceptions
-
StreamInvalidLockException is thrown if the current lock handle becomes invalid.
- StreamInvalidLockException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.StreamInvalidLockException
-
Constructs an
StreamInvalidLockException
withnull
as its error detail message. - StreamInvalidLockException(int, String, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.StreamInvalidLockException
- StreamInvalidLockException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.StreamInvalidLockException
-
Constructs an
StreamInvalidLockException
with the specified detail message. - StreamMode - Enum in com.alachisoft.ncache.client
-
Represents the modes for opening a cache stream.
- StreamNotFoundException - Exception in com.alachisoft.ncache.runtime.exceptions
-
StreamNotFoundException is thrown if a CacheStream is not found in the cache.
- StreamNotFoundException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.StreamNotFoundException
-
Constructs an
StreamNotFoundException
withnull
as its error detail message. - StreamNotFoundException(int, String, String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.StreamNotFoundException
- StreamNotFoundException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.StreamNotFoundException
-
Constructs an
StreamNotFoundException
with the specified detail message. - String - com.alachisoft.ncache.runtime.dependencies.CmdParamsDbType
-
Used for string datatypes
- String - com.alachisoft.ncache.runtime.JSON.JsonDataType
-
Contained data is of string type.
- StringFixedLength - com.alachisoft.ncache.runtime.dependencies.CmdParamsDbType
-
A fixed-length string of Unicode characters.
- Structured - com.alachisoft.ncache.runtime.dependencies.CmdParamsType
-
A special data type for specifying structured data contained in table-valued parameters.
- SubscriptionPolicy - Enum in com.alachisoft.ncache.runtime.caching
-
Defines the policy used in case of Durable subscription.
- subtract(Date, Date) - Static method in class com.alachisoft.ncache.runtime.util.TimeSpan
-
Gets the difference between two dates in the form of a Timespan.
- Subtract(TimeSpan) - Method in class com.alachisoft.ncache.runtime.util.TimeSpan
-
Returns a new TimeSpan object whose value is the difference between the specified TimeSpan object and this instance.
- Success - com.alachisoft.ncache.runtime.caching.WriteBehindOpStatus
-
If write behind operation was successful
- Success - com.alachisoft.ncache.runtime.datasourceprovider.OperationResult.Status
-
Status is success in case of successful operation.
- Sync - com.alachisoft.ncache.runtime.caching.messaging.DeliveryMode
-
Sync invocation of messages.Using sync method of delivery guarantees ordered delivery of messages.
All Classes All Packages