Uses of Interface
org.infinispan.manager.EmbeddedCacheManager
-
-
Uses of EmbeddedCacheManager in org.infinispan
Methods in org.infinispan that return EmbeddedCacheManager Modifier and Type Method Description EmbeddedCacheManager
Cache. getCacheManager()
Retrieves the cache manager responsible for creating this cache instance. -
Uses of EmbeddedCacheManager in org.infinispan.counter
Methods in org.infinispan.counter with parameters of type EmbeddedCacheManager Modifier and Type Method Description static CounterManager
EmbeddedCounterManagerFactory. asCounterManager(EmbeddedCacheManager cacheManager)
-
Uses of EmbeddedCacheManager in org.infinispan.factories
Constructors in org.infinispan.factories with parameters of type EmbeddedCacheManager Constructor Description GlobalComponentRegistry(GlobalConfiguration configuration, EmbeddedCacheManager cacheManager, Set<String> createdCaches, ConfigurationManager configurationManager)
Creates an instance of the component registry. -
Uses of EmbeddedCacheManager in org.infinispan.globalstate
Methods in org.infinispan.globalstate with parameters of type EmbeddedCacheManager Modifier and Type Method Description void
LocalConfigurationStorage. initialize(EmbeddedCacheManager embeddedCacheManager)
Initialization entry point for theLocalConfigurationStorage
-
Uses of EmbeddedCacheManager in org.infinispan.interceptors
Fields in org.infinispan.interceptors declared as EmbeddedCacheManager Modifier and Type Field Description protected EmbeddedCacheManager
BaseCustomAsyncInterceptor. embeddedCacheManager
-
Uses of EmbeddedCacheManager in org.infinispan.interceptors.base
Fields in org.infinispan.interceptors.base declared as EmbeddedCacheManager Modifier and Type Field Description protected EmbeddedCacheManager
BaseCustomInterceptor. embeddedCacheManager
Deprecated. -
Uses of EmbeddedCacheManager in org.infinispan.lock
Methods in org.infinispan.lock with parameters of type EmbeddedCacheManager Modifier and Type Method Description static ClusteredLockManager
EmbeddedClusteredLockManagerFactory. from(EmbeddedCacheManager cacheManager)
-
Uses of EmbeddedCacheManager in org.infinispan.manager
Classes in org.infinispan.manager that implement EmbeddedCacheManager Modifier and Type Class Description class
AbstractDelegatingEmbeddedCacheManager
Deprecated.Extend fromAbstractDelegatingEmbeddedCacheManager
instead.class
DefaultCacheManager
Methods in org.infinispan.manager that return EmbeddedCacheManager Modifier and Type Method Description EmbeddedCacheManager
DefaultCacheManager. startCaches(String... cacheNames)
EmbeddedCacheManager
EmbeddedCacheManager. startCaches(String... cacheNames)
Starts a set of caches in parallel.Method parameters in org.infinispan.manager with type arguments of type EmbeddedCacheManager Modifier and Type Method 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 asClusterExecutor.submitConsumer(Function, TriConsumer)
, except the Callable must also implement Serializable.Constructors in org.infinispan.manager with parameters of type EmbeddedCacheManager Constructor Description AbstractDelegatingEmbeddedCacheManager(EmbeddedCacheManager cm)
Deprecated. -
Uses of EmbeddedCacheManager in org.infinispan.manager.impl
Classes in org.infinispan.manager.impl with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw EmbeddedCacheManager Modifier and Type Class Description class
org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
This is a convenient base class for implementing a cache manager delegate. -
Uses of EmbeddedCacheManager in org.infinispan.multimap.api.embedded
Methods in org.infinispan.multimap.api.embedded with parameters of type EmbeddedCacheManager Modifier and Type Method Description static MultimapCacheManager
EmbeddedMultimapCacheManagerFactory. from(EmbeddedCacheManager cacheManager)
-
Uses of EmbeddedCacheManager in org.infinispan.notifications.cachemanagerlistener.event
Methods in org.infinispan.notifications.cachemanagerlistener.event that return EmbeddedCacheManager Modifier and Type Method Description EmbeddedCacheManager
Event. getCacheManager()
-
Uses of EmbeddedCacheManager in org.infinispan.query.clustered
Methods in org.infinispan.query.clustered with parameters of type EmbeddedCacheManager Modifier and Type Method Description void
ClusteredQueryCommand. setCacheManager(EmbeddedCacheManager cm)
-
Uses of EmbeddedCacheManager in org.infinispan.query.indexmanager
Methods in org.infinispan.query.indexmanager with parameters of type EmbeddedCacheManager Modifier and Type Method Description void
AbstractUpdateCommand. setCacheManager(EmbeddedCacheManager cm)
This is invoked only on the receiving node, beforeReplicableCommand.perform(org.infinispan.context.InvocationContext)
. -
Uses of EmbeddedCacheManager in org.infinispan.query.remote
Fields in org.infinispan.query.remote declared as EmbeddedCacheManager Modifier and Type Field Description protected EmbeddedCacheManager
CompatibilityProtoStreamMarshaller. cacheManager
-
Uses of EmbeddedCacheManager in org.infinispan.rest
Methods in org.infinispan.rest with parameters of type EmbeddedCacheManager Modifier and Type Method Description protected void
RestServer. startInternal(RestServerConfiguration configuration, EmbeddedCacheManager cacheManager)
-
Uses of EmbeddedCacheManager in org.infinispan.rest.cachemanager
Methods in org.infinispan.rest.cachemanager that return EmbeddedCacheManager Modifier and Type Method Description EmbeddedCacheManager
RestCacheManager. getInstance()
Constructors in org.infinispan.rest.cachemanager with parameters of type EmbeddedCacheManager Constructor Description RestCacheManager(EmbeddedCacheManager instance, Predicate<? super String> isCacheIgnored)
-
Uses of EmbeddedCacheManager in org.infinispan.security
Methods in org.infinispan.security that return EmbeddedCacheManager Modifier and Type Method Description EmbeddedCacheManager
PrincipalRoleMapperContext. getCacheManager()
Returns theEmbeddedCacheManager
in which this role mapper is being instantiated -
Uses of EmbeddedCacheManager in org.infinispan.security.actions
-
Uses of EmbeddedCacheManager in org.infinispan.server.core
Fields in org.infinispan.server.core declared as EmbeddedCacheManager Modifier and Type Field Description protected EmbeddedCacheManager
AbstractProtocolServer. cacheManager
Methods in org.infinispan.server.core that return EmbeddedCacheManager Modifier and Type Method Description EmbeddedCacheManager
AbstractProtocolServer. getCacheManager()
Methods in org.infinispan.server.core with parameters of type EmbeddedCacheManager Modifier and Type Method Description void
AbstractProtocolServer. start(A configuration, EmbeddedCacheManager cacheManager)
void
ProtocolServer. start(C configuration, EmbeddedCacheManager cacheManager)
Starts the server backed by the given cache manager and with the corresponding configuration.protected void
AbstractProtocolServer. startInternal(A configuration, EmbeddedCacheManager cacheManager)
-
Uses of EmbeddedCacheManager in org.infinispan.server.core.admin
Methods in org.infinispan.server.core.admin with parameters of type EmbeddedCacheManager Modifier and Type Method Description protected abstract T
AdminServerTask. execute(EmbeddedCacheManager cacheManager, Map<String,String> parameters, EnumSet<CacheContainerAdmin.AdminFlag> adminFlags)
-
Uses of EmbeddedCacheManager in org.infinispan.server.core.admin.embeddedserver
Methods in org.infinispan.server.core.admin.embeddedserver with parameters of type EmbeddedCacheManager Modifier and Type Method Description protected Void
CacheCreateTask. execute(EmbeddedCacheManager cacheManager, Map<String,String> parameters, EnumSet<CacheContainerAdmin.AdminFlag> flags)
protected Void
CacheGetOrCreateTask. execute(EmbeddedCacheManager cacheManager, Map<String,String> parameters, EnumSet<CacheContainerAdmin.AdminFlag> flags)
protected byte[]
CacheNamesTask. execute(EmbeddedCacheManager cacheManager, Map<String,String> parameters, EnumSet<CacheContainerAdmin.AdminFlag> adminFlags)
protected Void
CacheReindexTask. execute(EmbeddedCacheManager cacheManager, Map<String,String> parameters, EnumSet<CacheContainerAdmin.AdminFlag> adminFlags)
protected Void
CacheRemoveTask. execute(EmbeddedCacheManager cacheManager, Map<String,String> parameters, EnumSet<CacheContainerAdmin.AdminFlag> adminFlags)
-
Uses of EmbeddedCacheManager in org.infinispan.server.core.transport
Constructors in org.infinispan.server.core.transport with parameters of type EmbeddedCacheManager Constructor Description NettyTransport(InetSocketAddress address, ProtocolServerConfiguration configuration, String threadNamePrefix, EmbeddedCacheManager cacheManager)
-
Uses of EmbeddedCacheManager in org.infinispan.server.hotrod
Fields in org.infinispan.server.hotrod declared as EmbeddedCacheManager Modifier and Type Field Description protected EmbeddedCacheManager
BaseDecoder. cacheManager
Methods in org.infinispan.server.hotrod with parameters of type EmbeddedCacheManager Modifier and Type Method Description protected void
HotRodServer. startInternal(HotRodServerConfiguration configuration, EmbeddedCacheManager cacheManager)
Constructors in org.infinispan.server.hotrod with parameters of type EmbeddedCacheManager Constructor Description HotRodDecoder(EmbeddedCacheManager cacheManager, Executor executor, HotRodServer server)
-
Uses of EmbeddedCacheManager in org.infinispan.server.hotrod.command.tx
Methods in org.infinispan.server.hotrod.command.tx with parameters of type EmbeddedCacheManager Modifier and Type Method Description void
ForwardCommitCommand. inject(EmbeddedCacheManager cacheManager)
void
ForwardRollbackCommand. inject(EmbeddedCacheManager cacheManager)
-
Uses of EmbeddedCacheManager in org.infinispan.server.memcached
Methods in org.infinispan.server.memcached with parameters of type EmbeddedCacheManager Modifier and Type Method Description protected void
MemcachedServer. startInternal(MemcachedServerConfiguration configuration, EmbeddedCacheManager cacheManager)
-
Uses of EmbeddedCacheManager in org.infinispan.spring
Methods in org.infinispan.spring that return EmbeddedCacheManager Modifier and Type Method Description protected EmbeddedCacheManager
AbstractEmbeddedCacheManagerFactory. createBackingEmbeddedCacheManager()
-
Uses of EmbeddedCacheManager in org.infinispan.spring.provider
Methods in org.infinispan.spring.provider that return EmbeddedCacheManager Modifier and Type Method Description EmbeddedCacheManager
SpringEmbeddedCacheManager. getNativeCacheManager()
Return the
that backs thisorg.infinispan.manager.EmbeddedCacheManager
CacheManager
.Constructors in org.infinispan.spring.provider with parameters of type EmbeddedCacheManager Constructor Description ContainerEmbeddedCacheManagerFactoryBean(EmbeddedCacheManager cacheContainer)
SpringEmbeddedCacheManager(EmbeddedCacheManager nativeCacheManager)
-
Uses of EmbeddedCacheManager in org.infinispan.spring.support.embedded
Methods in org.infinispan.spring.support.embedded that return EmbeddedCacheManager Modifier and Type Method Description EmbeddedCacheManager
InfinispanEmbeddedCacheManagerFactoryBean. getObject()
Methods in org.infinispan.spring.support.embedded that return types with arguments of type EmbeddedCacheManager Modifier and Type Method Description Class<? extends EmbeddedCacheManager>
InfinispanEmbeddedCacheManagerFactoryBean. getObjectType()
Methods in org.infinispan.spring.support.embedded with parameters of type EmbeddedCacheManager Modifier and Type Method Description void
InfinispanNamedEmbeddedCacheFactoryBean. setInfinispanEmbeddedCacheManager(EmbeddedCacheManager infinispanEmbeddedCacheManager)
Sets the
to be used for creating ourorg.infinispan.manager.EmbeddedCacheManager
instance.Cache
-
Uses of EmbeddedCacheManager in org.infinispan.tasks
Methods in org.infinispan.tasks that return EmbeddedCacheManager Modifier and Type Method Description EmbeddedCacheManager
TaskContext. getCacheManager()
CacheManager for this task executionMethods in org.infinispan.tasks with parameters of type EmbeddedCacheManager Modifier and Type Method Description TaskContext
TaskContext. cacheManager(EmbeddedCacheManager cacheManager)
The cache manager with which this task should be executed -
Uses of EmbeddedCacheManager in org.infinispan.topology
Constructors in org.infinispan.topology with parameters of type EmbeddedCacheManager Constructor Description ClusterCacheStatus(EmbeddedCacheManager cacheManager, String cacheName, org.infinispan.partitionhandling.impl.AvailabilityStrategy availabilityStrategy, RebalanceType rebalanceType, ClusterTopologyManager clusterTopologyManager, Transport transport, PersistentUUIDManager persistentUUIDManager, org.infinispan.util.logging.events.EventLogManager eventLogManager, Optional<ScopedPersistentState> state, boolean resolveConflictsOnMerge)
-