Uses of Class
org.infinispan.globalstate.ScopedState
-
Packages that use ScopedState Package Description org.infinispan.globalstate Global configuration state. -
-
Uses of ScopedState in org.infinispan.globalstate
Methods in org.infinispan.globalstate that return ScopedState Modifier and Type Method Description ScopedStateScopedState.Externalizer. readObject(java.io.ObjectInput input)Methods in org.infinispan.globalstate that return types with arguments of type ScopedState Modifier and Type Method Description java.util.Set<java.lang.Class<? extends ScopedState>>ScopedState.Externalizer. getTypeClasses()Methods in org.infinispan.globalstate with parameters of type ScopedState Modifier and Type Method Description booleanScopeFilter. accept(ScopedState key)booleanScopeFilter. test(ScopedState key)voidScopedState.Externalizer. writeObject(java.io.ObjectOutput output, ScopedState object)
-