Interface | Description |
---|---|
Evictor<K> |
Evicts a cache entry.
|
InfinispanWebLogger |
InfinispanWebLogger
logging id range: 10320 - 10329
|
InfinispanWebMessages |
InfinispanWebMessages
logging id range: 10330 - 10339
|
Locator<K,V> |
Locates a value from the cache.
|
Mutator |
Indicates that the value represented by this object has changed and needs to be replicated.
|
Remover<K> |
Removes an entry from the cache
|
Scheduler<T> |
A scheduler for some task.
|
Class | Description |
---|---|
CacheMutator<K,V> |
Ensures that an object that exists in the distributed cache replicates.
|
Evictor.EvictOperation<K,V> |
Reusable eviction operation.
|
Evictor.LockingEvictOperation<K,V> |
Reusable eviction operation.
|
Locator.CreateOperation<K,V> |
Reusable creation operation.
|
Locator.FindOperation<K,V> |
Reusable lookup operation.
|
Mutator.MutateOperation<K,V> |
Reusable mutation operation.
|
Remover.RemoveOperation<K,V> |
Reusable remove operation.
|
Copyright © 2013 JBoss by Red Hat. All rights reserved.