Uses of Class
org.infinispan.xsite.BackupSender.TakeSiteOfflineResponse
-
Packages that use BackupSender.TakeSiteOfflineResponse Package Description org.infinispan.xsite -
-
Uses of BackupSender.TakeSiteOfflineResponse in org.infinispan.xsite
Methods in org.infinispan.xsite that return BackupSender.TakeSiteOfflineResponse Modifier and Type Method Description BackupSender.TakeSiteOfflineResponse
BackupSender. takeSiteOffline(java.lang.String siteName)
BackupSender.TakeSiteOfflineResponse
BackupSenderImpl. takeSiteOffline(java.lang.String siteName)
BackupSender.TakeSiteOfflineResponse
NoOpBackupSender. takeSiteOffline(java.lang.String siteName)
static BackupSender.TakeSiteOfflineResponse
BackupSender.TakeSiteOfflineResponse. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BackupSender.TakeSiteOfflineResponse[]
BackupSender.TakeSiteOfflineResponse. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-