|
GemFire 6.5.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gemstone.gemfire.cache.operations.InterestType
public final class InterestType
Enumeration for various interest types supported by GemFire.
| Field Summary | |
|---|---|
static InterestType |
KEY
For registering interest in a specific key. |
static InterestType |
LIST
For registering interest in a list of keys. |
static InterestType |
REGULAR_EXPRESSION
For registering interest in all keys matching a regular expression. |
static byte |
TP_KEY
|
static byte |
TP_LIST
|
static byte |
TP_REGEX
|
| Method Summary | |
|---|---|
static InterestType |
fromOrdinal(byte ordinal)
Returns the InterestType represented by specified ordinal. |
boolean |
isKey()
Returns true if this is a key interest type. |
boolean |
isList()
Returns true if this is a key list interest type. |
boolean |
isRegularExpression()
Returns true if this is a regular expression interest type. |
byte |
toOrdinal()
Returns the ordinal for this interest type. |
String |
toString()
Returns a string representation for this interest type. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final byte TP_KEY
public static final byte TP_REGEX
public static final byte TP_LIST
public static final InterestType KEY
public static final InterestType LIST
public static final InterestType REGULAR_EXPRESSION
| Method Detail |
|---|
public boolean isKey()
public boolean isList()
public boolean isRegularExpression()
public static InterestType fromOrdinal(byte ordinal)
InterestType represented by specified ordinal.
public byte toOrdinal()
public String toString()
toString in class Object
|
GemFire 6.5.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||