|
GemFire 6.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gemstone.gemfire.admin.SystemMemberType
public class SystemMemberType
Type-safe definition for system members.
| Field Summary | |
|---|---|
static SystemMemberType |
APPLICATION
Application connected to the distributed system |
static SystemMemberType |
CACHE_SERVER
Deprecated. as of 5.7 use CACHE_VM instead. |
static SystemMemberType |
CACHE_VM
GemFire Cache VM connected to the distributed system |
static SystemMemberType |
MANAGER
GemFire shared-memory manager connected to the distributed system |
int |
ordinal
int used as ordinal to represent this Scope |
| Method Summary | |
|---|---|
boolean |
equals(Object other)
Indicates whether some other object is "equal to" this one. |
static SystemMemberType |
fromOrdinal(int ordinal)
Return the SystemMemberType represented by specified ordinal |
String |
getName()
|
int |
hashCode()
Returns a hash code for the object. |
boolean |
isApplication()
Return whether this is APPLICATION. |
boolean |
isCacheServer()
Deprecated. as of 5.7 use isCacheVm() instead. |
boolean |
isCacheVm()
Return whether this is CACHE_VM. |
boolean |
isManager()
Return whether this is MANAGER. |
String |
toString()
Returns a string representation for this system member type. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final SystemMemberType MANAGER
public static final SystemMemberType APPLICATION
public static final SystemMemberType CACHE_VM
@Deprecated public static final SystemMemberType CACHE_SERVER
CACHE_VM instead.
public final int ordinal
| Method Detail |
|---|
public static SystemMemberType fromOrdinal(int ordinal)
public String getName()
public boolean isManager()
MANAGER.
public boolean isApplication()
APPLICATION.
@Deprecated public boolean isCacheServer()
isCacheVm() instead.
CACHE_SERVER.
public boolean isCacheVm()
CACHE_VM.
public String toString()
toString in class Objectpublic boolean equals(Object other)
equals in class Objectother - the reference object with which to compare.
public int hashCode()
hashCode in class Object
|
GemFire 6.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||