|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AdvancedCache | |
|---|---|
| org.infinispan | This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. |
| org.infinispan.client.hotrod | |
| org.infinispan.client.hotrod.impl | |
| org.infinispan.factories | Factories are internal components used to create other components based on a cache's configuration. |
| org.infinispan.lucene | Lucene Directory implementation which stores the index in Infinispan. |
| org.infinispan.statetransfer | Transfer of state to new caches in a cluster. |
| org.infinispan.tree | This package contains the TreeCache. |
| Uses of AdvancedCache in org.infinispan |
|---|
| Classes in org.infinispan that implement AdvancedCache | |
|---|---|
class |
AbstractDelegatingAdvancedCache<K,V>
Similar to AbstractDelegatingCache, but for AdvancedCache. |
class |
CacheDelegate<K,V>
|
| Methods in org.infinispan that return AdvancedCache | |
|---|---|
AdvancedCache<K,V> |
CacheDelegate.getAdvancedCache()
|
AdvancedCache<K,V> |
AbstractDelegatingCache.getAdvancedCache()
|
AdvancedCache<K,V> |
Cache.getAdvancedCache()
|
AdvancedCache<K,V> |
CacheDelegate.withFlags(Flag... flags)
|
AdvancedCache<K,V> |
AbstractDelegatingAdvancedCache.withFlags(Flag... flags)
|
AdvancedCache<K,V> |
AdvancedCache.withFlags(Flag... flags)
A builder-style method that adds flags to any API call. |
| Constructors in org.infinispan with parameters of type AdvancedCache | |
|---|---|
AbstractDelegatingAdvancedCache(AdvancedCache<K,V> cache)
|
|
| Uses of AdvancedCache in org.infinispan.client.hotrod |
|---|
| Methods in org.infinispan.client.hotrod that return AdvancedCache | |
|---|---|
AdvancedCache<K,V> |
RemoteCache.getAdvancedCache()
This operation is not supported. |
| Uses of AdvancedCache in org.infinispan.client.hotrod.impl |
|---|
| Methods in org.infinispan.client.hotrod.impl that return AdvancedCache | |
|---|---|
AdvancedCache<K,V> |
RemoteCacheSupport.getAdvancedCache()
|
| Uses of AdvancedCache in org.infinispan.factories |
|---|
| Methods in org.infinispan.factories that return AdvancedCache | |
|---|---|
protected AdvancedCache<K,V> |
InternalCacheFactory.createAndWire(Configuration configuration,
GlobalComponentRegistry globalComponentRegistry,
String cacheName,
ReflectionCache reflectionCache)
|
| Constructors in org.infinispan.factories with parameters of type AdvancedCache | |
|---|---|
BootstrapFactory(AdvancedCache advancedCache,
Configuration configuration,
ComponentRegistry componentRegistry)
|
|
ComponentRegistry(String cacheName,
Configuration configuration,
AdvancedCache cache,
GlobalComponentRegistry globalComponents,
ReflectionCache reflectionCache)
Creates an instance of the component registry. |
|
| Uses of AdvancedCache in org.infinispan.lucene |
|---|
| Constructors in org.infinispan.lucene with parameters of type AdvancedCache | |
|---|---|
InfinispanIndexInput(AdvancedCache chunksCache,
FileCacheKey fileKey,
FileMetadata fileMetadata,
SegmentReadLocker readLocks)
|
|
InfinispanIndexOutput(AdvancedCache metadataCache,
AdvancedCache chunksCache,
FileCacheKey fileKey,
int bufferSize,
org.infinispan.lucene.FileListOperations fileList)
|
|
InfinispanIndexOutput(AdvancedCache metadataCache,
AdvancedCache chunksCache,
FileCacheKey fileKey,
int bufferSize,
org.infinispan.lucene.FileListOperations fileList)
|
|
SingleChunkIndexInput(AdvancedCache chunksCache,
FileCacheKey fileKey,
FileMetadata fileMetadata)
|
|
| Uses of AdvancedCache in org.infinispan.statetransfer |
|---|
| Methods in org.infinispan.statetransfer with parameters of type AdvancedCache | |
|---|---|
void |
StateTransferManagerImpl.injectDependencies(RpcManager rpcManager,
AdvancedCache cache,
Configuration configuration,
DataContainer dataContainer,
CacheLoaderManager clm,
StreamingMarshaller marshaller,
TransactionLog transactionLog,
InterceptorChain interceptorChain,
InvocationContextContainer invocationContextContainer,
CommandsFactory commandsFactory,
TransactionTable txTable)
|
| Uses of AdvancedCache in org.infinispan.tree |
|---|
| Methods in org.infinispan.tree that return AdvancedCache | |
|---|---|
AdvancedCache |
CacheAdapter.getAdvancedCache()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||