public class LongEntityAccess extends Object implements EntityAccess<TimestampedLong>
Constructor and Description |
---|
LongEntityAccess() |
Modifier and Type | Method and Description |
---|---|
TimestampedLong |
aggregate(TimestampedLong oldValue,
TimestampedLong toAdd) |
TimestampedLong |
createNew() |
long |
getTimestamp(TimestampedLong entity) |
public TimestampedLong aggregate(TimestampedLong oldValue, TimestampedLong toAdd)
aggregate
in interface EntityAccess<TimestampedLong>
public TimestampedLong createNew()
createNew
in interface EntityAccess<TimestampedLong>
public long getTimestamp(TimestampedLong entity)
getTimestamp
in interface EntityAccess<TimestampedLong>
Copyright © 2016 Apache NiFi Project. All rights reserved.