Package org.apache.geode.admin
Class SystemMemberType
java.lang.Object
org.apache.geode.admin.SystemMemberType
- All Implemented Interfaces:
Serializable
Deprecated.
Type-safe definition for system members.
- Since:
- GemFire 3.5
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SystemMemberTypeDeprecated.Application connected to the distributed systemstatic final SystemMemberTypeDeprecated.as of 5.7 useCACHE_VMinstead.static final SystemMemberTypeDeprecated.GemFire Cache VM connected to the distributed systemstatic final SystemMemberTypeDeprecated.GemFire shared-memory manager connected to the distributed systemfinal intDeprecated.int used as ordinal to represent this Scope -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Indicates whether some other object is "equal to" this one.static SystemMemberTypefromOrdinal(int ordinal) Deprecated.Return the SystemMemberType represented by specified ordinalgetName()Deprecated.inthashCode()Deprecated.Returns a hash code for the object.booleanDeprecated.Return whether this isAPPLICATION.booleanDeprecated.as of 5.7 useisCacheVm()instead.booleanDeprecated.Return whether this isCACHE_VM.booleanDeprecated.Return whether this isMANAGER.toString()Deprecated.Returns a string representation for this system member type.
-
Field Details
-
MANAGER
Deprecated.GemFire shared-memory manager connected to the distributed system -
APPLICATION
Deprecated.Application connected to the distributed system -
CACHE_VM
Deprecated.GemFire Cache VM connected to the distributed system -
CACHE_SERVER
Deprecated.as of 5.7 useCACHE_VMinstead.GemFire Cache Server connected to the distributed system -
ordinal
public final int ordinalDeprecated.int used as ordinal to represent this Scope
-
-
Method Details
-
fromOrdinal
Deprecated.Return the SystemMemberType represented by specified ordinal- Parameters:
ordinal- the ordinal representation of a SystemMemberType- Returns:
- the SystemMemberType represented by specified ordinal
-
getName
Deprecated. -
isManager
public boolean isManager()Deprecated.Return whether this isMANAGER.- Returns:
- whether this is
MANAGER
-
isApplication
public boolean isApplication()Deprecated.Return whether this isAPPLICATION.- Returns:
- whether this is
APPLICATION
-
isCacheServer
Deprecated.as of 5.7 useisCacheVm()instead.Return whether this isCACHE_SERVER.- Returns:
- whether this is
CACHE_SERVER
-
isCacheVm
public boolean isCacheVm()Deprecated.Return whether this isCACHE_VM.- Returns:
- whether this is
CACHE_VM
-
toString
Deprecated.Returns a string representation for this system member type. -
equals
Deprecated.Indicates whether some other object is "equal to" this one. -
hashCode
public int hashCode()Deprecated.Returns a hash code for the object. This method is supported for the benefit of hashtables such as those provided by java.util.Hashtable.
-
managementpackage instead