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 EmbeddedCacheManagerCache. 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 CounterManagerEmbeddedCounterManagerFactory. asCounterManager(EmbeddedCacheManager cacheManager) -
Uses of EmbeddedCacheManager in org.infinispan.factories
Methods in org.infinispan.factories that return EmbeddedCacheManager Modifier and Type Method Description EmbeddedCacheManagerGlobalComponentRegistry. getCacheManager()Constructors in org.infinispan.factories with parameters of type EmbeddedCacheManager Constructor Description GlobalComponentRegistry(GlobalConfiguration configuration, EmbeddedCacheManager cacheManager, java.util.Set<java.lang.String> createdCaches, ModuleRepository moduleRepository, 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 voidLocalConfigurationStorage. initialize(EmbeddedCacheManager embeddedCacheManager, ConfigurationManager configurationManager, java.util.concurrent.Executor executor)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 EmbeddedCacheManagerBaseCustomAsyncInterceptor. embeddedCacheManager -
Uses of EmbeddedCacheManager in org.infinispan.lock
Methods in org.infinispan.lock with parameters of type EmbeddedCacheManager Modifier and Type Method Description static ClusteredLockManagerEmbeddedClusteredLockManagerFactory. from(EmbeddedCacheManager cacheManager) -
Uses of EmbeddedCacheManager in org.infinispan.manager
Classes in org.infinispan.manager that implement EmbeddedCacheManager Modifier and Type Class Description classDefaultCacheManagerMethods in org.infinispan.manager that return EmbeddedCacheManager Modifier and Type Method Description EmbeddedCacheManagerDefaultCacheManager. startCaches(java.lang.String... cacheNames)EmbeddedCacheManagerEmbeddedCacheManager. startCaches(java.lang.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> java.util.concurrent.CompletableFuture<java.lang.Void>ClusterExecutor. submitConsumer(java.util.function.Function<? super EmbeddedCacheManager,? extends V> callable, TriConsumer<? super Address,? super V,? super java.lang.Throwable> triConsumer)Submits the given command to the desired nodes and allows for handling of results as they return.default <V> java.util.concurrent.CompletableFuture<java.lang.Void>ClusterExecutor. submitConsumer(SerializableFunction<? super EmbeddedCacheManager,? extends V> callable, TriConsumer<? super Address,? super V,? super java.lang.Throwable> triConsumer)The same asClusterExecutor.submitConsumer(Function, TriConsumer), except the Callable must also implement Serializable. -
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 MultimapCacheManagerEmbeddedMultimapCacheManagerFactory. from(EmbeddedCacheManager cacheManager) -
Uses of EmbeddedCacheManager in org.infinispan.notifications.cachelistener.cluster
Methods in org.infinispan.notifications.cachelistener.cluster with parameters of type EmbeddedCacheManager Modifier and Type Method Description voidClusterListenerReplicateCallable. accept(EmbeddedCacheManager cacheManager, Cache<K,V> cache)java.lang.VoidClusterListenerRemoveCallable. apply(EmbeddedCacheManager embeddedCacheManager)java.lang.VoidClusterListenerReplicateCallable. apply(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 EmbeddedCacheManagerEvent. getCacheManager() -
Uses of EmbeddedCacheManager in org.infinispan.persistence.remote.upgrade
Methods in org.infinispan.persistence.remote.upgrade with parameters of type EmbeddedCacheManager Modifier and Type Method Description java.lang.IntegerMigrationTask. apply(EmbeddedCacheManager embeddedCacheManager) -
Uses of EmbeddedCacheManager in org.infinispan.rest
Methods in org.infinispan.rest with parameters of type EmbeddedCacheManager Modifier and Type Method Description protected voidRestServer. 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 EmbeddedCacheManagerRestCacheManager. getInstance()Constructors in org.infinispan.rest.cachemanager with parameters of type EmbeddedCacheManager Constructor Description RestCacheManager(EmbeddedCacheManager instance, java.util.function.Predicate<? super java.lang.String> isCacheIgnored) -
Uses of EmbeddedCacheManager in org.infinispan.security
Methods in org.infinispan.security that return EmbeddedCacheManager Modifier and Type Method Description EmbeddedCacheManagerPrincipalRoleMapperContext. getCacheManager()Returns theEmbeddedCacheManagerin 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 EmbeddedCacheManagerAbstractProtocolServer. cacheManagerMethods in org.infinispan.server.core that return EmbeddedCacheManager Modifier and Type Method Description EmbeddedCacheManagerAbstractProtocolServer. getCacheManager()Methods in org.infinispan.server.core with parameters of type EmbeddedCacheManager Modifier and Type Method Description voidAbstractProtocolServer. start(A configuration, EmbeddedCacheManager cacheManager)voidAbstractProtocolServer. start(A configuration, EmbeddedCacheManager cacheManager, CacheIgnoreManager cacheIgnore)voidProtocolServer. start(C configuration, EmbeddedCacheManager cacheManager)Starts the server backed by the given cache manager and with the corresponding configuration.voidProtocolServer. start(C configuration, EmbeddedCacheManager cacheManager, CacheIgnoreManager cacheIgnore)Starts the server backed by the given cache manager, with the corresponding configuration and the handler for the ignored caches stateprotected voidAbstractProtocolServer. startInternal(A configuration, EmbeddedCacheManager cacheManager)Constructors in org.infinispan.server.core with parameters of type EmbeddedCacheManager Constructor Description CacheIgnoreManager(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 TAdminServerTask. execute(EmbeddedCacheManager cacheManager, java.util.Map<java.lang.String,java.lang.String> parameters, java.util.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 java.lang.VoidCacheCreateTask. execute(EmbeddedCacheManager cacheManager, java.util.Map<java.lang.String,java.lang.String> parameters, java.util.EnumSet<CacheContainerAdmin.AdminFlag> flags)protected java.lang.VoidCacheGetOrCreateTask. execute(EmbeddedCacheManager cacheManager, java.util.Map<java.lang.String,java.lang.String> parameters, java.util.EnumSet<CacheContainerAdmin.AdminFlag> flags)protected byte[]CacheNamesTask. execute(EmbeddedCacheManager cacheManager, java.util.Map<java.lang.String,java.lang.String> parameters, java.util.EnumSet<CacheContainerAdmin.AdminFlag> adminFlags)protected java.lang.VoidCacheReindexTask. execute(EmbeddedCacheManager cacheManager, java.util.Map<java.lang.String,java.lang.String> parameters, java.util.EnumSet<CacheContainerAdmin.AdminFlag> adminFlags)protected java.lang.VoidCacheRemoveTask. execute(EmbeddedCacheManager cacheManager, java.util.Map<java.lang.String,java.lang.String> parameters, java.util.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(java.net.InetSocketAddress address, ProtocolServerConfiguration configuration, java.lang.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 EmbeddedCacheManagerBaseDecoder. cacheManagerMethods in org.infinispan.server.hotrod with parameters of type EmbeddedCacheManager Modifier and Type Method Description protected voidHotRodServer. startInternal(HotRodServerConfiguration configuration, EmbeddedCacheManager cacheManager)Constructors in org.infinispan.server.hotrod with parameters of type EmbeddedCacheManager Constructor Description HotRodDecoder(EmbeddedCacheManager cacheManager, java.util.concurrent.Executor executor, HotRodServer server) -
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 voidMemcachedServer. startInternal(MemcachedServerConfiguration configuration, EmbeddedCacheManager cacheManager) -
Uses of EmbeddedCacheManager in org.infinispan.spring.embedded
Methods in org.infinispan.spring.embedded that return EmbeddedCacheManager Modifier and Type Method Description protected EmbeddedCacheManagerAbstractEmbeddedCacheManagerFactory. createBackingEmbeddedCacheManager() -
Uses of EmbeddedCacheManager in org.infinispan.spring.embedded.provider
Methods in org.infinispan.spring.embedded.provider that return EmbeddedCacheManager Modifier and Type Method Description EmbeddedCacheManagerSpringEmbeddedCacheManager. getNativeCacheManager()Return thethat backs thisorg.infinispan.manager.EmbeddedCacheManagerCacheManager.Constructors in org.infinispan.spring.embedded.provider with parameters of type EmbeddedCacheManager Constructor Description ContainerEmbeddedCacheManagerFactoryBean(EmbeddedCacheManager cacheContainer)SpringEmbeddedCacheManager(EmbeddedCacheManager nativeCacheManager) -
Uses of EmbeddedCacheManager in org.infinispan.spring.embedded.support
Methods in org.infinispan.spring.embedded.support that return EmbeddedCacheManager Modifier and Type Method Description EmbeddedCacheManagerInfinispanEmbeddedCacheManagerFactoryBean. getObject()Methods in org.infinispan.spring.embedded.support that return types with arguments of type EmbeddedCacheManager Modifier and Type Method Description java.lang.Class<? extends EmbeddedCacheManager>InfinispanEmbeddedCacheManagerFactoryBean. getObjectType()Methods in org.infinispan.spring.embedded.support with parameters of type EmbeddedCacheManager Modifier and Type Method Description voidInfinispanNamedEmbeddedCacheFactoryBean. setInfinispanEmbeddedCacheManager(EmbeddedCacheManager infinispanEmbeddedCacheManager)Sets theto be used for creating ourorg.infinispan.manager.EmbeddedCacheManagerinstance.Cache -
Uses of EmbeddedCacheManager in org.infinispan.tasks
Methods in org.infinispan.tasks that return EmbeddedCacheManager Modifier and Type Method Description EmbeddedCacheManagerTaskContext. getCacheManager()CacheManager for this task executionMethods in org.infinispan.tasks with parameters of type EmbeddedCacheManager Modifier and Type Method Description TaskContextTaskContext. 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, java.lang.String cacheName, org.infinispan.partitionhandling.impl.AvailabilityStrategy availabilityStrategy, RebalanceType rebalanceType, ClusterTopologyManager clusterTopologyManager, Transport transport, PersistentUUIDManager persistentUUIDManager, org.infinispan.util.logging.events.EventLogManager eventLogManager, java.util.Optional<ScopedPersistentState> state, boolean resolveConflictsOnMerge)
-