| Package | Description |
|---|---|
| org.apache.activemq.artemis.core.server.group | |
| org.apache.activemq.artemis.core.server.group.impl |
| Modifier and Type | Method and Description |
|---|---|
Response |
GroupingHandler.getProposal(SimpleString fullID,
boolean touchTime) |
Response |
GroupingHandler.propose(Proposal proposal) |
Response |
GroupingHandler.receive(Proposal proposal,
int distance) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupingHandler.proposed(Response response) |
void |
GroupingHandler.sendProposalResponse(Response response,
int distance) |
| Modifier and Type | Method and Description |
|---|---|
Response |
RemoteGroupingHandler.getProposal(SimpleString fullID,
boolean touchTime) |
Response |
LocalGroupingHandler.getProposal(SimpleString fullID,
boolean touchTime) |
Response |
RemoteGroupingHandler.propose(Proposal proposal) |
Response |
LocalGroupingHandler.propose(Proposal proposal) |
Response |
RemoteGroupingHandler.receive(Proposal proposal,
int distance) |
Response |
LocalGroupingHandler.receive(Proposal proposal,
int distance) |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteGroupingHandler.proposed(Response response) |
void |
LocalGroupingHandler.proposed(Response response) |
void |
RemoteGroupingHandler.sendProposalResponse(Response response,
int distance) |
void |
LocalGroupingHandler.sendProposalResponse(Response response,
int distance) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.