Modifier and Type | Field and Description |
---|---|
static int |
JOIN |
static int |
JOIN_WITH_STATE_TRANSFER |
static int |
LEAVE |
protected Address |
mbr |
static int |
MERGE |
static int |
SUSPECT |
protected int |
type |
protected boolean |
useFlushIfPresent |
protected Map<Address,View> |
views |
Constructor and Description |
---|
Request(int type,
Address mbr) |
Request(int type,
Address mbr,
Map<Address,View> views) |
Request(int type,
Address mbr,
Map<Address,View> views,
boolean useFlushPresent) |
Modifier and Type | Method and Description |
---|---|
boolean |
canBeProcessedTogether(GmsImpl.Request other)
Specifies whether this request can be processed with other request simultaneously
|
boolean |
equals(Object obj) |
int |
getType() |
int |
hashCode() |
String |
toString() |
public static final int JOIN
public static final int LEAVE
public static final int SUSPECT
public static final int MERGE
public static final int JOIN_WITH_STATE_TRANSFER
protected int type
protected Address mbr
protected boolean useFlushIfPresent
public Request(int type, Address mbr)
public int getType()
public boolean canBeProcessedTogether(GmsImpl.Request other)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.