All Superinterfaces:
JCAMetadata, Serializable, ValidatableMetadata
All Known Subinterfaces:
DsPool, DsXaPool, XaPool

public interface Pool extends JCAMetadata, ValidatableMetadata
A Pool.
Author:
Stefano Maestri
  • Method Details

    • getMinPoolSize

      Integer getMinPoolSize()
      Get the minPoolSize.
      Returns:
      the minPoolSize.
    • getInitialPoolSize

      Integer getInitialPoolSize()
      Get the initial pool size
      Returns:
      The value
    • getMaxPoolSize

      Integer getMaxPoolSize()
      Get the maxPoolSize.
      Returns:
      the maxPoolSize.
    • isPrefill

      Boolean isPrefill()
      Get the prefill.
      Returns:
      the prefill.
    • isUseStrictMin

      Boolean isUseStrictMin()
      Get the useStrictMin.
      Returns:
      the useStrictMin.
    • getFlushStrategy

      FlushStrategy getFlushStrategy()
      Get the flushStrategy.
      Returns:
      the flushStrategy.
    • getCapacity

      Capacity getCapacity()
      Get the capacity
      Returns:
      The value
    • isFair

      Boolean isFair()
      Get pool fairness.
      Returns:
      pool fairness.