| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<List<? extends MaestroNote>> |
Maestro.roleAssign(String topic,
Role role) |
| Modifier and Type | Method and Description |
|---|---|
static String |
MaestroTopics.peerTopic(Role role)
Get the role-specific topic
|
| Modifier and Type | Method and Description |
|---|---|
Role |
CollectorPeer.getRole() |
Role |
WorkerPeer.getRole() |
Role |
PeerInfo.getRole() |
Role |
PeerEndpoint.getRole() |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectorPeer.setRole(Role role) |
void |
WorkerPeer.setRole(Role role) |
void |
PeerInfo.setRole(Role role) |
| Constructor and Description |
|---|
PeerEndpoint(Role role,
String destination) |
WorkerPeer(Role role,
String name,
String host,
GroupInfo groupInfo) |
WorkerPeer(String name,
String host,
Role role) |
| Modifier and Type | Method and Description |
|---|---|
Role |
RoleAssign.getRole() |
| Constructor and Description |
|---|
RoleAssign(Role role) |
| Modifier and Type | Method and Description |
|---|---|
static Role |
Role.from(int code)
Builds a new Role type from an integer
|
static Role |
Role.hostTypeByName(String name)
Builds a new Role type from a String (check HostTypes class for details)
|
static Role |
Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Role[] |
Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<List<? extends MaestroNote>> |
MaestroRequester.roleAssign(String topic,
Role role)
Assign a role to one or more peers
|
| Modifier and Type | Method and Description |
|---|---|
Role |
FileHeader.getRole() |
| Constructor and Description |
|---|
FileHeader(String formatName,
int fileVersion,
int maestroVersion,
Role role) |
| Modifier and Type | Method and Description |
|---|---|
void |
PooledDownloaderDecorator.addReportResolver(Role role,
ReportResolver reportResolver) |
void |
ReportsDownloader.addReportResolver(Role role,
ReportResolver reportResolver)
Add a new report resolver with the given host type
|
void |
BrokerDownloader.addReportResolver(Role role,
ReportResolver reportResolver) |
void |
DefaultDownloader.addReportResolver(Role role,
ReportResolver reportResolver) |
| Modifier and Type | Method and Description |
|---|---|
void |
RoleBasedEndpointResolver.register(Role role,
TestEndpoint testEndpoint) |
void |
OneToOneEndpointResolver.register(Role role,
TestEndpoint testEndpoint) |
void |
TestEndpointResolver.register(Role role,
TestEndpoint testEndpoint)
Register a test endpoint for the given role
|
This documentation was released into the public domain.