public class ExternalTableOperationEvent extends OperationEvent
OperationEventListener implementing onBeforeExternalTable and
onAfterExternalTable methods.| Constructor and Description |
|---|
ExternalTableOperationEvent(UUID operationId,
org.apache.geode.cache.Region region,
String txId,
Connection conn,
String externalTable)
The constructor of ExternalTableOperationEvent that specifies event details.
|
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection()
Returns the connection object involved in the transaction on Greenplum.
|
String |
getExternalTable()
Returns the string that defines the name of the Greenplum external table.
|
getOperationId, getRegion, getTxIdpublic ExternalTableOperationEvent(UUID operationId, org.apache.geode.cache.Region region, String txId, Connection conn, String externalTable)
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 GreenplumexternalTable - the string that defines the name of the Greenplum external tablepublic Connection getConnection()
public String getExternalTable()
Copyright © 2014–2023 Pivotal Software, Inc.. All rights reserved.