Uses of Interface
org.infinispan.commands.CancellationService
-
Packages that use CancellationService Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.distexec Distributed Executor APIs (deprecated) -
-
Uses of CancellationService in org.infinispan.commands
Classes in org.infinispan.commands that implement CancellationService Modifier and Type Class Description class
CancellationServiceImpl
CancellationServiceImpl is a default implementation ofCancellationService
Methods in org.infinispan.commands with parameters of type CancellationService Modifier and Type Method Description void
CancelCommand. init(CancellationService service)
-
Uses of CancellationService in org.infinispan.distexec
Fields in org.infinispan.distexec declared as CancellationService Modifier and Type Field Description protected CancellationService
DefaultExecutorService. cancellationService
Deprecated.
-