| Package | Description |
|---|---|
| org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
| org.infinispan.interceptors.base |
Base interceptors containing common, reusable behavior.
|
| org.infinispan.manager |
Cache manager package
|
| org.infinispan.manager.impl | |
| org.infinispan.notifications.cachemanagerlistener.event |
EmbeddedCacheManager-specific listener events |
| org.infinispan.query.remote | |
| org.infinispan.security |
The Security API
|
| Modifier and Type | Method and Description |
|---|---|
EmbeddedCacheManager |
Cache.getCacheManager()
Retrieves the cache manager responsible for creating this cache instance.
|
| Modifier and Type | Field and Description |
|---|---|
protected EmbeddedCacheManager |
BaseCustomInterceptor.embeddedCacheManager
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCacheManager
|
| Modifier and Type | Method and Description |
|---|---|
EmbeddedCacheManager |
EmbeddedCacheManager.startCaches(String... cacheNames)
Starts a set of caches in parallel.
|
EmbeddedCacheManager |
DefaultCacheManager.startCaches(String... cacheNames) |
| Modifier and Type | Method and Description |
|---|---|
<V> CompletableFuture<Void> |
ClusterExecutor.submitConsumer(Function<? super EmbeddedCacheManager,? extends V> callable,
TriConsumer<? super Address,? super V,? super Throwable> triConsumer)
Submits the given command to the desired nodes and allows for handling of results as they return.
|
<V> CompletableFuture<Void> |
ClusterExecutor.submitConsumer(SerializableFunction<? super EmbeddedCacheManager,? extends V> callable,
TriConsumer<? super Address,? super V,? super Throwable> triConsumer)
The same as
ClusterExecutor.submitConsumer(Function, TriConsumer), except the Callable must also implement
Serializable. |
| Constructor and Description |
|---|
AbstractDelegatingEmbeddedCacheManager(EmbeddedCacheManager cm)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDelegatingEmbeddedCacheManager
This is a convenient base class for implementing a cache manager delegate.
|
| Modifier and Type | Method and Description |
|---|---|
EmbeddedCacheManager |
Event.getCacheManager() |
| Modifier and Type | Field and Description |
|---|---|
protected EmbeddedCacheManager |
CompatibilityProtoStreamMarshaller.cacheManager |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CompatibilityProtoStreamMarshaller.injectDependencies(EmbeddedCacheManager cacheManager) |
| Modifier and Type | Method and Description |
|---|---|
EmbeddedCacheManager |
PrincipalRoleMapperContext.getCacheManager()
Returns the
EmbeddedCacheManager in which this role mapper is being instantiated |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.