public abstract class OperationEvent extends Object implements Serializable
OperationEventListener.| Constructor and Description |
|---|
OperationEvent(UUID operationId,
org.apache.geode.cache.Region region,
String txId)
The constructor of an OperationEvent that specifies event details.
|
| Modifier and Type | Method and Description |
|---|---|
UUID |
getOperationId()
Returns the unique identifier for the in-progress operation.
|
org.apache.geode.cache.Region |
getRegion()
Returns the Region object involved in the in-progress operation.
|
String |
getTxId()
Returns the identifier of the Greenplum transaction.
|
public OperationEvent(UUID operationId, org.apache.geode.cache.Region region, String txId)
operationId - the ID of an operation that is in-progressregion - the region that is involved in the operationtxId - the ID of the Greenplum transactionpublic UUID getOperationId()
public org.apache.geode.cache.Region getRegion()
public String getTxId()
Copyright © 2014–2023 Pivotal Software, Inc.. All rights reserved.