Lines Matching refs:pool
23 * use functionality of the specified buffer pool.
28 * Registers a new client and creates IConnection to the buffer pool for
30 * communicate with the buffer pool. Via FMQ IClientManager sends
31 * BufferStatusMesage(s) to the buffer pool.
33 * FMQ is used to send buffer ownership status changes to a buffer pool
34 * from a buffer pool client. A buffer pool synchronizes FMQ messages when
36 * connection and FMQ to communicate with the buffer pool. So sending an
41 * client. FMQ has its own ID from a buffer pool. A client is specified
46 * the transaction ID to fetch a buffer from a buffer pool. Since the
48 * pool must verify the receiver with the transaction ID. In order to
49 * prevent faking a receiver, a connection to a buffer pool from client is
52 * verified with an FMQ message from a buffer pool.
54 * @param observer The buffer pool event observer from the client.
67 * to get shared buffers from the buffer pool.
70 * @return msgId Id of the most recent message from buffer pool.
74 * receive buffer invalidation messages from the buffer pool.