Uses of Interface
com.orchestranetworks.d3.D3Slave
Packages that use D3Slave
Package
Description
Provides classes for distributed data delivery (D3) functionalities.
-
Uses of D3Slave in com.orchestranetworks.d3
Methods in com.orchestranetworks.d3 that return D3SlaveModifier and TypeMethodDescriptionD3Engine.getD3SlaveFromId(String aSlaveId) Deprecated.D3NodeAsMaster.getD3SlaveFromId(String aSlaveId) Deprecated.D3Node.getD3SlaveFromRepositoryId(String aRepositoryId) Returns the registered replica for the specified identifier.D3NodeAsMaster.getD3SlaveFromRepositoryId(String aRepositoryId) Deprecated.Since 5.5.1, this method has been replaced byD3Node.getD3SlaveFromRepositoryId(String).D3Node.getD3SlaveFromRepositoryLabel(String aRepositoryLabel) Returns the registered replica for the specified label.D3NodeAsMaster.getD3SlaveFromRepositoryLabel(String aRepositoryLabel) Deprecated.Since 5.5.1, this method has been replaced byD3Node.getD3SlaveFromRepositoryLabel(String).NodeMonitoringContext.getSlave()Returns D3 replica information.Methods in com.orchestranetworks.d3 that return types with arguments of type D3SlaveModifier and TypeMethodDescriptionD3Engine.getRegisteredSlaves(BranchKey aDataSpaceKey) Deprecated.D3Node.getRegisteredSlaves(BranchKey aDataSpaceKey) Returns the list of theD3Slavesubscribed to the dataspace specified in the parameter.
D3NodeAsMaster.getD3SlaveFromRepositoryLabel(String).