public class GlueCacheEvent extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_KEY |
static int |
DELETE |
static int |
GET |
static int |
PUT |
static String |
REGION_NAME |
static String |
REQUESTOR |
Constructor and Description |
---|
GlueCacheEvent(String cacheKey,
String regionName)
持失切(constructor).
|
GlueCacheEvent(String cacheKey,
String regionName,
int eventType)
持失切(constructor).
|
GlueCacheEvent(String cacheKey,
String regionName,
String requestor)
持失切(constructor).
|
Modifier and Type | Method and Description |
---|---|
String |
getCacheKey() |
int |
getEventType() |
String |
getRegionName() |
String |
getRequestor() |
void |
setCacheKey(String cacheKey) |
void |
setEventType(int eventType) |
void |
setRegionName(String regionName) |
void |
setRequestor(String requestor) |
String |
toString() |
public static final int GET
public static final int PUT
public static final int DELETE
public static final String REGION_NAME
public static final String CACHE_KEY
public static final String REQUESTOR
public GlueCacheEvent(String cacheKey, String regionName, String requestor)
cacheKey
- regionName
- requestor
- public GlueCacheEvent(String cacheKey, String regionName)
cacheKey
- regionName
- public String getRegionName()
public void setRegionName(String regionName)
regionName
- the regionName to setpublic String getCacheKey()
public void setCacheKey(String cacheKey)
cacheKey
- the cacheKey to setpublic int getEventType()
public void setEventType(int eventType)
eventType
- the eventType to setpublic String getRequestor()
public void setRequestor(String requestor)
requestor
- the requestor to setCopyright © 2013–2016 POSCO ICT. All rights reserved.