Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.cache.impl | |
org.infinispan.conflict |
This package contains the APIs that enable users to search for, and amend, data inconsistencies within their cache.
|
org.infinispan.distexec |
Distribute Executor APIs
|
org.infinispan.query |
Query API.
|
org.infinispan.rest.cachemanager |
Cache manager wrapper for REST interface.
|
org.infinispan.security |
The Security API
|
Modifier and Type | Method and Description |
---|---|
AdvancedCache<K,V> |
Cache.getAdvancedCache() |
AdvancedCache<K,V> |
AdvancedCache.with(ClassLoader classLoader)
Deprecated.
A cache manager, and all caches within it, can only have
one classloader associated to it, so it's no longer possible to read
cached data with a different classloader.
|
AdvancedCache<?,?> |
AdvancedCache.withEncoding(Class<? extends Encoder> encoder)
Performs any cache operations using the specified
Encoder . |
AdvancedCache<?,?> |
AdvancedCache.withEncoding(Class<? extends Encoder> keyEncoder,
Class<? extends Encoder> valueEncoder)
Performs any cache operations using the specified pair of
Encoder . |
AdvancedCache<K,V> |
AdvancedCache.withFlags(Flag... flags)
A method that adds flags to any API call.
|
AdvancedCache<?,?> |
AdvancedCache.withKeyEncoding(Class<? extends Encoder> encoder) |
AdvancedCache<?,?> |
AdvancedCache.withMediaType(String keyMediaType,
String valueMediaType)
Perform any cache operations using an alternate
MediaType . |
AdvancedCache<K,V> |
AdvancedCache.withSubject(Subject subject)
Performs any cache operations using the specified
Subject . |
AdvancedCache<K,V> |
AdvancedCache.withWrapping(Class<? extends Wrapper> wrapper)
Performs any cache operations using the specified
Wrapper . |
AdvancedCache<K,V> |
AdvancedCache.withWrapping(Class<? extends Wrapper> keyWrapper,
Class<? extends Wrapper> valueWrapper)
Performs any cache operations using the specified pair of
Wrapper . |
Constructor and Description |
---|
AbstractDelegatingAdvancedCache(AdvancedCache<K,V> cache)
Deprecated.
|
AbstractDelegatingAdvancedCache(AdvancedCache<K,V> cache,
AbstractDelegatingAdvancedCache.AdvancedCacheWrapper<K,V> wrapper)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegatingAdvancedCache<K,V>
Similar to
AbstractDelegatingCache , but for AdvancedCache . |
Modifier and Type | Method and Description |
---|---|
static <K,V> ConflictManager<K,V> |
ConflictManagerFactory.get(AdvancedCache<K,V> cache) |
Modifier and Type | Field and Description |
---|---|
protected AdvancedCache |
DefaultExecutorService.cache
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected QueryEngine |
QueryDefinition.getQueryEngine(AdvancedCache<?,?> cache) |
void |
QueryDefinition.initialize(AdvancedCache<?,?> cache) |
Modifier and Type | Method and Description |
---|---|
AdvancedCache<Object,V> |
RestCacheManager.getCache(String name) |
AdvancedCache<Object,V> |
RestCacheManager.getCache(String name,
MediaType keyContentType,
MediaType valueContentType) |
Modifier and Type | Interface and Description |
---|---|
interface |
SecureCache<K,V>
SecureCache.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.