- getConnection() - Method in class io.pivotal.gemfire.gpdb.operationevents.CommitOperationEvent
-
Returns the connection object involved in the transaction on Greenplum.
- getConnection() - Method in class io.pivotal.gemfire.gpdb.operationevents.ExternalTableOperationEvent
-
Returns the connection object involved in the transaction on Greenplum.
- getExportedCount() - Method in class io.pivotal.gemfire.gpdb.service.ExportResult
-
Return the number of GemFire entries that were exported from GemFire to Greenplum.
- getExportType() - Method in class io.pivotal.gemfire.gpdb.service.AbstractExportConfiguration
-
Get the type of export operation.
- getExternalTable() - Method in class io.pivotal.gemfire.gpdb.operationevents.ExternalTableOperationEvent
-
Returns the string that defines the name of the Greenplum external table.
- getImportedCount() - Method in class io.pivotal.gemfire.gpdb.service.ImportResult
-
Return the number of GemFire entries that were imported to GemFire from Greenplum.
- getInsertedCount() - Method in class io.pivotal.gemfire.gpdb.service.ExportResult
-
Return the number of Greenplum rows that were inserted into the Greenplum table.
- getOperationEventListeners() - Method in class io.pivotal.gemfire.gpdb.service.AbstractOperationConfiguration
-
Gets the list of configured operation event listeners.
- getOperationId() - Method in class io.pivotal.gemfire.gpdb.operationevents.OperationEvent
-
Returns the unique identifier for the in-progress operation.
- getRegion() - Method in class io.pivotal.gemfire.gpdb.operationevents.OperationEvent
-
Returns the Region object involved in the in-progress operation.
- getRegionPath() - Method in class io.pivotal.gemfire.gpdb.service.AbstractOperationConfiguration
-
Gets the GemFire region path for the configuration.
- getRemovedCount() - Method in class io.pivotal.gemfire.gpdb.service.ExportResult
-
Return the number of GemFire entries that were removed from the source GemFire region at the end of the export operation.
- getRowEventListeners() - Method in class io.pivotal.gemfire.gpdb.service.AbstractOperationConfiguration
-
Gets the list of configured row event listeners.
- getTxId() - Method in class io.pivotal.gemfire.gpdb.operationevents.OperationEvent
-
Returns the identifier of the Greenplum transaction.
- getType() - Method in class io.pivotal.gemfire.gpdb.operationevents.TypeOperationEvent
-
Returns the type member variable.
- getUpdatedCount() - Method in class io.pivotal.gemfire.gpdb.service.ExportResult
-
Return the number of Greenplum rows that were updated in the Greenplum table.
- GpdbPermission - Class in io.pivotal.gemfire.gpdb.security
-
- GpdbPermission() - Constructor for class io.pivotal.gemfire.gpdb.security.GpdbPermission
-
- GpdbService - Class in io.pivotal.gemfire.gpdb.service
-
GpdbService provides API to execute import and export operations
between GemFire and Greenplum Database.