|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EndPoint | |
|---|---|
| jgroup.core | |
| jgroup.relacs.config | |
| jgroup.relacs.daemon | |
| jgroup.relacs.mss | |
| jgroup.relacs.types | |
| Uses of EndPoint in jgroup.core |
|---|
| Methods in jgroup.core that return EndPoint | |
|---|---|
EndPoint |
MemberId.getEndPoint()
Returns the EndPoint (IP, port) of the java virtual machine hosting this member. |
| Uses of EndPoint in jgroup.relacs.config |
|---|
| Classes in jgroup.relacs.config that implement EndPoint | |
|---|---|
class |
Domain
Class for holding domain information. |
class |
Host
The Host class contains information about a single host
in a domain. |
| Methods in jgroup.relacs.config that return EndPoint | |
|---|---|
EndPoint |
Domain.getEndpoint()
|
| Uses of EndPoint in jgroup.relacs.daemon |
|---|
| Methods in jgroup.relacs.daemon with parameters of type EndPoint | |
|---|---|
MemberId |
Daemon.getMemberId(EndPoint localEndPoint)
Returns a new member id for a new member. |
MemberId |
DaemonService.getMemberId(EndPoint endpoint)
Returns a new member id for a new member. |
void |
Daemon.remoteReceive(byte tag,
InMessage stream,
EndPoint src)
Handles a message received from a remote host. |
void |
Daemon.remoteSuspect(EndPoint[] trset,
EndPoint[] nrset,
EndPoint[] nuset,
EndPoint[] newinc)
Handles variations in the mss-reachability |
void |
Daemon.remoteSuspect(EndPoint[] trset,
EndPoint[] nrset,
EndPoint[] nuset,
EndPoint[] newinc)
Handles variations in the mss-reachability |
void |
Daemon.remoteSuspect(EndPoint[] trset,
EndPoint[] nrset,
EndPoint[] nuset,
EndPoint[] newinc)
Handles variations in the mss-reachability |
void |
Daemon.remoteSuspect(EndPoint[] trset,
EndPoint[] nrset,
EndPoint[] nuset,
EndPoint[] newinc)
Handles variations in the mss-reachability |
| Uses of EndPoint in jgroup.relacs.mss |
|---|
| Methods in jgroup.relacs.mss that return EndPoint | |
|---|---|
EndPoint |
MssHost.getEndPoint()
|
EndPoint[] |
MsgJG.getReceivers()
Returns the receiver set for this message. |
| Methods in jgroup.relacs.mss with parameters of type EndPoint | |
|---|---|
MssHost |
HostTable.lookup(EndPoint endpoint)
Returns the host reference to which this address is mapped. |
void |
Mss.msend(byte tag,
DaemonMsg msg,
EndPoint[] receivers)
M-sends message msg to the hosts in the destination
array receivers. |
void |
MssUser.remoteReceive(byte tag,
InMessage data,
EndPoint host)
Invoked to notify the objects implementing this interface that a message from a remote member has been received. |
void |
MssUser.remoteSuspect(EndPoint[] rset,
EndPoint[] nrset,
EndPoint[] nuset,
EndPoint[] newinc)
Invoked to notify the objects implementing this interface that a variation in the perceived reachability set has been perceived. |
void |
MssUser.remoteSuspect(EndPoint[] rset,
EndPoint[] nrset,
EndPoint[] nuset,
EndPoint[] newinc)
Invoked to notify the objects implementing this interface that a variation in the perceived reachability set has been perceived. |
void |
MssUser.remoteSuspect(EndPoint[] rset,
EndPoint[] nrset,
EndPoint[] nuset,
EndPoint[] newinc)
Invoked to notify the objects implementing this interface that a variation in the perceived reachability set has been perceived. |
void |
MssUser.remoteSuspect(EndPoint[] rset,
EndPoint[] nrset,
EndPoint[] nuset,
EndPoint[] newinc)
Invoked to notify the objects implementing this interface that a variation in the perceived reachability set has been perceived. |
void |
Mss.send(byte tag,
DaemonMsg msg,
EndPoint receiver)
Sends message the msg to a single host specified by
receiver. |
void |
NetworkInterface.send(EndPoint dest,
byte[] buffer,
int buflen)
Send a datagram packet to the specified destination EndPoint. |
void |
RoutingTable.splitHorizonOn(EndPoint key)
Negate the cost as reverse poison |
| Constructors in jgroup.relacs.mss with parameters of type EndPoint | |
|---|---|
MssHost(TransportConfig config,
EndPoint hostEndPoint,
jgroup.relacs.mss.NI ni,
jgroup.relacs.mss.Cluster cluster,
EventHandler ehandler)
Builds a host object identified by hostEndPoint. |
|
| Uses of EndPoint in jgroup.relacs.types |
|---|
| Classes in jgroup.relacs.types that implement EndPoint | |
|---|---|
class |
EndPointImpl
|
| Methods in jgroup.relacs.types that return EndPoint | |
|---|---|
EndPoint |
LocalId.getEndpoint()
|
EndPoint |
MemberIdImpl.getEndPoint()
|
| Methods in jgroup.relacs.types with parameters of type EndPoint | |
|---|---|
static long |
ViewId.create(EndPoint host,
int counter)
Returns a new complete view identifier obtained from the host identifier and a sequence number. |
| Constructors in jgroup.relacs.types with parameters of type EndPoint | |
|---|---|
LocalId(int member,
EndPoint membEndPoint)
Creates a LocalId object containing the specified
member number, and member EndPoint address. |
|
MemberIdImpl(EndPoint endpoint,
int incarnation,
EndPoint localEndPoint,
int count)
Builds a new MemberId with the specified arguments. |
|
MemberIdImpl(EndPoint endpoint,
int incarnation,
LocalId localId)
Builds a new MemberId with the specified arguments. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||