| Constructor and Description |
|---|
WindowResult(long start,
long end,
K key,
R result) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getEnd()
Returns the ending timestamp of the window.
|
K |
getKey()
Returns the key.
|
long |
getStart()
Returns the starting timestamp of the window.
|
R |
getValue()
Returns the aggregated result.
|
int |
hashCode() |
R |
setValue(R value) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic WindowResult(long start,
long end,
@Nonnull
K key,
@Nonnull
R result)
start - getStart()end - getEnd()key - getKey()result - getValue()public long getStart()
public long getEnd()
public boolean equals(Object obj)
public int hashCode()
Copyright © 2018 Hazelcast, Inc.. All rights reserved.