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 ScopedState
ScopedState.Externalizer. readObject(ObjectInput input)
Methods in org.infinispan.globalstate that return types with arguments of type ScopedState Modifier and Type Method Description Set<Class<? extends ScopedState>>
ScopedState.Externalizer. getTypeClasses()
Methods in org.infinispan.globalstate with parameters of type ScopedState Modifier and Type Method Description boolean
ScopeFilter. accept(ScopedState key)
boolean
ScopeFilter. test(ScopedState key)
void
ScopedState.Externalizer. writeObject(ObjectOutput output, ScopedState object)
-