Interface MorpheusSynchronousReplicationService
- All Superinterfaces:
MorpheusSynchronousDataService<Replication,
,ReplicationIdentityProjection> MorpheusSynchronousIdentityService<ReplicationIdentityProjection>
public interface MorpheusSynchronousReplicationService
extends MorpheusSynchronousDataService<Replication,ReplicationIdentityProjection>, MorpheusSynchronousIdentityService<ReplicationIdentityProjection>
-
Method Summary
Modifier and TypeMethodDescriptionReturns the MorpheusReplicationGroupContext used for performing updates/queries onReplicationGroup
related assets within Morpheus.Returns the MorpheusReplicationTypeContext used for performing updates/queries onReplicationSite
related assets within Morpheus.getType()
Returns the MorpheusReplicationTypeContext used for performing updates/queries onReplicationType
related assets within Morpheus.Methods inherited from interface com.morpheusdata.core.MorpheusSynchronousDataService
bulkCreate, bulkRemove, bulkSave, count, create, create, find, get, getDataService, list, listById, listOptions, remove, remove, save, save, search
Methods inherited from interface com.morpheusdata.core.MorpheusSynchronousIdentityService
getDataIdentityService, listIdentityProjections
-
Method Details
-
getReplicationGroup
MorpheusSynchronousReplicationGroupService getReplicationGroup()Returns the MorpheusReplicationGroupContext used for performing updates/queries onReplicationGroup
related assets within Morpheus.- Returns:
- An instance of the MorpheusReplicationGroupContext to be used for calls by various backup providers
-
getReplicationSite
MorpheusSynchronousReplicationSiteService getReplicationSite()Returns the MorpheusReplicationTypeContext used for performing updates/queries onReplicationSite
related assets within Morpheus.- Returns:
- An instance of the BackupTypeContext to be used for calls by various backup providers
-
getType
Returns the MorpheusReplicationTypeContext used for performing updates/queries onReplicationType
related assets within Morpheus.- Returns:
- An instance of the BackupTypeContext to be used for calls by various backup providers
-