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 | |
org.infinispan.commands.remote |
Meta-commands that wrap other commands for remote execution.
|
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.lucene.logging | |
org.infinispan.manager |
Cache manager package
|
org.infinispan.persistence.jdbc.logging | |
org.infinispan.persistence.remote.logging | |
org.infinispan.query.logging | |
org.infinispan.util.logging |
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
|
Modifier and Type | Method and Description |
---|---|
ComponentStatus |
Cache.getStatus() |
ComponentStatus |
AbstractDelegatingCache.getStatus() |
ComponentStatus |
CacheImpl.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 |
AbstractDataCommand.ignoreCommandOnStatus(ComponentStatus status) |
boolean |
DistributedExecuteCommand.ignoreCommandOnStatus(ComponentStatus status) |
boolean |
AbstractLocalCommand.ignoreCommandOnStatus(ComponentStatus status) |
Modifier and Type | Method and Description |
---|---|
boolean |
ClusteredGetCommand.ignoreCommandOnStatus(ComponentStatus status) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractTransactionBoundaryCommand.ignoreCommandOnStatus(ComponentStatus status) |
Modifier and Type | Method and Description |
---|---|
boolean |
ClearCommand.ignoreCommandOnStatus(ComponentStatus status) |
boolean |
RemoveCommand.ignoreCommandOnStatus(ComponentStatus status) |
boolean |
ApplyDeltaCommand.ignoreCommandOnStatus(ComponentStatus status) |
boolean |
InvalidateCommand.ignoreCommandOnStatus(ComponentStatus status) |
boolean |
PutMapCommand.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 |
---|---|
CacheException |
Log_$logger.cannotResolveExternalizerReader(ComponentStatus arg0,
int arg1) |
Modifier and Type | Method and Description |
---|---|
ComponentStatus |
AbstractDelegatingEmbeddedCacheManager.getStatus() |
ComponentStatus |
EmbeddedCacheManager.getStatus() |
ComponentStatus |
DefaultCacheManager.getStatus() |
Modifier and Type | Method and Description |
---|---|
CacheException |
Log_$logger.cannotResolveExternalizerReader(ComponentStatus arg0,
int arg1) |
Modifier and Type | Method and Description |
---|---|
CacheException |
Log_$logger.cannotResolveExternalizerReader(ComponentStatus arg0,
int arg1) |
Modifier and Type | Method and Description |
---|---|
CacheException |
Log_$logger.cannotResolveExternalizerReader(ComponentStatus arg0,
int arg1) |
Modifier and Type | Method and Description |
---|---|
CacheException |
Log_$logger.cannotResolveExternalizerReader(ComponentStatus status,
int readerIndex) |
CacheException |
Log.cannotResolveExternalizerReader(ComponentStatus status,
int readerIndex) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.