All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.postgresql.adba.buffer.ByteBufferPool Maven / Gradle / Ivy

The newest version!
package org.postgresql.adba.buffer;

/**
 * Pool of {@link PooledByteBuffer} instances.
 * 
 * @author Daniel Sagenschneider
 */
public interface ByteBufferPool {

  /**
   * Obtains the {@link PooledByteBuffer}.
   * 
   * @return {@link PooledByteBuffer}.
   */
  PooledByteBuffer getPooledByteBuffer();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy