|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lens.server.api.events.LensEvent org.apache.lens.server.stats.store.log.PartitionEvent
public class PartitionEvent
Event class which encapsulates the partition information.
Constructor Summary | |
---|---|
PartitionEvent(String eventName,
Map<String,String> partMap,
String className)
Instantiates a new partition event. |
Method Summary | |
---|---|
String |
getEventId()
|
String |
getEventName()
Gets the statistics event for which partition event was raised |
Map<String,String> |
getPartMap()
Gets the partition map with location of log files to partition key. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PartitionEvent(String eventName, Map<String,String> partMap, String className)
eventName
- the event namepartMap
- the part mapclassName
- the class nameMethod Detail |
---|
public String getEventName()
public Map<String,String> getPartMap()
public String getEventId()
getEventId
in class LensEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |