| Package | Description |
|---|---|
| org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
| org.infinispan.cache.impl | |
| org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
| org.infinispan.functional |
Functional API package
|
| org.infinispan.functional.impl | |
| org.infinispan.lifecycle |
Module and component lifecycle.
|
| org.infinispan.manager |
Cache manager API.
|
| org.infinispan.manager.impl | |
| org.infinispan.security.actions | |
| org.infinispan.security.impl |
| Modifier and Type | Method and Description |
|---|---|
ComponentStatus |
Cache.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
ComponentStatus |
AbstractDelegatingCache.getStatus() |
ComponentStatus |
CacheImpl.getStatus() |
ComponentStatus |
SimpleCacheImpl.getStatus() |
| Modifier and Type | Field and Description |
|---|---|
protected ComponentStatus |
AbstractComponentRegistry.state
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentStatus |
AbstractComponentRegistry.getStatus()
Deprecated.
Retrieves the state of the registry
|
| Modifier and Type | Method and Description |
|---|---|
ComponentStatus |
FunctionalMap.getStatus()
Functional map's status.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentStatus |
FunctionalMapImpl.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
static ComponentStatus |
ComponentStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentStatus[] |
ComponentStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentStatus |
DefaultCacheManager.getStatus() |
ComponentStatus |
EmbeddedCacheManager.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
ComponentStatus |
AbstractDelegatingEmbeddedCacheManager.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
ComponentStatus |
GetCacheManagerStatusAction.run() |
ComponentStatus |
GetCacheStatusAction.run() |
| Modifier and Type | Method and Description |
|---|---|
ComponentStatus |
SecureCacheImpl.getStatus() |
Copyright © 2022 JBoss by Red Hat. All rights reserved.