Class GlobalConfiguration
java.lang.Object
org.infinispan.configuration.global.GlobalConfiguration
Configuration component that exposes the global configuration.
- Since:
- 5.1
- Author:
- Manik Surtani, Vladimir Blagojevic, Mircea.Markus@jboss.com, Galder ZamarreƱo, Pete Muir, Pedro Ruivo
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Since 11.0, no longer used.Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, no longer used.Get the classloader in use by this configuration.features()
boolean
boolean
Returns true if this node is configured as a zero-capacity node.jmx()
metrics()
<T> T
modules()
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, no longer used.Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, no longer used.security()
shutdown()
sites()
boolean
toString()
tracing()
-
Method Details
-
statistics
public boolean statistics() -
expirationThreadPool
-
listenerThreadPool
-
persistenceThreadPool
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, no longer used.- Returns:
- An empty
ThreadPoolConfiguration
.
-
asyncThreadPool
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, no longer used.- Returns:
- An empty
ThreadPoolConfiguration
.
-
nonBlockingThreadPool
-
blockingThreadPool
-
tracing
-
metrics
-
jmx
-
cacheManagerName
-
transport
-
security
-
serialization
-
shutdown
-
globalState
-
asyncThreadPoolName
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, no longer used. -
nonBlockingThreadPoolName
-
listenerThreadPoolName
-
expirationThreadPoolName
-
persistenceThreadPoolName
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, no longer used. -
blockingThreadPoolName
-
module
-
modules
-
classLoader
Get the classloader in use by this configuration. -
sites
-
defaultCacheName
-
features
-
isClustered
public boolean isClustered() -
isZeroCapacityNode
public boolean isZeroCapacityNode()Returns true if this node is configured as a zero-capacity node. If the node is zero-capacity node, it won't hold any data except for replicated caches- Returns:
- true or false
-
toString
-