|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentStatus | |
---|---|
org.infinispan | This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. |
org.infinispan.client.hotrod.impl | |
org.infinispan.factories | Factories are internal components used to create other components based on a cache's configuration. |
org.infinispan.lifecycle | Component lifecycle. |
org.infinispan.manager | Cache manager package |
org.infinispan.tree | This package contains the TreeCache. |
org.infinispan.util.logging | Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. |
Uses of ComponentStatus in org.infinispan |
---|
Methods in org.infinispan that return ComponentStatus | |
---|---|
ComponentStatus |
CacheDelegate.getStatus()
|
ComponentStatus |
Cache.getStatus()
|
ComponentStatus |
AbstractDelegatingCache.getStatus()
|
Uses of ComponentStatus in org.infinispan.client.hotrod.impl |
---|
Methods in org.infinispan.client.hotrod.impl that return ComponentStatus | |
---|---|
ComponentStatus |
RemoteCacheSupport.getStatus()
|
Uses of ComponentStatus in org.infinispan.factories |
---|
Fields in org.infinispan.factories declared as ComponentStatus | |
---|---|
protected ComponentStatus |
AbstractComponentRegistry.state
|
Methods in org.infinispan.factories that return ComponentStatus | |
---|---|
ComponentStatus |
AbstractComponentRegistry.getStatus()
Retrieves the state of the registry |
Uses of ComponentStatus in org.infinispan.lifecycle |
---|
Methods in org.infinispan.lifecycle that return ComponentStatus | |
---|---|
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. |
Uses of ComponentStatus in org.infinispan.manager |
---|
Methods in org.infinispan.manager that return ComponentStatus | |
---|---|
ComponentStatus |
EmbeddedCacheManager.getStatus()
|
ComponentStatus |
DefaultCacheManager.getStatus()
|
Uses of ComponentStatus in org.infinispan.tree |
---|
Methods in org.infinispan.tree that return ComponentStatus | |
---|---|
ComponentStatus |
CacheAdapter.getStatus()
|
Uses of ComponentStatus in org.infinispan.util.logging |
---|
Methods in org.infinispan.util.logging with parameters of type ComponentStatus | |
---|---|
void |
Log.cacheCanNotHandleInvocations(String cacheName,
ComponentStatus status)
|
|
--> |