KijiTableReaders retrieved from the pool should be closed as normal when no longer needed. Closing a KijiTableReader from this pool will return it to the pool and make it available to other users.
KijiTableReaderPool instances retain the KijiTable associated with the KijiReaderFactory which provides readers for the pool. Closing the pool will release the table.
|
|