Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.commands.read |
Commands that read data from the cache.
|
org.infinispan.commands.tx |
Commands that represent transactional lifecycle transitions.
|
org.infinispan.commands.write |
Commands that alter the state of the cache.
|
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
|
Modifier and Type | Method and Description |
---|---|
ComponentStatus |
CacheImpl.getStatus() |
ComponentStatus |
Cache.getStatus() |
ComponentStatus |
AbstractDelegatingCache.getStatus() |
Modifier and Type | Method and Description |
---|---|
boolean |
VisitableCommand.ignoreCommandOnStatus(ComponentStatus status)
Similar to
VisitableCommand.shouldInvoke(InvocationContext) but evaluated by InvocationContextInterceptor . |
Modifier and Type | Method and Description |
---|---|
boolean |
DistributedExecuteCommand.ignoreCommandOnStatus(ComponentStatus status) |
boolean |
AbstractLocalCommand.ignoreCommandOnStatus(ComponentStatus status) |
boolean |
AbstractDataCommand.ignoreCommandOnStatus(ComponentStatus status) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractTransactionBoundaryCommand.ignoreCommandOnStatus(ComponentStatus status) |
Modifier and Type | Method and Description |
---|---|
boolean |
RemoveCommand.ignoreCommandOnStatus(ComponentStatus status) |
boolean |
PutMapCommand.ignoreCommandOnStatus(ComponentStatus status) |
boolean |
InvalidateCommand.ignoreCommandOnStatus(ComponentStatus status) |
boolean |
ClearCommand.ignoreCommandOnStatus(ComponentStatus status) |
boolean |
ApplyDeltaCommand.ignoreCommandOnStatus(ComponentStatus status) |
Modifier and Type | Field and Description |
---|---|
protected ComponentStatus |
AbstractComponentRegistry.state |
Modifier and Type | Method and Description |
---|---|
ComponentStatus |
AbstractComponentRegistry.getStatus()
Retrieves the state of the registry
|
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 |
EmbeddedCacheManager.getStatus() |
ComponentStatus |
DefaultCacheManager.getStatus() |
ComponentStatus |
AbstractDelegatingEmbeddedCacheManager.getStatus() |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.