com.poscoict.glueframework.cache.remote
Class GlueCacheEvent
java.lang.Object
com.poscoict.glueframework.cache.remote.GlueCacheEvent
- All Implemented Interfaces:
- Serializable
public class GlueCacheEvent
- extends Object
- implements Serializable
Cache Event 舛税.
- See Also:
- Serialized Form
GET
public static final int GET
- See Also:
- Constant Field Values
PUT
public static final int PUT
- See Also:
- Constant Field Values
DELETE
public static final int DELETE
- See Also:
- Constant Field Values
REGION_NAME
public static final String REGION_NAME
- See Also:
- Constant Field Values
CACHE_KEY
public static final String CACHE_KEY
- See Also:
- Constant Field Values
REQUESTOR
public static final String REQUESTOR
- See Also:
- Constant Field Values
GlueCacheEvent
public GlueCacheEvent(String cacheKey,
String regionName,
String requestor)
- 持失切(constructor).
- Parameters:
cacheKey
- regionName
- requestor
-
GlueCacheEvent
public GlueCacheEvent(String cacheKey,
String regionName)
- 持失切(constructor).
- Parameters:
cacheKey
- regionName
-
GlueCacheEvent
public GlueCacheEvent(String cacheKey,
String regionName,
int eventType)
- 持失切(constructor).
- Parameters:
cacheKey
- regionName
- eventType
-
getRegionName
public String getRegionName()
- Returns:
- the regionName
setRegionName
public void setRegionName(String regionName)
- Parameters:
regionName
- the regionName to set
getCacheKey
public String getCacheKey()
- Returns:
- the cacheKey
setCacheKey
public void setCacheKey(String cacheKey)
- Parameters:
cacheKey
- the cacheKey to set
getEventType
public int getEventType()
- Returns:
- the eventType
setEventType
public void setEventType(int eventType)
- Parameters:
eventType
- the eventType to set
getRequestor
public String getRequestor()
- Returns:
- the requestor
setRequestor
public void setRequestor(String requestor)
- Parameters:
requestor
- the requestor to set
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013–2017 POSCO ICT. All rights reserved.