Uses of Class
org.infinispan.lock.impl.lock.ClusteredLockFilter
-
Packages that use ClusteredLockFilter Package Description org.infinispan.lock.impl.lock -
-
Uses of ClusteredLockFilter in org.infinispan.lock.impl.lock
Fields in org.infinispan.lock.impl.lock with type parameters of type ClusteredLockFilter Modifier and Type Field Description static org.infinispan.commons.marshall.AdvancedExternalizer<ClusteredLockFilter>ClusteredLockFilter. EXTERNALIZERMethods in org.infinispan.lock.impl.lock that return ClusteredLockFilter Modifier and Type Method Description ClusteredLockFilterClusteredLockFilter.Externalizer. readObject(ObjectInput input)Methods in org.infinispan.lock.impl.lock that return types with arguments of type ClusteredLockFilter Modifier and Type Method Description Set<Class<? extends ClusteredLockFilter>>ClusteredLockFilter.Externalizer. getTypeClasses()Methods in org.infinispan.lock.impl.lock with parameters of type ClusteredLockFilter Modifier and Type Method Description voidClusteredLockFilter.Externalizer. writeObject(ObjectOutput output, ClusteredLockFilter object)
-