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

W

write(byte[], int, int) - Method in interface com.alachisoft.ncache.client.CacheStream
Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
Write - com.alachisoft.ncache.client.StreamMode
Choose this mode for write access to the stream.
WriteBehind - com.alachisoft.ncache.runtime.caching.WriteMode
Updates the data source asynchronously.
WriteBehindOpResult - Class in com.alachisoft.ncache.runtime.caching
This class represents the result(s) of data source operations.
WriteBehindOpResult(EventType, WriteBehindOpStatus, Exception) - Constructor for class com.alachisoft.ncache.runtime.caching.WriteBehindOpResult
 
WriteBehindOpStatus - Enum in com.alachisoft.ncache.runtime.caching
Enumeration that defines the status of write behind operation.
writeDataStructureToDataSource(Collection<DataStructureWriteOperation>) - Method in interface com.alachisoft.ncache.runtime.datasourceprovider.WriteThruProvider
When datatype is created or removed as bulk, the data source will be notified with this method.
WriteMode - Enum in com.alachisoft.ncache.runtime.caching
Enumeration that defines the update operation on the cache that can update data source.
WriteOperation - Class in com.alachisoft.ncache.runtime.datasourceprovider
WriteOperation is used with DSWriteOperation to get an operation to perform on cache.
WriteOperation() - Constructor for class com.alachisoft.ncache.runtime.datasourceprovider.WriteOperation
 
WriteOperation(String, ProviderCacheItem, WriteOperationType, int) - Constructor for class com.alachisoft.ncache.runtime.datasourceprovider.WriteOperation
WriteOperation constructor which takes key, ProviderCache WriteOperationType and retries count.
WriteOperationBase - Class in com.alachisoft.ncache.runtime.datasourceprovider
Base class of the write operation.
WriteOperationBase() - Constructor for class com.alachisoft.ncache.runtime.datasourceprovider.WriteOperationBase
 
WriteOperationType - Enum in com.alachisoft.ncache.runtime.datasourceprovider
Used to log the operations type in Write behind
WriteThru - com.alachisoft.ncache.runtime.caching.WriteMode
Updates data source synchronously.
WriteThruOptions - Class in com.alachisoft.ncache.runtime.caching
A class that defines WriteThruOptions regarding updating the data source.
WriteThruOptions() - Constructor for class com.alachisoft.ncache.runtime.caching.WriteThruOptions
Initializes a new instance of WriteThruOptions.
WriteThruOptions(WriteMode) - Constructor for class com.alachisoft.ncache.runtime.caching.WriteThruOptions
Initializes a new instance of WriteThruOptions.
WriteThruOptions(WriteMode, String) - Constructor for class com.alachisoft.ncache.runtime.caching.WriteThruOptions
Initializes a new instance of WriteThruOptions.
WriteThruProvider - Interface in com.alachisoft.ncache.runtime.datasourceprovider
Contains methods used to save/update an object to the master data source.
writeToDataSource(WriteOperation) - Method in interface com.alachisoft.ncache.runtime.datasourceprovider.WriteThruProvider
Responsible for atomic write operations on the data source.
writeToDataSource(Collection<WriteOperation>) - Method in interface com.alachisoft.ncache.runtime.datasourceprovider.WriteThruProvider
Responsible for bulk write operations on the data source.
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