Uses of Class
com.orchestranetworks.service.extensions.ReplicationUnit
-
Packages that use ReplicationUnit Package Description com.orchestranetworks.service.extensions Provides classes and interfaces for specific extensions such as batch and adaptation tree optimizer. -
-
Uses of ReplicationUnit in com.orchestranetworks.service.extensions
Methods in com.orchestranetworks.service.extensions that return ReplicationUnit Modifier and Type Method Description ReplicationUnitReplica. getContainerReplicationUnit()Returns the replication unit that contains this replica.static ReplicationUnitReplicationUnit. newReplicationUnit(ReplicationUnitKey aUnitKey, Adaptation aDataSet)Returns the replication unit for the specified dataset and unit name.Methods in com.orchestranetworks.service.extensions that return types with arguments of type ReplicationUnit Modifier and Type Method Description static List<ReplicationUnit>ReplicationUnit. getReplicationUnitsForTable(SchemaNode aTableNode, Repository aRepository)Returns all the replication units involving the specified table in the context of a repository.
-