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 classRetryOnFailureXSiteCommand.MaxRetriesPolicyFields in org.infinispan.remoting.transport declared as RetryOnFailureXSiteCommand.RetryPolicy Modifier and Type Field Description static RetryOnFailureXSiteCommand.RetryPolicyRetryOnFailureXSiteCommand. NO_RETRYMethods in org.infinispan.remoting.transport with parameters of type RetryOnFailureXSiteCommand.RetryPolicy Modifier and Type Method Description static RetryOnFailureXSiteCommandRetryOnFailureXSiteCommand. newInstance(XSiteBackup backup, XSiteReplicateCommand command, RetryOnFailureXSiteCommand.RetryPolicy retryPolicy)It builds a new instance with the destination site, the command and the retry policy.
-