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
Stream mode for writing/updating the stream.
WriteBehind - com.alachisoft.ncache.runtime.caching.WriteMode
Updates data source asynchronously.
WriteBehindOpResult - Class in com.alachisoft.ncache.runtime.caching
Result of data source operation.
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 staus of write behind operation.
writeDataStructureToDataSource(Collection<DataStructureWriteOperation>) - Method in interface com.alachisoft.ncache.runtime.datasourceprovider.WriteThruProvider
When collection is created,removed or any operation is performed on its items with data source enabled this method will be called.
WriteMode - Enum in com.alachisoft.ncache.runtime.caching
Enumeration that defines the update operation on cache 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(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
Class that defines write-through options regarding updating the data source.
WriteThruOptions() - Constructor for class com.alachisoft.ncache.runtime.caching.WriteThruOptions
Initialized a new instance of WriteThruOptions.
WriteThruOptions(WriteMode) - Constructor for class com.alachisoft.ncache.runtime.caching.WriteThruOptions
Initialized a new instance of WriteThruOptions.
WriteThruOptions(WriteMode, String) - Constructor for class com.alachisoft.ncache.runtime.caching.WriteThruOptions
Initialized 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 data source.
writeToDataSource(Collection<WriteOperation>) - Method in interface com.alachisoft.ncache.runtime.datasourceprovider.WriteThruProvider
Responsible for bulk write operations on 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