Skip to content

Commit

Permalink
Include key in checkpointed data
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Robbins committed Oct 19, 2011
1 parent c22c2ee commit cf685ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s4-core/src/main/java/io/s4/processor/AbstractPE.java
Expand Up @@ -94,7 +94,7 @@ public String getName() {
transient private List<EventAdvice> eventAdviceList = new ArrayList<EventAdvice>(); transient private List<EventAdvice> eventAdviceList = new ArrayList<EventAdvice>();
transient private List<Object> keyValue; transient private List<Object> keyValue;
transient private List<Object> keyRecord; transient private List<Object> keyRecord;
transient private String keyValueString; private String keyValueString;
transient private String streamName; transient private String streamName;
transient private boolean saveKeyRecord = false; transient private boolean saveKeyRecord = false;
transient private int outputsBeforePause = -1; transient private int outputsBeforePause = -1;
Expand Down

0 comments on commit cf685ab

Please sign in to comment.