Package | Description |
---|---|
com.hazelcast.jet.examples.sessionwindow |
Modifier and Type | Method and Description |
---|---|
ProductEventType |
ProductEvent.getProductEventType() |
static ProductEventType |
ProductEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductEventType[] |
ProductEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ProductEvent(long timestamp,
String userId,
String productId,
ProductEventType productEventType) |
Copyright © 2020 Hazelcast, Inc.. All rights reserved.