Class PrivateGlobalConfiguration
- java.lang.Object
-
- org.infinispan.configuration.internal.PrivateGlobalConfiguration
-
public class PrivateGlobalConfiguration extends Object
An internal configuration.This is an internal configuration to be used by Infinispan modules when some advanced or ergonomic configuration is needed.
- Since:
- 9.0
- Author:
- Pedro Ruivo
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.infinispan.commons.configuration.attributes.AttributeSet
attributes()
boolean
equals(Object o)
int
hashCode()
boolean
isServerMode()
String
toString()
-