Package | Description |
---|---|
net.sf.ehcache.transaction.xa.commands |
This package contains a representation of the queued commands which can be executed against a
XA store.
|
net.sf.ehcache.writer |
This package contains the cache writer functionalities.
|
net.sf.ehcache.writer.writebehind |
This package contains the write behind functionalities.
|
net.sf.ehcache.writer.writebehind.operations |
This package contains the operations for the write behind functionalities.
|
net.sf.ehcache.writer.writethrough |
This package contains the write through functionalities.
|
Modifier and Type | Method and Description |
---|---|
CacheEntry |
StoreRemoveCommand.getEntry()
Getter to the cache entry to be removed
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCacheWriter.delete(CacheEntry entry)
Delete the cache entry from the store
|
void |
CacheWriter.delete(CacheEntry entry)
Delete the cache entry from the store
|
void |
CacheWriterManager.remove(CacheEntry entry)
Schedule a remove operation for this key in the CacheWriterManager, which will call the CacheWriter when appropriate.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCacheWriter.deleteAll(Collection<CacheEntry> entries)
Remove data and keys from the underlying store for the given collection of keys, if present.
|
void |
CacheWriter.deleteAll(Collection<CacheEntry> entries)
Remove data and keys from the underlying store for the given collection of keys, if present.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractWriteBehindQueue.delete(CacheEntry entry)
Add a delete operation for the given cache entry
|
void |
WriteBehind.delete(CacheEntry entry)
Add a delete operation for the given cache entry
|
void |
WriteBehindQueueManager.delete(CacheEntry entry)
Add a delete operation for the given cache entry
|
void |
NonStopWriteBehind.delete(CacheEntry entry) |
void |
WriteBehindManager.remove(CacheEntry entry)
Schedule a remove operation for this key in the CacheWriterManager, which will call the CacheWriter when appropriate.
|
Modifier and Type | Method and Description |
---|---|
CacheEntry |
DeleteOperation.getEntry()
Retrieves the entry that will be used for this operation
|
Constructor and Description |
---|
DeleteOperation(CacheEntry entry)
Create a new delete operation for a particular entry
|
DeleteOperation(CacheEntry entry,
long creationTime)
Create a new delete operation for a particular entry and creation time
|
Constructor and Description |
---|
DeleteAllOperation(List<CacheEntry> entries)
Create a new delete all operation for the provided list of cache entries
|
Modifier and Type | Method and Description |
---|---|
void |
WriteThroughManager.remove(CacheEntry entry)
Schedule a remove operation for this key in the CacheWriterManager, which will call the CacheWriter when appropriate.
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.