public class CommitOperationEvent extends OperationEvent
OperationEventListener implementing onBeforeCommit and
onAfterCommit methods.| Constructor and Description |
|---|
CommitOperationEvent(UUID operationId,
org.apache.geode.cache.Region region,
String txId,
Connection conn)
The constructor of CommitOperationEvent that specifies event details.
|
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection()
Returns the connection object involved in the transaction on Greenplum.
|
getOperationId, getRegion, getTxIdpublic CommitOperationEvent(UUID operationId, org.apache.geode.cache.Region region, String txId, Connection conn)
operationId - the UUID of the in-progress operationregion - the region object involved in the operationtxId - the string that identifies the transaction on Greenplumconn - the connection object used to connect GemFire with Greenplumpublic Connection getConnection()
Copyright © 2014–2023 Pivotal Software, Inc.. All rights reserved.