Uses of Interface
com.orchestranetworks.service.extensions.ReplicaTable
-
Packages that use ReplicaTable Package Description com.orchestranetworks.service.extensions Provides classes and interfaces for specific extensions such as batch and adaptation tree optimizer. -
-
Uses of ReplicaTable in com.orchestranetworks.service.extensions
Methods in com.orchestranetworks.service.extensions that return ReplicaTable Modifier and Type Method Description ReplicaTableReplicaForList. getContainerReplicaTable()Returns the replica table that contains this replica.abstract ReplicaTableReplicationUnit. getReplicaTable(SchemaNode aTableNode)Returns the replica of the specified table node.Methods in com.orchestranetworks.service.extensions that return types with arguments of type ReplicaTable Modifier and Type Method Description abstract Iterator<ReplicaTable>ReplicationUnit. getReplicaTables()Returns the table replicas defined by this replication unit.
-