Uses of Class
com.orchestranetworks.service.extensions.ReplicationUnitKey
-
Packages that use ReplicationUnitKey Package Description com.orchestranetworks.service.extensions Provides classes and interfaces for specific extensions such as batch and adaptation tree optimizer. -
-
Uses of ReplicationUnitKey in com.orchestranetworks.service.extensions
Methods in com.orchestranetworks.service.extensions that return ReplicationUnitKey Modifier and Type Method Description static ReplicationUnitKeyReplicationUnitKey. forName(String aName)Creates the key for the specified string.abstract ReplicationUnitKeyReplicationUnit. getReplicationUnitKey()Returns the key of this replication unit.Methods in com.orchestranetworks.service.extensions with parameters of type ReplicationUnitKey Modifier and Type Method Description static ReplicationUnitReplicationUnit. newReplicationUnit(ReplicationUnitKey aUnitKey, Adaptation aDataSet)Returns the replication unit for the specified dataset and unit name.
-