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 Details
-
statistics
public boolean statistics() -
expirationThreadPool
-
listenerThreadPool
-
nonBlockingThreadPool
-
blockingThreadPool
-
tracing
-
metrics
-
jmx
-
cacheManagerName
-
transport
-
security
-
serialization
-
shutdown
-
globalState
-
nonBlockingThreadPoolName
-
listenerThreadPoolName
-
expirationThreadPoolName
-
blockingThreadPoolName
-
module
-
modules
-
classLoader
Get the classloader in use by this configuration. -
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
-