| Package | Description |
|---|---|
| com.orchestranetworks.service.extensions |
Provides classes and interfaces for specific extensions such as batch
and adaptation tree optimizer.
|
| Modifier and Type | Method and Description |
|---|---|
static ReplicationUnitKey |
ReplicationUnitKey.forName(String aName)
Creates the key for the specified string.
|
abstract ReplicationUnitKey |
ReplicationUnit.getReplicationUnitKey()
Returns the key of this replication unit.
|
| Modifier and Type | Method and Description |
|---|---|
static ReplicationUnit |
ReplicationUnit.newReplicationUnit(ReplicationUnitKey aUnitKey,
Adaptation aDataSet)
Returns the replication unit for the specified dataset and unit name.
|