ehcache

Package net.sf.ehcache.writer.writebehind

This package contains the write behind functionalities.

See:
          Description

Interface Summary
OperationConverter<T> Interface that allows an converter to be implemented that can create an operation based on an arbitrary object.
OperationsFilter<T> An interface for implementing a filter for operations before they are processed.
WriteBehind An interface for write behind behavior.
 

Class Summary
AbstractWriteBehindQueue Abstract implementation of a WriteBehindQueue.
CastingOperationConverter A converter that simply casts an existing KeyBasedOperation instance.
CoalesceKeysFilter Filters the operations by only retaining the latest operations for a given key.
NonStopWriteBehind Non stop class for write behind
WriteBehindManager Implements a WriterManager that writes elements to a queue first and in the background sends the to the CacheWriter.
WriteBehindQueueManager  
WriteBehindQueueManager.WriteBehindQueueFactory Factory used to create write behind queues.
 

Package net.sf.ehcache.writer.writebehind Description

This package contains the write behind functionalities.


ehcache

Copyright 2001-2015, Terracotta, Inc.