| Package | Description |
|---|---|
| com.xxdb.replicator |
| Modifier and Type | Method and Description |
|---|---|
ReplicatorStreamStatus |
ReplicatorStatus.getHostStatus(String label)
Gets the status for a specific host.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ReplicatorStreamStatus> |
ReplicatorStatus.getHostStatuses()
Gets an unmodifiable map of host labels to their status information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicatorStatus.setHostStatus(String label,
ReplicatorStreamStatus status)
Adds or updates the status for a specific host.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicatorStatus.setHostStatuses(Map<String,ReplicatorStreamStatus> hostStatuses)
Sets the host statuses map.
|
| Constructor and Description |
|---|
ReplicatorStatus(Map<String,ReplicatorStreamStatus> hostStatuses)
Creates a new ReplicatorStatus with the specified values.
|
Copyright © 2026 DolphinDB. All rights reserved.