Adapter Service Processing

| Step | Description |
|---|---|
| 1 | An
Integration Server
client, typically using a flow or Java service, invokes a
Adapter for Apache HBase
service on
Integration Server
to perform an operation on a HBase.
You configured the adapter service earlier using Designer. |
| 2 | The adapter service gets a connection from
the service's connection pool.
Adapter connections contain connection information of the database. |
| 3 | The adapter service uses the Apache HBase
Java API to connect to the database.
You created and enabled the adapter connection earlier using Integration Server Administrator. |
| 4 | All adapter services performs the CRUD
operation against Apache HBase.
|
| 5 |
Depending on the adapter service type, such as a Retrieve
service, the adapter service may return data to
Integration Server.
|