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