Uses of Class
org.infinispan.configuration.parsing.ParserScope
-
Packages that use ParserScope Package Description org.infinispan.configuration.parsing org.infinispan.counter.logging org.infinispan.lock.logging -
-
Uses of ParserScope in org.infinispan.configuration.parsing
Methods in org.infinispan.configuration.parsing that return ParserScope Modifier and Type Method Description ParserScopeConfigurationBuilderHolder. getScope()static ParserScopeParserScope. valueOf(String name)Returns the enum constant of this type with the specified name.static ParserScope[]ParserScope. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ParserScope in org.infinispan.counter.logging
Methods in org.infinispan.counter.logging with parameters of type ParserScope Modifier and Type Method Description CounterConfigurationExceptionLog_$logger. invalidScope(ParserScope scope)CounterConfigurationExceptionLog. invalidScope(ParserScope scope) -
Uses of ParserScope in org.infinispan.lock.logging
Methods in org.infinispan.lock.logging with parameters of type ParserScope Modifier and Type Method Description ClusteredLockExceptionLog_$logger. invalidScope(ParserScope scope)ClusteredLockExceptionLog. invalidScope(ParserScope scope)
-