Uses of Interface
org.infinispan.remoting.transport.RetryOnFailureXSiteCommand.RetryPolicy
-
Packages that use RetryOnFailureXSiteCommand.RetryPolicy Package Description org.infinispan.remoting.transport Transports handle the low-level networking, used by the remoting components. -
-
Uses of RetryOnFailureXSiteCommand.RetryPolicy in org.infinispan.remoting.transport
Classes in org.infinispan.remoting.transport that implement RetryOnFailureXSiteCommand.RetryPolicy Modifier and Type Class Description static class
RetryOnFailureXSiteCommand.MaxRetriesPolicy
Fields in org.infinispan.remoting.transport declared as RetryOnFailureXSiteCommand.RetryPolicy Modifier and Type Field Description static RetryOnFailureXSiteCommand.RetryPolicy
RetryOnFailureXSiteCommand. NO_RETRY
Methods in org.infinispan.remoting.transport with parameters of type RetryOnFailureXSiteCommand.RetryPolicy Modifier and Type Method Description static RetryOnFailureXSiteCommand
RetryOnFailureXSiteCommand. newInstance(XSiteBackup backup, XSiteReplicateCommand command, RetryOnFailureXSiteCommand.RetryPolicy retryPolicy)
It builds a new instance with the destination site, the command and the retry policy.
-