| Package | Description |
|---|---|
| com.orchestranetworks.d3 |
Provides classes for distributed data delivery (D3) functionalities.
|
| com.orchestranetworks.d3.slave |
Provides classes and interfaces for D3 slave functionalities.
|
| Modifier and Type | Field and Description |
|---|---|
static DeliveryMode |
DeliveryMode.CLUSTER_MODE
Clustered delivery mode.
|
static DeliveryMode |
DeliveryMode.FEDERATION_MODE
Federated delivery mode.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeliveryMode> |
D3Broadcast.getDeliveryModes()
Returns a list of delivery modes used in this broadcast handler.
|
| Modifier and Type | Method and Description |
|---|---|
D3Broadcast.Status |
D3Broadcast.getDeliveryStatus(DeliveryMode aDeliveryMode)
Global delivery status depending on the delivery mode ('Cluster' or 'Federation').
If the broadcast operation is waiting for its turn: returns 'Not initialized' status regardless of the delivery mode
If the delivery mode in the parameter is not relevant: throws an IllegalArgumentException
|
| Modifier and Type | Method and Description |
|---|---|
DeliveryMode |
D3ReceiveBroadcastExecutionContext.getDeliveryMode()
Returns the delivery mode for this operation.
|