| Package | Description |
|---|---|
| org.infinispan.manager |
Cache manager API.
|
| org.infinispan.manager.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCacheManagerAdmin
The default implementation of
EmbeddedCacheManagerAdmin |
| Modifier and Type | Method and Description |
|---|---|
EmbeddedCacheManagerAdmin |
DefaultCacheManager.administration() |
default EmbeddedCacheManagerAdmin |
EmbeddedCacheManager.administration()
Provides an
EmbeddedCacheManagerAdmin whose methods affect the entire cluster as opposed to a single node. |
EmbeddedCacheManagerAdmin |
DefaultCacheManagerAdmin.withFlags(CacheContainerAdmin.AdminFlag... flags) |
EmbeddedCacheManagerAdmin |
DefaultCacheManagerAdmin.withFlags(EnumSet<CacheContainerAdmin.AdminFlag> flags) |
EmbeddedCacheManagerAdmin |
DefaultCacheManagerAdmin.withSubject(Subject subject) |
EmbeddedCacheManagerAdmin |
EmbeddedCacheManagerAdmin.withSubject(Subject subject)
Performs any cache manager operations using the specified
Subject. |
| Modifier and Type | Method and Description |
|---|---|
EmbeddedCacheManagerAdmin |
AbstractDelegatingEmbeddedCacheManager.administration() |
Copyright © 2022 JBoss by Red Hat. All rights reserved.