Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.counter |
Embedded Clustered Counters.
|
org.infinispan.globalstate |
Global configuration state.
|
org.infinispan.interceptors.base |
Base interceptors containing common, reusable behavior.
|
org.infinispan.lock |
Embedded Clustered Locks.
|
org.infinispan.manager |
Cache manager API.
|
org.infinispan.manager.impl | |
org.infinispan.multimap.api.embedded |
Embedded Multimap Cache.
|
org.infinispan.notifications.cachemanagerlistener.event |
EmbeddedCacheManager -specific listener events |
org.infinispan.query.remote |
Server-side remote query components.
|
org.infinispan.rest |
REST Server bootstrap and Netty bridge classes.
|
org.infinispan.security |
Security API.
|
org.infinispan.tasks |
Classes and interfaces related to task execution
|
Modifier and Type | Method and Description |
---|---|
EmbeddedCacheManager |
Cache.getCacheManager()
Retrieves the cache manager responsible for creating this cache instance.
|
Modifier and Type | Method and Description |
---|---|
static CounterManager |
EmbeddedCounterManagerFactory.asCounterManager(EmbeddedCacheManager cacheManager) |
Modifier and Type | Method and Description |
---|---|
void |
LocalConfigurationStorage.initialize(EmbeddedCacheManager embeddedCacheManager)
Initialization entry point for the
LocalConfigurationStorage |
Modifier and Type | Field and Description |
---|---|
protected EmbeddedCacheManager |
BaseCustomInterceptor.embeddedCacheManager
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ClusteredLockManager |
EmbeddedClusteredLockManagerFactory.from(EmbeddedCacheManager cacheManager) |
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.
|
default <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 |
---|---|
static MultimapCacheManager |
EmbeddedMultimapCacheManagerFactory.from(EmbeddedCacheManager cacheManager) |
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 |
RestServer.startInternal(RestServerConfiguration configuration,
EmbeddedCacheManager cacheManager) |
Modifier and Type | Method and Description |
---|---|
EmbeddedCacheManager |
PrincipalRoleMapperContext.getCacheManager()
Returns the
EmbeddedCacheManager in which this role mapper is being instantiated |
Modifier and Type | Method and Description |
---|---|
EmbeddedCacheManager |
TaskContext.getCacheManager()
CacheManager for this task execution
|
Modifier and Type | Method and Description |
---|---|
TaskContext |
TaskContext.cacheManager(EmbeddedCacheManager cacheManager)
The cache manager with which this task should be executed
|
Copyright © 2019 JBoss, a division of Red Hat. All rights reserved.