Uses of Class
org.infinispan.lifecycle.ComponentStatus
-
Packages that use ComponentStatus Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.cache.impl org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.functional Functional API packageorg.infinispan.functional.impl org.infinispan.lifecycle Component lifecycle.org.infinispan.manager Cache manager API.org.infinispan.manager.impl org.infinispan.security.actions org.infinispan.security.impl org.infinispan.server.core -
-
Uses of ComponentStatus in org.infinispan
Methods in org.infinispan that return ComponentStatus Modifier and Type Method Description ComponentStatus
Cache. getStatus()
-
Uses of ComponentStatus in org.infinispan.cache.impl
Methods in org.infinispan.cache.impl that return ComponentStatus Modifier and Type Method Description ComponentStatus
AbstractDelegatingCache. getStatus()
ComponentStatus
CacheImpl. getStatus()
ComponentStatus
SimpleCacheImpl. getStatus()
-
Uses of ComponentStatus in org.infinispan.commands
Methods in org.infinispan.commands with parameters of type ComponentStatus Modifier and Type Method Description default boolean
VisitableCommand. ignoreCommandOnStatus(ComponentStatus status)
Deprecated.Since 9.0, no longer used. -
Uses of ComponentStatus in org.infinispan.factories
Fields in org.infinispan.factories declared as ComponentStatus Modifier and Type Field Description protected ComponentStatus
AbstractComponentRegistry. state
Deprecated.Methods in org.infinispan.factories that return ComponentStatus Modifier and Type Method Description ComponentStatus
AbstractComponentRegistry. getStatus()
Deprecated.Retrieves the state of the registry -
Uses of ComponentStatus in org.infinispan.functional
Methods in org.infinispan.functional that return ComponentStatus Modifier and Type Method Description ComponentStatus
FunctionalMap. getStatus()
Functional map's status. -
Uses of ComponentStatus in org.infinispan.functional.impl
Methods in org.infinispan.functional.impl that return ComponentStatus Modifier and Type Method Description ComponentStatus
FunctionalMapImpl. getStatus()
-
Uses of ComponentStatus in org.infinispan.lifecycle
Methods in org.infinispan.lifecycle that return ComponentStatus Modifier and Type Method 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. -
Uses of ComponentStatus in org.infinispan.manager
Methods in org.infinispan.manager that return ComponentStatus Modifier and Type Method Description ComponentStatus
DefaultCacheManager. getStatus()
ComponentStatus
EmbeddedCacheManager. getStatus()
-
Uses of ComponentStatus in org.infinispan.manager.impl
Methods in org.infinispan.manager.impl that return ComponentStatus Modifier and Type Method Description ComponentStatus
AbstractDelegatingEmbeddedCacheManager. getStatus()
-
Uses of ComponentStatus in org.infinispan.security.actions
Methods in org.infinispan.security.actions that return ComponentStatus Modifier and Type Method Description ComponentStatus
GetCacheManagerStatusAction. run()
ComponentStatus
GetCacheStatusAction. run()
-
Uses of ComponentStatus in org.infinispan.security.impl
Methods in org.infinispan.security.impl that return ComponentStatus Modifier and Type Method Description ComponentStatus
SecureCacheImpl. getStatus()
-
Uses of ComponentStatus in org.infinispan.server.core
Methods in org.infinispan.server.core that return ComponentStatus Modifier and Type Method Description ComponentStatus
AbstractProtocolServer. getTransportStatus()
-