Package com.orchestranetworks.d3
Interface D3Slave
public interface D3Slave
D3 replica node information.
- Since:
- 5.2.7
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Represents the state of the replica repository. -
Method Summary
Modifier and TypeMethodDescriptiongetBuild()
Returns the build number of the replica node.Returns the list of delivery profiles to which the replica node is subscribed.Returns the repository ID of the replica node.Returns the repository label of the replica node.Deprecated.Returns the current state of the replica node.
-
Method Details
-
getSlaveId
Deprecated.Since 5.5.0, this method has been replaced bygetRepositoryLabel()
.Returns the repository label of the replica node. -
getRepositoryId
String getRepositoryId()Returns the repository ID of the replica node. -
getRepositoryLabel
String getRepositoryLabel()Returns the repository label of the replica node.- Since:
- 5.5.0
-
getBuild
String getBuild()Returns the build number of the replica node. -
getDeliveryProfiles
Returns the list of delivery profiles to which the replica node is subscribed. -
getSlaveState
D3Slave.State getSlaveState()Returns the current state of the replica node.
-
getRepositoryLabel()
.