public class EventHolder extends Object
Modifier and Type | Field and Description |
---|---|
static String |
timestampKey |
Constructor and Description |
---|
EventHolder(String segmentId,
int offset,
Map<String,Object> event) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,Object> |
getEvent() |
int |
getOffset() |
String |
getSegmentId() |
org.joda.time.DateTime |
getTimestamp() |
int |
hashCode() |
String |
toString() |
public static final String timestampKey
public org.joda.time.DateTime getTimestamp()
public String getSegmentId()
public int getOffset()
Copyright © 2011–2017. All rights reserved.